Searched refs:usb_clear_port_feature (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/usb/core/ |
D | hub.c | 439 int usb_clear_port_feature(struct usb_device *hdev, int port1, int feature) in usb_clear_port_feature() function 874 ret = usb_clear_port_feature(hdev, port1, USB_PORT_FEAT_POWER); in usb_hub_set_port_power() 961 usb_clear_port_feature(hub->hdev, port1, in hub_power_on() 1191 usb_clear_port_feature(hdev, port1, in hub_activate() 1213 usb_clear_port_feature(hub->hdev, port1, in hub_activate() 1218 usb_clear_port_feature(hub->hdev, port1, in hub_activate() 1223 usb_clear_port_feature(hub->hdev, port1, in hub_activate() 1229 usb_clear_port_feature(hub->hdev, port1, in hub_activate() 2913 usb_clear_port_feature(hub->hdev, port1, in hub_port_wait_reset() 3005 usb_clear_port_feature(hub->hdev, port1, in hub_port_reset() [all …]
|
D | port.c | 113 usb_clear_port_feature(hdev, port1, USB_PORT_FEAT_C_CONNECTION); in disable_store() 115 usb_clear_port_feature(hdev, port1, USB_PORT_FEAT_C_ENABLE); in disable_store() 400 usb_clear_port_feature(hdev, port1, USB_PORT_FEAT_C_CONNECTION); in usb_port_runtime_suspend() 402 usb_clear_port_feature(hdev, port1, USB_PORT_FEAT_C_ENABLE); in usb_port_runtime_suspend()
|
D | hub.h | 131 extern int usb_clear_port_feature(struct usb_device *hdev,
|