Searched refs:usb_clear_port_feature (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.1/drivers/usb/core/ |
| D | hub.c | 428 int usb_clear_port_feature(struct usb_device *hdev, int port1, int feature) in usb_clear_port_feature() function 840 ret = usb_clear_port_feature(hdev, port1, USB_PORT_FEAT_POWER); in usb_hub_set_port_power() 927 usb_clear_port_feature(hub->hdev, port1, in hub_power_on() 1157 usb_clear_port_feature(hdev, port1, in hub_activate() 1179 usb_clear_port_feature(hub->hdev, port1, in hub_activate() 1184 usb_clear_port_feature(hub->hdev, port1, in hub_activate() 1189 usb_clear_port_feature(hub->hdev, port1, in hub_activate() 1195 usb_clear_port_feature(hub->hdev, port1, in hub_activate() 2906 usb_clear_port_feature(hub->hdev, port1, in hub_port_wait_reset() 3000 usb_clear_port_feature(hub->hdev, port1, in hub_port_reset() [all …]
|
| D | port.c | 86 usb_clear_port_feature(hdev, port1, USB_PORT_FEAT_C_CONNECTION); in disable_store() 88 usb_clear_port_feature(hdev, port1, USB_PORT_FEAT_C_ENABLE); in disable_store() 361 usb_clear_port_feature(hdev, port1, USB_PORT_FEAT_C_CONNECTION); in usb_port_runtime_suspend() 363 usb_clear_port_feature(hdev, port1, USB_PORT_FEAT_C_ENABLE); in usb_port_runtime_suspend()
|
| D | hub.h | 123 extern int usb_clear_port_feature(struct usb_device *hdev,
|