Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/private_include/
Dusb_private.h45 …void *usb_host_client; //Currently only used when submitted to shared pipes (i.e., Device default… member
/hal_espressif-3.6.0/components/usb/
Dusb_host.c283 assert(urb->usb_host_client != NULL); in ctrl_xfer_callback()
285 client_t *client_obj = (client_t *)urb->usb_host_client; in ctrl_xfer_callback()
1337 urb_obj->usb_host_client = (void *)client_hdl; in usb_host_transfer_submit_control()