Home
last modified time | relevance | path

Searched refs:rt_usbh_hub_clear_port_feature (Results 1 – 3 of 3) sorted by relevance

/components/legacy/usb/usbhost/core/
A Dhub.c232 rt_err_t rt_usbh_hub_clear_port_feature(uhub_t hub, rt_uint16_t port, rt_uint16_t feature) in rt_usbh_hub_clear_port_feature() function
332 ret = rt_usbh_hub_clear_port_feature(hub, port, PORT_FEAT_C_RESET); in rt_usbh_hub_reset_port()
414 rt_usbh_hub_clear_port_feature(hub, i + 1, PORT_FEAT_C_CONNECTION); in rt_usbh_hub_port_change()
420 rt_usbh_hub_clear_port_feature(hub, i + 1, PORT_FEAT_C_ENABLE); in rt_usbh_hub_port_change()
A Dusbhost_core.c125 rt_usbh_hub_clear_port_feature(device->parent_hub, i + 1, PORT_FEAT_C_CONNECTION); in rt_usbh_attatch_instance()
/components/drivers/include/drivers/
A Dusb_host.h203 rt_err_t rt_usbh_hub_clear_port_feature(uhub_t uhub, rt_uint16_t port,

Completed in 8 milliseconds