Home
last modified time | relevance | path

Searched refs:rx_packet (Results 1 – 1 of 1) sorted by relevance

/components/drivers/usb/cherryusb/class/adb/
A Dusbd_adb.c123 rx_packet.msg.command, in usbd_adb_bulk_out()
124 rx_packet.msg.arg0, in usbd_adb_bulk_out()
125 rx_packet.msg.arg1, in usbd_adb_bulk_out()
126 rx_packet.msg.data_length); in usbd_adb_bulk_out()
128 if (rx_packet.msg.data_length) { in usbd_adb_bulk_out()
131 …sbd_ep_start_read(busid, adb_ep_data[ADB_OUT_EP_IDX].ep_addr, rx_packet.payload, rx_packet.msg.dat… in usbd_adb_bulk_out()
143 switch (rx_packet.msg.command) { in usbd_adb_bulk_out()
165 rx_packet.payload[rx_packet.msg.data_length] = '\0'; in usbd_adb_bulk_out()
187 …if ((rx_packet.msg.arg0 == adb_client.shell_remoteid) && (rx_packet.msg.arg1 == ADB_SHELL_LOALID))… in usbd_adb_bulk_out()
189 …} else if ((rx_packet.msg.arg0 == adb_client.file_remoteid) && (rx_packet.msg.arg1 == ADB_FILE_LOA… in usbd_adb_bulk_out()
[all …]

Completed in 3 milliseconds