Home
last modified time | relevance | path

Searched refs:USB_PORT_FEAT_POWER (Results 1 – 19 of 19) sorted by relevance

/drivers/usb/musb/
Dmusb_virthub.c183 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/
Dfhci-hub.c252 case USB_PORT_FEAT_POWER: in fhci_hub_control()
326 case USB_PORT_FEAT_POWER: in fhci_hub_control()
Duhci-hub.c339 case USB_PORT_FEAT_POWER: in uhci_hub_control()
385 case USB_PORT_FEAT_POWER: in uhci_hub_control()
Dsl811-hcd.c92 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()
Dohci-s3c2410.c180 if (wValue == USB_PORT_FEAT_POWER) { in ohci_s3c2410_hub_control()
210 case USB_PORT_FEAT_POWER: in ohci_s3c2410_hub_control()
Dehci-hub.c630 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()
Disp116x-hcd.c1077 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()
Dohci-hub.c737 case USB_PORT_FEAT_POWER: in ohci_hub_control()
800 case USB_PORT_FEAT_POWER: in ohci_hub_control()
Disp1760-hcd.c1906 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()
Dr8a66597-hcd.c2144 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()
Doxu210hp-hcd.c2384 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()
Dehci-hcd.c383 USB_PORT_FEAT_POWER, in ehci_port_power()
Du132-hcd.c2718 case USB_PORT_FEAT_POWER: in u132_roothub_setportfeature()
2764 case USB_PORT_FEAT_POWER: in u132_roothub_clearportfeature()
/drivers/usb/c67x00/
Dc67x00-hcd.c154 case USB_PORT_FEAT_POWER: in c67x00_hub_control()
197 case USB_PORT_FEAT_POWER: in c67x00_hub_control()
/drivers/usb/wusbcore/
Drh.c253 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/
Dhub.h48 #define USB_PORT_FEAT_POWER 8 macro
Dhub.c553 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/
Ddummy_hcd.c1616 case USB_PORT_FEAT_POWER: in dummy_hub_control()
1691 case USB_PORT_FEAT_POWER: in dummy_hub_control()
/drivers/staging/usbip/
Dvhci_hcd.c309 case USB_PORT_FEAT_POWER: in vhci_hub_control()