Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/class/hub/
A Dusbh_hub.h18 int usbh_hub_clear_feature(struct usbh_hub *hub, uint8_t port, uint8_t feature);
A Dusbh_hub.c255 int usbh_hub_clear_feature(struct usbh_hub *hub, uint8_t port, uint8_t feature) in usbh_hub_clear_feature() function
507 ret = usbh_hub_clear_feature(hub, port + 1, feat); in usbh_hub_events()
549 usbh_hub_clear_feature(hub, port + 1, HUB_PORT_FEATURE_C_CONNECTION); in usbh_hub_events()
584 ret = usbh_hub_clear_feature(hub, port + 1, HUB_PORT_FEATURE_C_RESET); in usbh_hub_events()

Completed in 3 milliseconds