USB_PORT_STAT_ENABLE  349 drivers/staging/wusbcore/devconnect.c 	port->status &= ~(USB_PORT_STAT_CONNECTION | USB_PORT_STAT_ENABLE
USB_PORT_STAT_ENABLE  103 drivers/staging/wusbcore/rh.c 	port->status |= USB_PORT_STAT_ENABLE;
USB_PORT_STAT_ENABLE  104 drivers/usb/c67x00/c67x00-hcd.c 			wPortStatus |= USB_PORT_STAT_ENABLE;
USB_PORT_STAT_ENABLE 1132 drivers/usb/core/hub.c 		if ((portstatus & USB_PORT_STAT_ENABLE) && (
USB_PORT_STAT_ENABLE 1143 drivers/usb/core/hub.c 			portstatus &= ~USB_PORT_STAT_ENABLE;
USB_PORT_STAT_ENABLE 1206 drivers/usb/core/hub.c 		} else if (portstatus & USB_PORT_STAT_ENABLE) {
USB_PORT_STAT_ENABLE 2824 drivers/usb/core/hub.c 	if (!(portstatus & USB_PORT_STAT_ENABLE))
USB_PORT_STAT_ENABLE 3075 drivers/usb/core/hub.c 	else if (!(portstatus & USB_PORT_STAT_ENABLE) && !udev->reset_resume) {
USB_PORT_STAT_ENABLE 5013 drivers/usb/core/hub.c 		if (portstatus & USB_PORT_STAT_ENABLE)
USB_PORT_STAT_ENABLE 5214 drivers/usb/core/hub.c 		if (portstatus & USB_PORT_STAT_ENABLE) {
USB_PORT_STAT_ENABLE 5310 drivers/usb/core/hub.c 		if (!(portstatus & USB_PORT_STAT_ENABLE)
USB_PORT_STAT_ENABLE 3558 drivers/usb/dwc2/hcd.c 			port_status |= USB_PORT_STAT_ENABLE;
USB_PORT_STAT_ENABLE  457 drivers/usb/gadget/udc/aspeed-vhub/hub.c 		if (p->status & USB_PORT_STAT_ENABLE)
USB_PORT_STAT_ENABLE  482 drivers/usb/gadget/udc/aspeed-vhub/hub.c 					  USB_PORT_STAT_ENABLE,
USB_PORT_STAT_ENABLE  538 drivers/usb/gadget/udc/aspeed-vhub/hub.c 				  USB_PORT_STAT_ENABLE |
USB_PORT_STAT_ENABLE  578 drivers/usb/gadget/udc/aspeed-vhub/hub.c 	set |= USB_PORT_STAT_ENABLE;
USB_PORT_STAT_ENABLE  597 drivers/usb/gadget/udc/aspeed-vhub/hub.c 		if (!(p->status & USB_PORT_STAT_ENABLE))
USB_PORT_STAT_ENABLE  641 drivers/usb/gadget/udc/aspeed-vhub/hub.c 					  USB_PORT_STAT_ENABLE |
USB_PORT_STAT_ENABLE  379 drivers/usb/gadget/udc/dummy_hcd.c 						USB_PORT_STAT_ENABLE);
USB_PORT_STAT_ENABLE  392 drivers/usb/gadget/udc/dummy_hcd.c 			if ((dum_hcd->port_status & USB_PORT_STAT_ENABLE) &&
USB_PORT_STAT_ENABLE  404 drivers/usb/gadget/udc/dummy_hcd.c 						USB_PORT_STAT_ENABLE |
USB_PORT_STAT_ENABLE  418 drivers/usb/gadget/udc/dummy_hcd.c 			if ((dum_hcd->port_status & USB_PORT_STAT_ENABLE) == 0)
USB_PORT_STAT_ENABLE  446 drivers/usb/gadget/udc/dummy_hcd.c 	if ((dum_hcd->port_status & USB_PORT_STAT_ENABLE) == 0 ||
USB_PORT_STAT_ENABLE  496 drivers/usb/gadget/udc/dummy_hcd.c 	(dum->port_status & USB_PORT_STAT_ENABLE)
USB_PORT_STAT_ENABLE 1545 drivers/usb/gadget/udc/dummy_hcd.c 		(USB_PORT_STAT_CONNECTION | USB_PORT_STAT_ENABLE | \
USB_PORT_STAT_ENABLE 1547 drivers/usb/gadget/udc/dummy_hcd.c 		== (USB_PORT_STAT_CONNECTION | USB_PORT_STAT_ENABLE))
USB_PORT_STAT_ENABLE 2167 drivers/usb/gadget/udc/dummy_hcd.c 				dum_hcd->port_status |= USB_PORT_STAT_ENABLE;
USB_PORT_STAT_ENABLE 2264 drivers/usb/gadget/udc/dummy_hcd.c 				dum_hcd->port_status &= ~(USB_PORT_STAT_ENABLE
USB_PORT_STAT_ENABLE 1122 drivers/usb/host/ehci-hub.c 			status |= USB_PORT_STAT_ENABLE;
USB_PORT_STAT_ENABLE  101 drivers/usb/host/fhci-hub.c 	usb->vroot_hub->port.wPortStatus &= ~USB_PORT_STAT_ENABLE;
USB_PORT_STAT_ENABLE  122 drivers/usb/host/fhci-hub.c 	usb->vroot_hub->port.wPortStatus |= USB_PORT_STAT_ENABLE;
USB_PORT_STAT_ENABLE  231 drivers/usb/host/fhci-hub.c 			    ~USB_PORT_STAT_ENABLE;
USB_PORT_STAT_ENABLE  300 drivers/usb/host/fhci-hub.c 			    USB_PORT_STAT_ENABLE;
USB_PORT_STAT_ENABLE  313 drivers/usb/host/fhci-hub.c 			    USB_PORT_STAT_ENABLE;
USB_PORT_STAT_ENABLE 1664 drivers/usb/host/fotg210-hcd.c 			status |= USB_PORT_STAT_ENABLE;
USB_PORT_STAT_ENABLE 1260 drivers/usb/host/isp1362-hcd.c 	      USB_PORT_STAT_ENABLE) ||
USB_PORT_STAT_ENABLE 1271 drivers/usb/host/max3421-hcd.c 			max3421_hcd->port_status |=  USB_PORT_STAT_ENABLE;
USB_PORT_STAT_ENABLE 1480 drivers/usb/host/max3421-hcd.c 	max3421_hcd->port_status &= ~(USB_PORT_STAT_ENABLE |
USB_PORT_STAT_ENABLE 3752 drivers/usb/host/oxu210hp-hcd.c 			status |= USB_PORT_STAT_ENABLE;
USB_PORT_STAT_ENABLE 1051 drivers/usb/host/r8a66597-hcd.c 	rh->port |= USB_PORT_STAT_ENABLE;
USB_PORT_STAT_ENABLE 2257 drivers/usb/host/r8a66597-hcd.c 		if (!(rh->port & USB_PORT_STAT_ENABLE))
USB_PORT_STAT_ENABLE  737 drivers/usb/host/sl811-hcd.c 		if (sl811->port1 & USB_PORT_STAT_ENABLE)
USB_PORT_STAT_ENABLE  822 drivers/usb/host/sl811-hcd.c 	if (!(sl811->port1 & USB_PORT_STAT_ENABLE)
USB_PORT_STAT_ENABLE 1129 drivers/usb/host/sl811-hcd.c 				| USB_PORT_STAT_ENABLE
USB_PORT_STAT_ENABLE 1303 drivers/usb/host/sl811-hcd.c 			if (!(sl811->port1 & USB_PORT_STAT_ENABLE))
USB_PORT_STAT_ENABLE  298 drivers/usb/host/uhci-hub.c 			wPortStatus |= USB_PORT_STAT_ENABLE;
USB_PORT_STAT_ENABLE 1056 drivers/usb/host/xhci-hub.c 		status |= USB_PORT_STAT_ENABLE;
USB_PORT_STAT_ENABLE 1991 drivers/usb/isp1760/isp1760-hcd.c 			status |= USB_PORT_STAT_ENABLE;
USB_PORT_STAT_ENABLE  760 drivers/usb/musb/musb_core.c 				|USB_PORT_STAT_ENABLE
USB_PORT_STAT_ENABLE  171 drivers/usb/musb/musb_virthub.c 		musb->port1_status &= ~USB_PORT_STAT_ENABLE;
USB_PORT_STAT_ENABLE  188 drivers/usb/musb/musb_virthub.c 		musb->port1_status |= USB_PORT_STAT_ENABLE
USB_PORT_STAT_ENABLE  354 drivers/usb/musb/sunxi.c 	if (musb->port1_status & USB_PORT_STAT_ENABLE)
USB_PORT_STAT_ENABLE  704 drivers/usb/musb/tusb6010.c 				| USB_PORT_STAT_ENABLE
USB_PORT_STAT_ENABLE 1172 drivers/usb/renesas_usbhs/mod_host.c 		usbhsh_port_stat_set(hpriv, USB_PORT_STAT_ENABLE);
USB_PORT_STAT_ENABLE  463 drivers/usb/usbip/vhci_hcd.c 					USB_PORT_STAT_ENABLE;
USB_PORT_STAT_ENABLE  579 drivers/usb/usbip/vhci_hcd.c 			} else if (vhci_hcd->port_status[rhport] & USB_PORT_STAT_ENABLE) {
USB_PORT_STAT_ENABLE  580 drivers/usb/usbip/vhci_hcd.c 				vhci_hcd->port_status[rhport] &= ~(USB_PORT_STAT_ENABLE
USB_PORT_STAT_ENABLE  150 include/uapi/linux/usb/ch11.h 				USB_PORT_STAT_ENABLE |	    \