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

/linux-master/drivers/usb/host/
H A Dfhci-hub.c100 usb->vroot_hub->port.wPortStatus &= ~USB_PORT_STAT_ENABLE;
101 usb->vroot_hub->port.wPortChange |= USB_PORT_STAT_C_ENABLE;
121 usb->vroot_hub->port.wPortStatus |= USB_PORT_STAT_ENABLE;
122 usb->vroot_hub->port.wPortChange |= USB_PORT_STAT_C_ENABLE;
186 if (fhci->vroot_hub->port.wPortChange & (USB_PORT_STAT_C_CONNECTION |
225 fhci->vroot_hub->feature &= (1 << wValue);
229 fhci->vroot_hub->port.wPortStatus &=
234 fhci->vroot_hub->port.wPortChange &=
238 fhci->vroot_hub->port.wPortStatus &=
243 fhci->vroot_hub
[all...]
H A Dfhci-hcd.c185 kfree(fhci->vroot_hub);
186 fhci->vroot_hub = NULL;
206 fhci->vroot_hub = kzalloc(sizeof(*fhci->vroot_hub), GFP_KERNEL);
207 if (!fhci->vroot_hub)
315 usb->vroot_hub = fhci->vroot_hub;
349 fhci->vroot_hub->dev_num = 1; /* this field may be needed to fix */
350 fhci->vroot_hub->hub.wHubStatus = 0;
351 fhci->vroot_hub
[all...]
H A Dfhci-sched.c404 (usb->vroot_hub->port.wPortStatus & USB_PORT_STAT_CONNECTION) &&
405 !(usb->vroot_hub->port.wPortChange & USB_PORT_STAT_C_CONNECTION)) {
406 if (usb->vroot_hub->port.wPortStatus & USB_PORT_STAT_LOW_SPEED)
440 usb->vroot_hub->port.wPortStatus &= ~USB_PORT_STAT_CONNECTION;
441 usb->vroot_hub->port.wPortChange |= USB_PORT_STAT_C_CONNECTION;
472 usb->vroot_hub->port.wPortStatus |=
475 usb->vroot_hub->port.wPortChange |=
490 usb->vroot_hub->port.wPortStatus &=
492 usb->vroot_hub->port.wPortStatus |=
494 usb->vroot_hub
[all...]
H A Dfhci.h254 struct virtual_root_hub *vroot_hub; /* the virtual root hub */ member in struct:fhci_hcd
434 struct virtual_root_hub *vroot_hub; member in struct:fhci_usb

Completed in 155 milliseconds