Home
last modified time | relevance | path

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

/components/drivers/include/drivers/
A Dusb_host.h40 struct uhub;
86 struct uhub* parent_hub;
112 struct uhub struct
125 typedef struct uhub* uhub_t; argument
157 struct uhub* hub;
201 rt_err_t rt_usbh_hub_get_port_status(uhub_t uhub, rt_uint16_t port,
203 rt_err_t rt_usbh_hub_clear_port_feature(uhub_t uhub, rt_uint16_t port,
205 rt_err_t rt_usbh_hub_set_port_feature(uhub_t uhub, rt_uint16_t port,
207 rt_err_t rt_usbh_hub_reset_port(uhub_t uhub, rt_uint16_t port);
/components/legacy/usb/usbhost/core/
A Dhub.c519 hub = rt_malloc(sizeof(struct uhub)); in rt_usbh_hub_enable()
521 rt_memset(hub, 0, sizeof(struct uhub)); in rt_usbh_hub_enable()
705 hcd->roothub = rt_malloc(sizeof(struct uhub)); in rt_usbh_hub_init()
711 rt_memset(hcd->roothub, 0, sizeof(struct uhub)); in rt_usbh_hub_init()

Completed in 4 milliseconds