Searched defs:hcd (Results 1 – 4 of 4) sorted by relevance
| /components/legacy/usb/usbhost/core/ |
| A D | hub.c | 26 static rt_err_t root_hub_ctrl(struct uhcd *hcd, rt_uint16_t port, rt_uint8_t cmd, void *args) in root_hub_ctrl() 87 void rt_usbh_root_hub_connect_handler(struct uhcd *hcd, rt_uint8_t port, rt_bool_t isHS) in rt_usbh_root_hub_connect_handler() 104 void rt_usbh_root_hub_disconnect_handler(struct uhcd *hcd, rt_uint8_t port) in rt_usbh_root_hub_disconnect_handler() 654 uhcd_t hcd = (uhcd_t)parameter; in rt_usbh_hub_thread_entry() local 685 rt_err_t rt_usbh_event_signal(uhcd_t hcd, struct uhost_msg* msg) in rt_usbh_event_signal() 701 void rt_usbh_hub_init(uhcd_t hcd) in rt_usbh_hub_init()
|
| A D | usbhost_core.c | 565 int rt_usb_hcd_pipe_xfer(uhcd_t hcd, upipe_t pipe, void* buffer, int nbytes, int timeout) in rt_usb_hcd_pipe_xfer()
|
| /components/drivers/include/drivers/ |
| A D | usb_host.h | 72 struct uhcd *hcd; member 123 struct uhcd *hcd; member 234 rt_inline rt_err_t rt_usb_hcd_alloc_pipe(uhcd_t hcd, upipe_t* pipe, uinst_t inst, uep_desc_t ep) in rt_usb_hcd_alloc_pipe() 251 rt_inline rt_err_t rt_usb_hcd_free_pipe(uhcd_t hcd, upipe_t pipe) in rt_usb_hcd_free_pipe() 260 rt_inline int rt_usb_hcd_setup_xfer(uhcd_t hcd, upipe_t pipe, ureq_t setup, int timeout) in rt_usb_hcd_setup_xfer()
|
| /components/drivers/usb/cherryusb/core/ |
| A D | usbh_core.h | 167 struct usbh_hcd hcd; member
|
Completed in 7 milliseconds