Searched refs:wPortStatus (Results 1 – 8 of 8) sorted by relevance
105 usb->vroot_hub->port.wPortStatus &= ~USB_PORT_STAT_ENABLE; in fhci_port_disable()126 usb->vroot_hub->port.wPortStatus |= USB_PORT_STAT_ENABLE; in fhci_port_enable()234 fhci->vroot_hub->port.wPortStatus &= in fhci_hub_control()243 fhci->vroot_hub->port.wPortStatus &= in fhci_hub_control()252 fhci->vroot_hub->port.wPortStatus &= in fhci_hub_control()284 port_status->wPortStatus = in fhci_hub_control()285 cpu_to_le16(fhci->vroot_hub->port.wPortStatus); in fhci_hub_control()303 fhci->vroot_hub->port.wPortStatus |= in fhci_hub_control()308 fhci->vroot_hub->port.wPortStatus |= in fhci_hub_control()313 fhci->vroot_hub->port.wPortStatus |= in fhci_hub_control()[all …]
249 u16 wPortChange, wPortStatus; in uhci_hub_control() local293 wPortStatus = USB_PORT_STAT_POWER; in uhci_hub_control()295 wPortStatus |= USB_PORT_STAT_CONNECTION; in uhci_hub_control()297 wPortStatus |= USB_PORT_STAT_ENABLE; in uhci_hub_control()299 wPortStatus |= USB_PORT_STAT_SUSPEND; in uhci_hub_control()302 wPortStatus |= USB_PORT_STAT_OVERCURRENT; in uhci_hub_control()304 wPortStatus |= USB_PORT_STAT_RESET; in uhci_hub_control()306 wPortStatus |= USB_PORT_STAT_LOW_SPEED; in uhci_hub_control()312 *(__le16 *)buf = cpu_to_le16(wPortStatus); in uhci_hub_control()
408 (usb->vroot_hub->port.wPortStatus & USB_PORT_STAT_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()476 usb->vroot_hub->port.wPortStatus |= 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()
357 fhci->vroot_hub->port.wPortStatus = 0; in fhci_start()
88 u16 wPortChange, wPortStatus; in c67x00_hub_control() local108 wPortStatus = USB_PORT_STAT_POWER; in c67x00_hub_control()110 wPortStatus |= USB_PORT_STAT_CONNECTION; in c67x00_hub_control()112 wPortStatus |= USB_PORT_STAT_LOW_SPEED; in c67x00_hub_control()118 wPortStatus |= USB_PORT_STAT_ENABLE; in c67x00_hub_control()120 *(__le16 *) buf = cpu_to_le16(wPortStatus); in c67x00_hub_control()
102 __le16 wPortStatus; member
332 if (le16_to_cpu(port_status->wPortStatus) & in lvs_rh_work()
569 *status = le16_to_cpu(hub->status->port.wPortStatus); in hub_port_status()