Symbol: USB_PORT_STAT_POWER
drivers/usb/c67x00/c67x00-hcd.c
94
wPortStatus = USB_PORT_STAT_POWER;
drivers/usb/core/hub.c
3242
if (portstatus & USB_PORT_STAT_POWER)
drivers/usb/dwc2/hcd.c
3573
port_status |= USB_PORT_STAT_POWER;
drivers/usb/gadget/udc/aspeed-vhub/hub.c
755
stat |= USB_PORT_STAT_POWER;
drivers/usb/gadget/udc/dummy_hcd.c
2157
dum_hcd->port_status &= ~USB_PORT_STAT_POWER;
drivers/usb/gadget/udc/dummy_hcd.c
2299
dum_hcd->port_status |= USB_PORT_STAT_POWER;
drivers/usb/gadget/udc/dummy_hcd.c
403
if ((dum_hcd->port_status & USB_PORT_STAT_POWER) == 0) {
drivers/usb/gadget/udc/dummy_hcd.c
449
USB_SS_PORT_STAT_POWER : USB_PORT_STAT_POWER);
drivers/usb/host/ehci-hub.c
1013
status |= USB_PORT_STAT_POWER;
drivers/usb/host/fhci-hub.c
248
~USB_PORT_STAT_POWER;
drivers/usb/host/fhci-hub.c
318
USB_PORT_STAT_POWER;
drivers/usb/host/max3421-hcd.c
1742
max3421_hcd->port_status |= USB_PORT_STAT_POWER;
drivers/usb/host/max3421-hcd.c
1750
if ((max3421_hcd->port_status & USB_PORT_STAT_POWER)
drivers/usb/host/oxu210hp-hcd.c
3739
status |= USB_PORT_STAT_POWER;
drivers/usb/host/r8a66597-hcd.c
2170
rh->port &= ~USB_PORT_STAT_POWER;
drivers/usb/host/r8a66597-hcd.c
2211
rh->port |= USB_PORT_STAT_POWER;
drivers/usb/host/sl811-hcd.c
1148
| USB_PORT_STAT_POWER;
drivers/usb/host/sl811-hcd.c
1246
sl811->port1 &= USB_PORT_STAT_POWER;
drivers/usb/host/sl811-hcd.c
1318
if (!(sl811->port1 & USB_PORT_STAT_POWER))
drivers/usb/host/sl811-hcd.c
85
if (sl811->port1 & USB_PORT_STAT_POWER)
drivers/usb/host/sl811-hcd.c
88
sl811->port1 = USB_PORT_STAT_POWER;
drivers/usb/host/uhci-hub.c
294
wPortStatus = USB_PORT_STAT_POWER;
drivers/usb/host/xen-hcd.c
153
if (info->ports[port].status & USB_PORT_STAT_POWER) {
drivers/usb/host/xen-hcd.c
249
if ((info->ports[port].status & USB_PORT_STAT_POWER) == 0) {
drivers/usb/host/xen-hcd.c
250
info->ports[port].status |= USB_PORT_STAT_POWER;
drivers/usb/host/xen-hcd.c
269
if (info->ports[port].status & USB_PORT_STAT_POWER) {
drivers/usb/host/xen-hcd.c
530
if (info->ports[wIndex-1].status & USB_PORT_STAT_POWER)
drivers/usb/host/xhci-hub.c
1106
*status |= USB_PORT_STAT_POWER;
drivers/usb/host/xhci-tegra.c
1304
u32 stat_power = main ? USB_PORT_STAT_POWER : USB_SS_PORT_STAT_POWER;
drivers/usb/isp1760/isp1760-hcd.c
2372
status |= USB_PORT_STAT_POWER;
drivers/usb/musb/da8xx.c
293
portstate(musb->port1_status |= USB_PORT_STAT_POWER);
drivers/usb/musb/da8xx.c
307
portstate(musb->port1_status &= ~USB_PORT_STAT_POWER);
drivers/usb/musb/musb_virthub.c
200
musb->port1_status = USB_PORT_STAT_POWER
drivers/usb/usbip/vhci_hcd.c
396
vhci_hcd->port_status[rhport] &= ~USB_PORT_STAT_POWER;
drivers/usb/usbip/vhci_hcd.c
560
vhci_hcd->port_status[rhport] |= USB_PORT_STAT_POWER;
drivers/usb/usbip/vhci_hcd.c
615
USB_PORT_STAT_POWER) != 0) {