Home
last modified time | relevance | path

Searched refs:vroot_hub (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/host/
H A Dfhci-hub.c100 usb->vroot_hub->port.wPortStatus &= ~USB_PORT_STAT_ENABLE; in fhci_port_disable()
101 usb->vroot_hub->port.wPortChange |= USB_PORT_STAT_C_ENABLE; in fhci_port_disable()
121 usb->vroot_hub->port.wPortStatus |= USB_PORT_STAT_ENABLE; in fhci_port_enable()
122 usb->vroot_hub->port.wPortChange |= USB_PORT_STAT_C_ENABLE; in fhci_port_enable()
186 if (fhci->vroot_hub->port.wPortChange & (USB_PORT_STAT_C_CONNECTION | in fhci_hub_status_data()
225 fhci->vroot_hub->feature &= (1 << wValue); in fhci_hub_control()
229 fhci->vroot_hub->port.wPortStatus &= in fhci_hub_control()
234 fhci->vroot_hub->port.wPortChange &= in fhci_hub_control()
238 fhci->vroot_hub->port.wPortStatus &= in fhci_hub_control()
243 fhci->vroot_hub->port.wPortChange &= in fhci_hub_control()
[all …]
H A Dfhci.h254 struct virtual_root_hub *vroot_hub; /* the virtual root hub */ member
434 struct virtual_root_hub *vroot_hub; member