Lines Matching defs:send
134 * send a message to Cuda.
285 sc->sc_adbops.send = cuda_adb_send;
303 caa.send = cuda_send;
668 * set everything up and send the first byte.
679 * and the chip has already started to send
696 * we want to send.
715 DPRINTF("incoming msg during send\n");
736 /* send next byte */
884 if (cuda0->send(sc, 1, 2, cmd) == 0)
899 if (cuda0->send(sc, 1, 2, cmd) == 0)
947 /* construct an ADB command packet and send it */
983 const uint8_t *send = _send;
992 memcpy(&command[3], send, uimin((int)send_len, 12));