Searched refs:USB_PORT_FEAT_POWER (Results 1 – 19 of 19) sorted by relevance
/drivers/usb/musb/ |
D | musb_virthub.c | 183 musb->port1_status = (1 << USB_PORT_FEAT_POWER) in musb_root_disconnect() 265 case USB_PORT_FEAT_POWER: in musb_hub_control() 351 case USB_PORT_FEAT_POWER: in musb_hub_control()
|
/drivers/usb/host/ |
D | fhci-hub.c | 252 case USB_PORT_FEAT_POWER: in fhci_hub_control() 326 case USB_PORT_FEAT_POWER: in fhci_hub_control()
|
D | uhci-hub.c | 339 case USB_PORT_FEAT_POWER: in uhci_hub_control() 385 case USB_PORT_FEAT_POWER: in uhci_hub_control()
|
D | sl811-hcd.c | 92 if (sl811->port1 & (1 << USB_PORT_FEAT_POWER)) in port_power() 95 sl811->port1 = (1 << USB_PORT_FEAT_POWER); in port_power() 1134 | (1 << USB_PORT_FEAT_POWER); in sl811h_timer() 1231 sl811->port1 &= (1 << USB_PORT_FEAT_POWER); in sl811h_hub_control() 1253 case USB_PORT_FEAT_POWER: in sl811h_hub_control() 1297 case USB_PORT_FEAT_POWER: in sl811h_hub_control() 1303 if (!(sl811->port1 & (1 << USB_PORT_FEAT_POWER))) in sl811h_hub_control()
|
D | ohci-s3c2410.c | 180 if (wValue == USB_PORT_FEAT_POWER) { in ohci_s3c2410_hub_control() 210 case USB_PORT_FEAT_POWER: in ohci_s3c2410_hub_control()
|
D | ehci-hub.c | 630 case USB_PORT_FEAT_POWER: in ehci_hub_control() 796 status |= 1 << USB_PORT_FEAT_POWER; in ehci_hub_control() 837 case USB_PORT_FEAT_POWER: in ehci_hub_control()
|
D | isp116x-hcd.c | 1077 case USB_PORT_FEAT_POWER: in isp116x_hub_control() 1114 case USB_PORT_FEAT_POWER: in isp116x_hub_control() 1469 USB_PORT_FEAT_POWER, 1, NULL, 0); in isp116x_bus_resume() 1472 USB_PORT_FEAT_POWER, 2, NULL, 0); in isp116x_bus_resume()
|
D | ohci-hub.c | 737 case USB_PORT_FEAT_POWER: in ohci_hub_control() 800 case USB_PORT_FEAT_POWER: in ohci_hub_control()
|
D | isp1760-hcd.c | 1906 case USB_PORT_FEAT_POWER: in isp1760_hub_control() 2028 status |= 1 << USB_PORT_FEAT_POWER; in isp1760_hub_control() 2065 case USB_PORT_FEAT_POWER: in isp1760_hub_control() 2167 isp1760_hub_control(hcd, ClearPortFeature, USB_PORT_FEAT_POWER, 1, in isp1760_stop()
|
D | r8a66597-hcd.c | 2144 rh->port &= (1 << USB_PORT_FEAT_POWER); in r8a66597_hub_control() 2148 case USB_PORT_FEAT_POWER: in r8a66597_hub_control() 2183 case USB_PORT_FEAT_POWER: in r8a66597_hub_control() 2185 rh->port |= (1 << USB_PORT_FEAT_POWER); in r8a66597_hub_control()
|
D | oxu210hp-hcd.c | 2384 USB_PORT_FEAT_POWER, in ehci_port_power() 3232 case USB_PORT_FEAT_POWER: in oxu_hub_control() 3365 status |= 1 << USB_PORT_FEAT_POWER; in oxu_hub_control() 3403 case USB_PORT_FEAT_POWER: in oxu_hub_control()
|
D | ehci-hcd.c | 383 USB_PORT_FEAT_POWER, in ehci_port_power()
|
D | u132-hcd.c | 2718 case USB_PORT_FEAT_POWER: in u132_roothub_setportfeature() 2764 case USB_PORT_FEAT_POWER: in u132_roothub_clearportfeature()
|
/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()
|
/drivers/usb/wusbcore/ |
D | rh.c | 253 case USB_PORT_FEAT_POWER: in wusbhc_rh_set_port_feat() 291 case USB_PORT_FEAT_POWER: /* fake port always on */ in wusbhc_rh_clear_port_feat()
|
/drivers/usb/core/ |
D | hub.h | 48 #define USB_PORT_FEAT_POWER 8 macro
|
D | hub.c | 553 set_port_feature(hub->hdev, port1, USB_PORT_FEAT_POWER); in hub_power_on() 2827 && !(portstatus & (1 << USB_PORT_FEAT_POWER))) in hub_port_connect_change() 2828 set_port_feature(hdev, port1, USB_PORT_FEAT_POWER); in hub_port_connect_change()
|
/drivers/usb/gadget/ |
D | dummy_hcd.c | 1616 case USB_PORT_FEAT_POWER: in dummy_hub_control() 1691 case USB_PORT_FEAT_POWER: in dummy_hub_control()
|
/drivers/staging/usbip/ |
D | vhci_hcd.c | 309 case USB_PORT_FEAT_POWER: in vhci_hub_control()
|