Searched refs:vroot_hub (Results 1 – 4 of 4) sorted by relevance
100 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 …]
184 kfree(fhci->vroot_hub); in fhci_mem_free()185 fhci->vroot_hub = NULL; in fhci_mem_free()205 fhci->vroot_hub = kzalloc(sizeof(*fhci->vroot_hub), GFP_KERNEL); in fhci_mem_init()206 if (!fhci->vroot_hub) in fhci_mem_init()314 usb->vroot_hub = fhci->vroot_hub; in fhci_create_lld()348 fhci->vroot_hub->dev_num = 1; /* this field may be needed to fix */ in fhci_start()349 fhci->vroot_hub->hub.wHubStatus = 0; in fhci_start()350 fhci->vroot_hub->hub.wHubChange = 0; in fhci_start()351 fhci->vroot_hub->port.wPortStatus = 0; in fhci_start()352 fhci->vroot_hub->port.wPortChange = 0; in fhci_start()
404 (usb->vroot_hub->port.wPortStatus & USB_PORT_STAT_CONNECTION) && in sof_interrupt()405 !(usb->vroot_hub->port.wPortChange & USB_PORT_STAT_C_CONNECTION)) { in sof_interrupt()406 if (usb->vroot_hub->port.wPortStatus & USB_PORT_STAT_LOW_SPEED) in sof_interrupt()440 usb->vroot_hub->port.wPortStatus &= ~USB_PORT_STAT_CONNECTION; in fhci_device_disconnected_interrupt()441 usb->vroot_hub->port.wPortChange |= USB_PORT_STAT_C_CONNECTION; in fhci_device_disconnected_interrupt()472 usb->vroot_hub->port.wPortStatus |= in fhci_device_connected_interrupt()475 usb->vroot_hub->port.wPortChange |= in fhci_device_connected_interrupt()490 usb->vroot_hub->port.wPortStatus &= in fhci_device_connected_interrupt()492 usb->vroot_hub->port.wPortStatus |= in fhci_device_connected_interrupt()494 usb->vroot_hub->port.wPortChange |= in fhci_device_connected_interrupt()
254 struct virtual_root_hub *vroot_hub; /* the virtual root hub */ member434 struct virtual_root_hub *vroot_hub; member