Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dfhci-hub.c105 usb->vroot_hub->port.wPortStatus &= ~USB_PORT_STAT_ENABLE; in fhci_port_disable()
106 usb->vroot_hub->port.wPortChange |= USB_PORT_STAT_C_ENABLE; in fhci_port_disable()
126 usb->vroot_hub->port.wPortStatus |= USB_PORT_STAT_ENABLE; in fhci_port_enable()
127 usb->vroot_hub->port.wPortChange |= USB_PORT_STAT_C_ENABLE; in fhci_port_enable()
191 if (fhci->vroot_hub->port.wPortChange & (USB_PORT_STAT_C_CONNECTION | in fhci_hub_status_data()
230 fhci->vroot_hub->feature &= (1 << wValue); in fhci_hub_control()
234 fhci->vroot_hub->port.wPortStatus &= in fhci_hub_control()
239 fhci->vroot_hub->port.wPortChange &= in fhci_hub_control()
243 fhci->vroot_hub->port.wPortStatus &= in fhci_hub_control()
248 fhci->vroot_hub->port.wPortChange &= in fhci_hub_control()
[all …]
Dfhci-hcd.c188 kfree(fhci->vroot_hub); in fhci_mem_free()
189 fhci->vroot_hub = NULL; in fhci_mem_free()
209 fhci->vroot_hub = kzalloc(sizeof(*fhci->vroot_hub), GFP_KERNEL); in fhci_mem_init()
210 if (!fhci->vroot_hub) in fhci_mem_init()
320 usb->vroot_hub = fhci->vroot_hub; in fhci_create_lld()
354 fhci->vroot_hub->dev_num = 1; /* this field may be needed to fix */ in fhci_start()
355 fhci->vroot_hub->hub.wHubStatus = 0; in fhci_start()
356 fhci->vroot_hub->hub.wHubChange = 0; in fhci_start()
357 fhci->vroot_hub->port.wPortStatus = 0; in fhci_start()
358 fhci->vroot_hub->port.wPortChange = 0; in fhci_start()
Dfhci-sched.c408 (usb->vroot_hub->port.wPortStatus & USB_PORT_STAT_CONNECTION) && in sof_interrupt()
409 !(usb->vroot_hub->port.wPortChange & USB_PORT_STAT_C_CONNECTION)) { in sof_interrupt()
410 if (usb->vroot_hub->port.wPortStatus & USB_PORT_STAT_LOW_SPEED) in sof_interrupt()
444 usb->vroot_hub->port.wPortStatus &= ~USB_PORT_STAT_CONNECTION; in fhci_device_disconnected_interrupt()
445 usb->vroot_hub->port.wPortChange |= USB_PORT_STAT_C_CONNECTION; in fhci_device_disconnected_interrupt()
476 usb->vroot_hub->port.wPortStatus |= in fhci_device_connected_interrupt()
479 usb->vroot_hub->port.wPortChange |= in fhci_device_connected_interrupt()
494 usb->vroot_hub->port.wPortStatus &= in fhci_device_connected_interrupt()
496 usb->vroot_hub->port.wPortStatus |= in fhci_device_connected_interrupt()
498 usb->vroot_hub->port.wPortChange |= in fhci_device_connected_interrupt()
Dfhci.h258 struct virtual_root_hub *vroot_hub; /* the virtual root hub */ member
440 struct virtual_root_hub *vroot_hub; member