Searched refs:wPortStatus (Results 1 – 7 of 7) 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()235 fhci->vroot_hub->port.wPortStatus &= in fhci_hub_control()244 fhci->vroot_hub->port.wPortStatus &= in fhci_hub_control()253 fhci->vroot_hub->port.wPortStatus &= in fhci_hub_control()288 port_status->wPortStatus = in fhci_hub_control()289 cpu_to_le16(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()318 fhci->vroot_hub->port.wPortStatus |= in fhci_hub_control()[all …]
246 u16 wPortChange, wPortStatus; in uhci_hub_control() local290 wPortStatus = USB_PORT_STAT_POWER; in uhci_hub_control()292 wPortStatus |= USB_PORT_STAT_CONNECTION; in uhci_hub_control()294 wPortStatus |= USB_PORT_STAT_ENABLE; in uhci_hub_control()296 wPortStatus |= USB_PORT_STAT_SUSPEND; in uhci_hub_control()299 wPortStatus |= USB_PORT_STAT_OVERCURRENT; in uhci_hub_control()301 wPortStatus |= USB_PORT_STAT_RESET; in uhci_hub_control()303 wPortStatus |= USB_PORT_STAT_LOW_SPEED; in uhci_hub_control()309 *(__le16 *)buf = cpu_to_le16(wPortStatus); in uhci_hub_control()
409 (usb->vroot_hub->port.wPortStatus & USB_PORT_STAT_CONNECTION) && in sof_interrupt()411 if (usb->vroot_hub->port.wPortStatus & USB_PORT_STAT_LOW_SPEED) in sof_interrupt()445 usb->vroot_hub->port.wPortStatus &= ~USB_PORT_STAT_CONNECTION; in fhci_device_disconnected_interrupt()477 usb->vroot_hub->port.wPortStatus |= in fhci_device_connected_interrupt()495 usb->vroot_hub->port.wPortStatus &= in fhci_device_connected_interrupt()497 usb->vroot_hub->port.wPortStatus |= in fhci_device_connected_interrupt()
353 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()
65 __le16 wPortStatus; member
360 *status = le16_to_cpu(hub->status->port.wPortStatus); in hub_port_status()