vroot_hub         184 drivers/usb/host/fhci-hcd.c 	kfree(fhci->vroot_hub);
vroot_hub         185 drivers/usb/host/fhci-hcd.c 	fhci->vroot_hub = NULL;
vroot_hub         205 drivers/usb/host/fhci-hcd.c 	fhci->vroot_hub = kzalloc(sizeof(*fhci->vroot_hub), GFP_KERNEL);
vroot_hub         206 drivers/usb/host/fhci-hcd.c 	if (!fhci->vroot_hub)
vroot_hub         314 drivers/usb/host/fhci-hcd.c 	usb->vroot_hub = fhci->vroot_hub;
vroot_hub         348 drivers/usb/host/fhci-hcd.c 	fhci->vroot_hub->dev_num = 1;	/* this field may be needed to fix */
vroot_hub         349 drivers/usb/host/fhci-hcd.c 	fhci->vroot_hub->hub.wHubStatus = 0;
vroot_hub         350 drivers/usb/host/fhci-hcd.c 	fhci->vroot_hub->hub.wHubChange = 0;
vroot_hub         351 drivers/usb/host/fhci-hcd.c 	fhci->vroot_hub->port.wPortStatus = 0;
vroot_hub         352 drivers/usb/host/fhci-hcd.c 	fhci->vroot_hub->port.wPortChange = 0;
vroot_hub         101 drivers/usb/host/fhci-hub.c 	usb->vroot_hub->port.wPortStatus &= ~USB_PORT_STAT_ENABLE;
vroot_hub         102 drivers/usb/host/fhci-hub.c 	usb->vroot_hub->port.wPortChange |= USB_PORT_STAT_C_ENABLE;
vroot_hub         122 drivers/usb/host/fhci-hub.c 	usb->vroot_hub->port.wPortStatus |= USB_PORT_STAT_ENABLE;
vroot_hub         123 drivers/usb/host/fhci-hub.c 	usb->vroot_hub->port.wPortChange |= USB_PORT_STAT_C_ENABLE;
vroot_hub         187 drivers/usb/host/fhci-hub.c 	if (fhci->vroot_hub->port.wPortChange & (USB_PORT_STAT_C_CONNECTION |
vroot_hub         226 drivers/usb/host/fhci-hub.c 		fhci->vroot_hub->feature &= (1 << wValue);
vroot_hub         230 drivers/usb/host/fhci-hub.c 			fhci->vroot_hub->port.wPortStatus &=
vroot_hub         235 drivers/usb/host/fhci-hub.c 			fhci->vroot_hub->port.wPortChange &=
vroot_hub         239 drivers/usb/host/fhci-hub.c 			fhci->vroot_hub->port.wPortStatus &=
vroot_hub         244 drivers/usb/host/fhci-hub.c 			fhci->vroot_hub->port.wPortChange &=
vroot_hub         248 drivers/usb/host/fhci-hub.c 			fhci->vroot_hub->port.wPortStatus &=
vroot_hub         253 drivers/usb/host/fhci-hub.c 			fhci->vroot_hub->port.wPortChange &=
vroot_hub         257 drivers/usb/host/fhci-hub.c 			fhci->vroot_hub->port.wPortChange &=
vroot_hub         261 drivers/usb/host/fhci-hub.c 			fhci->vroot_hub->port.wPortChange &=
vroot_hub         274 drivers/usb/host/fhci-hub.c 		    cpu_to_le16(fhci->vroot_hub->hub.wHubStatus);
vroot_hub         276 drivers/usb/host/fhci-hub.c 		    cpu_to_le16(fhci->vroot_hub->hub.wHubChange);
vroot_hub         281 drivers/usb/host/fhci-hub.c 		    cpu_to_le16(fhci->vroot_hub->port.wPortStatus);
vroot_hub         283 drivers/usb/host/fhci-hub.c 		    cpu_to_le16(fhci->vroot_hub->port.wPortChange);
vroot_hub         295 drivers/usb/host/fhci-hub.c 		fhci->vroot_hub->feature |= (1 << wValue);
vroot_hub         299 drivers/usb/host/fhci-hub.c 			fhci->vroot_hub->port.wPortStatus |=
vroot_hub         304 drivers/usb/host/fhci-hub.c 			fhci->vroot_hub->port.wPortStatus |=
vroot_hub         309 drivers/usb/host/fhci-hub.c 			fhci->vroot_hub->port.wPortStatus |=
vroot_hub         312 drivers/usb/host/fhci-hub.c 			fhci->vroot_hub->port.wPortStatus |=
vroot_hub         314 drivers/usb/host/fhci-hub.c 			fhci->vroot_hub->port.wPortStatus &=
vroot_hub         318 drivers/usb/host/fhci-hub.c 			fhci->vroot_hub->port.wPortStatus |=
vroot_hub         404 drivers/usb/host/fhci-sched.c 	    (usb->vroot_hub->port.wPortStatus & USB_PORT_STAT_CONNECTION) &&
vroot_hub         405 drivers/usb/host/fhci-sched.c 	    !(usb->vroot_hub->port.wPortChange & USB_PORT_STAT_C_CONNECTION)) {
vroot_hub         406 drivers/usb/host/fhci-sched.c 		if (usb->vroot_hub->port.wPortStatus & USB_PORT_STAT_LOW_SPEED)
vroot_hub         440 drivers/usb/host/fhci-sched.c 	usb->vroot_hub->port.wPortStatus &= ~USB_PORT_STAT_CONNECTION;
vroot_hub         441 drivers/usb/host/fhci-sched.c 	usb->vroot_hub->port.wPortChange |= USB_PORT_STAT_C_CONNECTION;
vroot_hub         472 drivers/usb/host/fhci-sched.c 		usb->vroot_hub->port.wPortStatus |=
vroot_hub         475 drivers/usb/host/fhci-sched.c 		usb->vroot_hub->port.wPortChange |=
vroot_hub         490 drivers/usb/host/fhci-sched.c 		usb->vroot_hub->port.wPortStatus &=
vroot_hub         492 drivers/usb/host/fhci-sched.c 		usb->vroot_hub->port.wPortStatus |=
vroot_hub         494 drivers/usb/host/fhci-sched.c 		usb->vroot_hub->port.wPortChange |=
vroot_hub         254 drivers/usb/host/fhci.h 	struct virtual_root_hub *vroot_hub; /* the virtual root hub */
vroot_hub         434 drivers/usb/host/fhci.h 	struct virtual_root_hub *vroot_hub;