/linux-4.4.14/drivers/usb/host/ |
D | ohci-jz4740.c | 89 if (wValue == USB_PORT_FEAT_POWER) in ohci_jz4740_hub_control() 93 if (wValue == USB_PORT_FEAT_POWER) in ohci_jz4740_hub_control()
|
D | fhci-hub.c | 251 case USB_PORT_FEAT_POWER: in fhci_hub_control() 321 case USB_PORT_FEAT_POWER: in fhci_hub_control()
|
D | uhci-hub.c | 344 case USB_PORT_FEAT_POWER: in uhci_hub_control() 391 case USB_PORT_FEAT_POWER: in uhci_hub_control()
|
D | ohci-s3c2410.c | 189 if (wValue == USB_PORT_FEAT_POWER) { in ohci_s3c2410_hub_control() 218 case USB_PORT_FEAT_POWER: in ohci_s3c2410_hub_control()
|
D | ohci-at91.c | 306 if (wValue == USB_PORT_FEAT_POWER) { in ohci_at91_hub_control() 339 case USB_PORT_FEAT_POWER: in ohci_at91_hub_control()
|
D | ohci-hub.c | 716 case USB_PORT_FEAT_POWER: in ohci_hub_control() 777 case USB_PORT_FEAT_POWER: in ohci_hub_control()
|
D | isp116x-hcd.c | 1081 case USB_PORT_FEAT_POWER: in isp116x_hub_control() 1118 case USB_PORT_FEAT_POWER: in isp116x_hub_control() 1473 USB_PORT_FEAT_POWER, 1, NULL, 0); in isp116x_bus_resume() 1476 USB_PORT_FEAT_POWER, 2, NULL, 0); in isp116x_bus_resume()
|
D | ohci-da8xx.c | 213 case USB_PORT_FEAT_POWER: in ohci_da8xx_hub_control()
|
D | ohci-pxa27x.c | 206 if (wValue != USB_PORT_FEAT_POWER) in pxa27x_ohci_hub_control()
|
D | ehci-hub.c | 956 case USB_PORT_FEAT_POWER: in ehci_hub_control() 1193 case USB_PORT_FEAT_POWER: in ehci_hub_control()
|
D | xhci-hub.c | 1068 case USB_PORT_FEAT_POWER: in xhci_hub_control() 1189 case USB_PORT_FEAT_POWER: in xhci_hub_control()
|
D | sl811-hcd.c | 1264 case USB_PORT_FEAT_POWER: in sl811h_hub_control() 1309 case USB_PORT_FEAT_POWER: in sl811h_hub_control()
|
D | max3421-hcd.c | 1716 case USB_PORT_FEAT_POWER: in max3421_hub_control() 1765 case USB_PORT_FEAT_POWER: in max3421_hub_control()
|
D | imx21-hcd.c | 1563 case USB_PORT_FEAT_POWER: in imx21_hc_hub_control() 1637 case USB_PORT_FEAT_POWER: in imx21_hc_hub_control()
|
D | oxu210hp-hcd.c | 2376 USB_PORT_FEAT_POWER, in ehci_port_power() 3219 case USB_PORT_FEAT_POWER: in oxu_hub_control() 3390 case USB_PORT_FEAT_POWER: in oxu_hub_control()
|
D | r8a66597-hcd.c | 2186 case USB_PORT_FEAT_POWER: in r8a66597_hub_control() 2221 case USB_PORT_FEAT_POWER: in r8a66597_hub_control()
|
D | isp1362-hcd.c | 1638 case USB_PORT_FEAT_POWER: in isp1362_hub_control() 1679 case USB_PORT_FEAT_POWER: in isp1362_hub_control()
|
D | u132-hcd.c | 2707 case USB_PORT_FEAT_POWER: in u132_roothub_setportfeature() 2746 case USB_PORT_FEAT_POWER: in u132_roothub_clearportfeature()
|
/linux-4.4.14/drivers/usb/wusbcore/ |
D | rh.c | 263 case USB_PORT_FEAT_POWER: in wusbhc_rh_set_port_feat() 301 case USB_PORT_FEAT_POWER: /* fake port always on */ in wusbhc_rh_clear_port_feat()
|
/linux-4.4.14/drivers/usb/c67x00/ |
D | c67x00-hcd.c | 154 case USB_PORT_FEAT_POWER: in c67x00_hub_control() 197 case USB_PORT_FEAT_POWER: in c67x00_hub_control()
|
/linux-4.4.14/include/uapi/linux/usb/ |
D | ch11.h | 65 #define USB_PORT_FEAT_POWER 8 macro
|
/linux-4.4.14/drivers/usb/musb/ |
D | musb_virthub.c | 327 case USB_PORT_FEAT_POWER: in musb_hub_control() 383 case USB_PORT_FEAT_POWER: in musb_hub_control()
|
/linux-4.4.14/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 1878 case USB_PORT_FEAT_POWER: in isp1760_hub_control() 2034 case USB_PORT_FEAT_POWER: in isp1760_hub_control() 2093 isp1760_hub_control(hcd, ClearPortFeature, USB_PORT_FEAT_POWER, 1, in isp1760_stop()
|
/linux-4.4.14/drivers/staging/octeon-usb/ |
D | octeon-hcd.c | 3382 case USB_PORT_FEAT_POWER: in octeon_usb_hub_control() 3494 port_status |= (1 << USB_PORT_FEAT_POWER); in octeon_usb_hub_control() 3523 case USB_PORT_FEAT_POWER: in octeon_usb_hub_control()
|
/linux-4.4.14/drivers/usb/core/ |
D | hub.c | 762 ret = set_port_feature(hdev, port1, USB_PORT_FEAT_POWER); in usb_hub_set_port_power() 764 ret = usb_clear_port_feature(hdev, port1, USB_PORT_FEAT_POWER); in usb_hub_set_port_power() 849 set_port_feature(hub->hdev, port1, USB_PORT_FEAT_POWER); in hub_power_on() 852 USB_PORT_FEAT_POWER); in hub_power_on() 4714 set_port_feature(hdev, port1, USB_PORT_FEAT_POWER); in hub_port_connect()
|
/linux-4.4.14/drivers/usb/usbip/ |
D | vhci_hcd.c | 274 case USB_PORT_FEAT_POWER: in vhci_hub_control()
|
/linux-4.4.14/drivers/usb/renesas_usbhs/ |
D | mod_host.c | 1138 case USB_PORT_FEAT_POWER: in __usbhsh_hub_port_feature()
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | dummy_hcd.c | 2065 case USB_PORT_FEAT_POWER: in dummy_hub_control() 2201 case USB_PORT_FEAT_POWER: in dummy_hub_control()
|
/linux-4.4.14/drivers/usb/dwc2/ |
D | hcd.c | 1585 case USB_PORT_FEAT_POWER: in dwc2_hcd_hub_control() 1771 case USB_PORT_FEAT_POWER: in dwc2_hcd_hub_control()
|