Searched refs:usbh_hub_set_feature (Results 1 – 2 of 2) sorted by relevance
17 int usbh_hub_set_feature(struct usbh_hub *hub, uint8_t port, uint8_t feature);
237 int usbh_hub_set_feature(struct usbh_hub *hub, uint8_t port, uint8_t feature) in usbh_hub_set_feature() function396 ret = usbh_hub_set_feature(hub, port + 1, HUB_PORT_FEATURE_POWER); in usbh_hub_connect()563 ret = usbh_hub_set_feature(hub, port + 1, HUB_PORT_FEATURE_RESET); in usbh_hub_events()
Completed in 5 milliseconds