Home
last modified time | relevance | path

Searched refs:usb_clear_port_feature (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/common/
H A Dusb_hub.c99 static int usb_clear_port_feature(struct usb_device *dev, int port, int feature) in usb_clear_port_feature() function
337 usb_clear_port_feature(dev, port + 1, USB_PORT_FEAT_C_RESET); in usb_hub_port_reset()
362 usb_clear_port_feature(dev, port + 1, USB_PORT_FEAT_C_CONNECTION); in usb_hub_port_connect_change()
424 usb_clear_port_feature(dev, port + 1, USB_PORT_FEAT_ENABLE); in usb_hub_port_connect_change()
491 usb_clear_port_feature(dev, i + 1, USB_PORT_FEAT_C_RESET); in usb_scan_port()
497 usb_clear_port_feature(dev, i + 1, USB_SS_PORT_FEAT_C_BH_RESET); in usb_scan_port()
507 usb_clear_port_feature(dev, i + 1, USB_PORT_FEAT_C_ENABLE); in usb_scan_port()
530 usb_clear_port_feature(dev, i + 1, USB_PORT_FEAT_SUSPEND); in usb_scan_port()
535 usb_clear_port_feature(dev, i + 1, in usb_scan_port()
/openbmc/linux/drivers/usb/core/
H A Dhub.c450 int usb_clear_port_feature(struct usb_device *hdev, int port1, int feature) in usb_clear_port_feature() function
862 ret = usb_clear_port_feature(hdev, port1, USB_PORT_FEAT_POWER); in usb_hub_set_port_power()
949 usb_clear_port_feature(hub->hdev, port1, in hub_power_on()
1179 usb_clear_port_feature(hdev, port1, in hub_activate()
1201 usb_clear_port_feature(hub->hdev, port1, in hub_activate()
1206 usb_clear_port_feature(hub->hdev, port1, in hub_activate()
1211 usb_clear_port_feature(hub->hdev, port1, in hub_activate()
1217 usb_clear_port_feature(hub->hdev, port1, in hub_activate()
2950 usb_clear_port_feature(hub->hdev, port1, in hub_port_wait_reset()
3042 usb_clear_port_feature(hub->hdev, port1, in hub_port_reset()
[all …]
H A Dport.c143 usb_clear_port_feature(hdev, port1, USB_PORT_FEAT_C_CONNECTION); in disable_store()
145 usb_clear_port_feature(hdev, port1, USB_PORT_FEAT_C_ENABLE); in disable_store()
434 usb_clear_port_feature(hdev, port1, USB_PORT_FEAT_C_CONNECTION); in usb_port_runtime_suspend()
436 usb_clear_port_feature(hdev, port1, USB_PORT_FEAT_C_ENABLE); in usb_port_runtime_suspend()
H A Dhub.h133 extern int usb_clear_port_feature(struct usb_device *hdev,