Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/class/adb/
A Dusbd_adb.c34 uint32_t arg0; /* first argument */ member
95 packet->msg.arg0 = localid; in adb_send_okay()
105 packet->msg.arg0 = localid; in adb_send_close()
124 rx_packet.msg.arg0, in usbd_adb_bulk_out()
136 USB_LOG_INFO("Close remoteid:%x\r\n", rx_packet.msg.arg0); in usbd_adb_bulk_out()
155 tx_packet.msg.arg0 = A_VERSION; in usbd_adb_bulk_out()
169 adb_client.shell_remoteid = rx_packet.msg.arg0; in usbd_adb_bulk_out()
175 adb_client.file_remoteid = rx_packet.msg.arg0; in usbd_adb_bulk_out()
177 USB_LOG_INFO("Open file service, remoteid:%x\r\n", rx_packet.msg.arg0); in usbd_adb_bulk_out()
192 adb_send_close(&tx_packet, 0, rx_packet.msg.arg0); in usbd_adb_bulk_out()
[all …]

Completed in 5 milliseconds