wPortChange        74 drivers/usb/c67x00/c67x00-hcd.c 	u16 wPortChange, wPortStatus;
wPortChange        90 drivers/usb/c67x00/c67x00-hcd.c 		wPortChange = 0;
wPortChange        92 drivers/usb/c67x00/c67x00-hcd.c 			wPortChange |= USB_PORT_STAT_C_CONNECTION;
wPortChange       107 drivers/usb/c67x00/c67x00-hcd.c 		*(__le16 *) (buf + 2) = cpu_to_le16(wPortChange);
wPortChange       598 drivers/usb/core/hub.c 		*change = le16_to_cpu(hub->status->port.wPortChange);
wPortChange       352 drivers/usb/host/fhci-hcd.c 	fhci->vroot_hub->port.wPortChange = 0;
wPortChange       102 drivers/usb/host/fhci-hub.c 	usb->vroot_hub->port.wPortChange |= USB_PORT_STAT_C_ENABLE;
wPortChange       123 drivers/usb/host/fhci-hub.c 	usb->vroot_hub->port.wPortChange |= USB_PORT_STAT_C_ENABLE;
wPortChange       187 drivers/usb/host/fhci-hub.c 	if (fhci->vroot_hub->port.wPortChange & (USB_PORT_STAT_C_CONNECTION |
wPortChange       235 drivers/usb/host/fhci-hub.c 			fhci->vroot_hub->port.wPortChange &=
wPortChange       244 drivers/usb/host/fhci-hub.c 			fhci->vroot_hub->port.wPortChange &=
wPortChange       253 drivers/usb/host/fhci-hub.c 			fhci->vroot_hub->port.wPortChange &=
wPortChange       257 drivers/usb/host/fhci-hub.c 			fhci->vroot_hub->port.wPortChange &=
wPortChange       261 drivers/usb/host/fhci-hub.c 			fhci->vroot_hub->port.wPortChange &=
wPortChange       282 drivers/usb/host/fhci-hub.c 		port_status->wPortChange =
wPortChange       283 drivers/usb/host/fhci-hub.c 		    cpu_to_le16(fhci->vroot_hub->port.wPortChange);
wPortChange       405 drivers/usb/host/fhci-sched.c 	    !(usb->vroot_hub->port.wPortChange & USB_PORT_STAT_C_CONNECTION)) {
wPortChange       441 drivers/usb/host/fhci-sched.c 	usb->vroot_hub->port.wPortChange |= USB_PORT_STAT_C_CONNECTION;
wPortChange       475 drivers/usb/host/fhci-sched.c 		usb->vroot_hub->port.wPortChange |=
wPortChange       494 drivers/usb/host/fhci-sched.c 		usb->vroot_hub->port.wPortChange |=
wPortChange       250 drivers/usb/host/uhci-hub.c 	u16 wPortChange, wPortStatus;
wPortChange       278 drivers/usb/host/uhci-hub.c 		wPortChange = lstatus = 0;
wPortChange       280 drivers/usb/host/uhci-hub.c 			wPortChange |= USB_PORT_STAT_C_CONNECTION;
wPortChange       282 drivers/usb/host/uhci-hub.c 			wPortChange |= USB_PORT_STAT_C_ENABLE;
wPortChange       284 drivers/usb/host/uhci-hub.c 			wPortChange |= USB_PORT_STAT_C_OVERCURRENT;
wPortChange       287 drivers/usb/host/uhci-hub.c 			wPortChange |= USB_PORT_STAT_C_SUSPEND;
wPortChange       309 drivers/usb/host/uhci-hub.c 		if (wPortChange)
wPortChange       314 drivers/usb/host/uhci-hub.c 		*(__le16 *)(buf + 2) = cpu_to_le16(wPortChange);
wPortChange       345 drivers/usb/misc/lvstest.c 		portchange = le16_to_cpu(port_status->wPortChange);
wPortChange       117 include/uapi/linux/usb/ch11.h 	__le16 wPortChange;