Lines Matching refs:command
33 uint32_t command; /* command identifier constant (A_CNXN, ...) */ member
87 packet->msg.magic = packet->msg.command ^ 0xffffffff; in adb_send_msg()
94 packet->msg.command = A_OKAY; in adb_send_okay()
104 packet->msg.command = A_CLSE; in adb_send_close()
123 rx_packet.msg.command, in usbd_adb_bulk_out()
133 if (rx_packet.msg.command == A_CLSE) { in usbd_adb_bulk_out()
143 switch (rx_packet.msg.command) { in usbd_adb_bulk_out()
154 tx_packet.msg.command = A_CNXN; in usbd_adb_bulk_out()
215 if (rx_packet.msg.command == A_WRTE) { in usbd_adb_bulk_in()
293 packet->msg.command = A_WRTE; in usbd_abd_write()
300 packet->msg.magic = packet->msg.command ^ 0xffffffff; in usbd_abd_write()