wPortStatus        74 drivers/usb/c67x00/c67x00-hcd.c 	u16 wPortChange, wPortStatus;
wPortStatus        94 drivers/usb/c67x00/c67x00-hcd.c 		wPortStatus = USB_PORT_STAT_POWER;
wPortStatus        96 drivers/usb/c67x00/c67x00-hcd.c 			wPortStatus |= USB_PORT_STAT_CONNECTION;
wPortStatus        98 drivers/usb/c67x00/c67x00-hcd.c 			wPortStatus |= USB_PORT_STAT_LOW_SPEED;
wPortStatus       104 drivers/usb/c67x00/c67x00-hcd.c 			wPortStatus |= USB_PORT_STAT_ENABLE;
wPortStatus       106 drivers/usb/c67x00/c67x00-hcd.c 		*(__le16 *) buf = cpu_to_le16(wPortStatus);
wPortStatus       597 drivers/usb/core/hub.c 		*status = le16_to_cpu(hub->status->port.wPortStatus);
wPortStatus       351 drivers/usb/host/fhci-hcd.c 	fhci->vroot_hub->port.wPortStatus = 0;
wPortStatus       101 drivers/usb/host/fhci-hub.c 	usb->vroot_hub->port.wPortStatus &= ~USB_PORT_STAT_ENABLE;
wPortStatus       122 drivers/usb/host/fhci-hub.c 	usb->vroot_hub->port.wPortStatus |= USB_PORT_STAT_ENABLE;
wPortStatus       230 drivers/usb/host/fhci-hub.c 			fhci->vroot_hub->port.wPortStatus &=
wPortStatus       239 drivers/usb/host/fhci-hub.c 			fhci->vroot_hub->port.wPortStatus &=
wPortStatus       248 drivers/usb/host/fhci-hub.c 			fhci->vroot_hub->port.wPortStatus &=
wPortStatus       280 drivers/usb/host/fhci-hub.c 		port_status->wPortStatus =
wPortStatus       281 drivers/usb/host/fhci-hub.c 		    cpu_to_le16(fhci->vroot_hub->port.wPortStatus);
wPortStatus       299 drivers/usb/host/fhci-hub.c 			fhci->vroot_hub->port.wPortStatus |=
wPortStatus       304 drivers/usb/host/fhci-hub.c 			fhci->vroot_hub->port.wPortStatus |=
wPortStatus       309 drivers/usb/host/fhci-hub.c 			fhci->vroot_hub->port.wPortStatus |=
wPortStatus       312 drivers/usb/host/fhci-hub.c 			fhci->vroot_hub->port.wPortStatus |=
wPortStatus       314 drivers/usb/host/fhci-hub.c 			fhci->vroot_hub->port.wPortStatus &=
wPortStatus       318 drivers/usb/host/fhci-hub.c 			fhci->vroot_hub->port.wPortStatus |=
wPortStatus       404 drivers/usb/host/fhci-sched.c 	    (usb->vroot_hub->port.wPortStatus & USB_PORT_STAT_CONNECTION) &&
wPortStatus       406 drivers/usb/host/fhci-sched.c 		if (usb->vroot_hub->port.wPortStatus & USB_PORT_STAT_LOW_SPEED)
wPortStatus       440 drivers/usb/host/fhci-sched.c 	usb->vroot_hub->port.wPortStatus &= ~USB_PORT_STAT_CONNECTION;
wPortStatus       472 drivers/usb/host/fhci-sched.c 		usb->vroot_hub->port.wPortStatus |=
wPortStatus       490 drivers/usb/host/fhci-sched.c 		usb->vroot_hub->port.wPortStatus &=
wPortStatus       492 drivers/usb/host/fhci-sched.c 		usb->vroot_hub->port.wPortStatus |=
wPortStatus       250 drivers/usb/host/uhci-hub.c 	u16 wPortChange, wPortStatus;
wPortStatus       294 drivers/usb/host/uhci-hub.c 		wPortStatus = USB_PORT_STAT_POWER;
wPortStatus       296 drivers/usb/host/uhci-hub.c 			wPortStatus |= USB_PORT_STAT_CONNECTION;
wPortStatus       298 drivers/usb/host/uhci-hub.c 			wPortStatus |= USB_PORT_STAT_ENABLE;
wPortStatus       300 drivers/usb/host/uhci-hub.c 				wPortStatus |= USB_PORT_STAT_SUSPEND;
wPortStatus       303 drivers/usb/host/uhci-hub.c 			wPortStatus |= USB_PORT_STAT_OVERCURRENT;
wPortStatus       305 drivers/usb/host/uhci-hub.c 			wPortStatus |= USB_PORT_STAT_RESET;
wPortStatus       307 drivers/usb/host/uhci-hub.c 			wPortStatus |= USB_PORT_STAT_LOW_SPEED;
wPortStatus       313 drivers/usb/host/uhci-hub.c 		*(__le16 *)buf = cpu_to_le16(wPortStatus);
wPortStatus       363 drivers/usb/misc/lvstest.c 			if (le16_to_cpu(port_status->wPortStatus) &
wPortStatus       116 include/uapi/linux/usb/ch11.h 	__le16 wPortStatus;