Searched refs:uhcd (Results 1 – 3 of 3) sorted by relevance
| /components/drivers/include/drivers/ |
| A D | usb_host.h | 38 struct uhcd; 72 struct uhcd *hcd; 123 struct uhcd *hcd; 135 struct uhcd struct 143 typedef struct uhcd* uhcd_t; argument 169 void rt_usbh_hub_init(struct uhcd *hcd); 172 struct uinstance* rt_usbh_alloc_instance(uhcd_t uhcd); 208 rt_err_t rt_usbh_event_signal(uhcd_t uhcd, struct uhost_msg* msg); 211 void rt_usbh_root_hub_connect_handler(struct uhcd *hcd, rt_uint8_t port, rt_bool_t isHS); 212 void rt_usbh_root_hub_disconnect_handler(struct uhcd *hcd, rt_uint8_t port);
|
| /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()
|
| A D | usbhost_core.c | 28 uinst_t rt_usbh_alloc_instance(uhcd_t uhcd) in rt_usbh_alloc_instance() argument 48 dev[i].hcd = uhcd; in rt_usbh_alloc_instance()
|
Completed in 5 milliseconds