Searched refs:vroot_hub (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dfhci-hub.c105 usb->vroot_hub->port.wPortStatus &= ~USB_PORT_STAT_ENABLE;
106 usb->vroot_hub->port.wPortChange |= USB_PORT_STAT_C_ENABLE;
126 usb->vroot_hub->port.wPortStatus |= USB_PORT_STAT_ENABLE;
127 usb->vroot_hub->port.wPortChange |= USB_PORT_STAT_C_ENABLE;
191 if (fhci->vroot_hub->port.wPortChange & (USB_PORT_STAT_C_CONNECTION |
231 fhci->vroot_hub->feature &= (1 << wValue);
235 fhci->vroot_hub->port.wPortStatus &=
240 fhci->vroot_hub->port.wPortChange &=
244 fhci->vroot_hub->port.wPortStatus &=
249 fhci->vroot_hub
[all...]
H A Dfhci-hcd.c186 kfree(fhci->vroot_hub);
187 fhci->vroot_hub = NULL;
207 fhci->vroot_hub = kzalloc(sizeof(*fhci->vroot_hub), GFP_KERNEL);
208 if (!fhci->vroot_hub)
318 usb->vroot_hub = fhci->vroot_hub;
352 fhci->vroot_hub->dev_num = 1; /* this field may be needed to fix */
353 fhci->vroot_hub->hub.wHubStatus = 0;
354 fhci->vroot_hub
[all...]
H A Dfhci-sched.c409 (usb->vroot_hub->port.wPortStatus & USB_PORT_STAT_CONNECTION) &&
410 !(usb->vroot_hub->port.wPortChange & USB_PORT_STAT_C_CONNECTION)) {
411 if (usb->vroot_hub->port.wPortStatus & USB_PORT_STAT_LOW_SPEED)
445 usb->vroot_hub->port.wPortStatus &= ~USB_PORT_STAT_CONNECTION;
446 usb->vroot_hub->port.wPortChange |= USB_PORT_STAT_C_CONNECTION;
477 usb->vroot_hub->port.wPortStatus |=
480 usb->vroot_hub->port.wPortChange |=
495 usb->vroot_hub->port.wPortStatus &=
497 usb->vroot_hub->port.wPortStatus |=
499 usb->vroot_hub
[all...]
H A Dfhci.h276 struct virtual_root_hub *vroot_hub; /* the virtual root hub */ member in struct:fhci_hcd
458 struct virtual_root_hub *vroot_hub; member in struct:fhci_usb

Completed in 108 milliseconds