Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/class/adb/
A Dusbd_adb.c99 adb_send_msg(&tx_packet); in adb_send_okay()
109 adb_send_msg(&tx_packet); in adb_send_close()
154 tx_packet.msg.command = A_CNXN; in usbd_adb_bulk_out()
155 tx_packet.msg.arg0 = A_VERSION; in usbd_adb_bulk_out()
156 tx_packet.msg.arg1 = MAX_PAYLOAD; in usbd_adb_bulk_out()
160 adb_send_msg(&tx_packet); in usbd_adb_bulk_out()
211 if (tx_packet.msg.data_length) { in usbd_adb_bulk_in()
213 …sbd_ep_start_write(busid, adb_ep_data[ADB_IN_EP_IDX].ep_addr, tx_packet.payload, tx_packet.msg.dat… in usbd_adb_bulk_in()
231 if (tx_packet.msg.data_length) { in usbd_adb_bulk_in()
233 …sbd_ep_start_write(busid, adb_ep_data[ADB_IN_EP_IDX].ep_addr, tx_packet.payload, tx_packet.msg.dat… in usbd_adb_bulk_in()
[all …]

Completed in 2 milliseconds