Searched refs:wPortChange (Results 1 – 7 of 7) sorted by relevance
106 usb->vroot_hub->port.wPortChange |= USB_PORT_STAT_C_ENABLE; in fhci_port_disable()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()239 fhci->vroot_hub->port.wPortChange &= in fhci_hub_control()248 fhci->vroot_hub->port.wPortChange &= in fhci_hub_control()257 fhci->vroot_hub->port.wPortChange &= in fhci_hub_control()261 fhci->vroot_hub->port.wPortChange &= in fhci_hub_control()265 fhci->vroot_hub->port.wPortChange &= in fhci_hub_control()286 port_status->wPortChange = in fhci_hub_control()287 cpu_to_le16(fhci->vroot_hub->port.wPortChange); in fhci_hub_control()
249 u16 wPortChange, wPortStatus; in uhci_hub_control() local277 wPortChange = lstatus = 0; in uhci_hub_control()279 wPortChange |= USB_PORT_STAT_C_CONNECTION; in uhci_hub_control()281 wPortChange |= USB_PORT_STAT_C_ENABLE; in uhci_hub_control()283 wPortChange |= USB_PORT_STAT_C_OVERCURRENT; in uhci_hub_control()286 wPortChange |= USB_PORT_STAT_C_SUSPEND; in uhci_hub_control()308 if (wPortChange) in uhci_hub_control()313 *(__le16 *)(buf + 2) = cpu_to_le16(wPortChange); in uhci_hub_control()
409 !(usb->vroot_hub->port.wPortChange & USB_PORT_STAT_C_CONNECTION)) { in sof_interrupt()445 usb->vroot_hub->port.wPortChange |= USB_PORT_STAT_C_CONNECTION; in fhci_device_disconnected_interrupt()479 usb->vroot_hub->port.wPortChange |= in fhci_device_connected_interrupt()498 usb->vroot_hub->port.wPortChange |= in fhci_device_connected_interrupt()
358 fhci->vroot_hub->port.wPortChange = 0; in fhci_start()
88 u16 wPortChange, wPortStatus; in c67x00_hub_control() local104 wPortChange = 0; in c67x00_hub_control()106 wPortChange |= USB_PORT_STAT_C_CONNECTION; in c67x00_hub_control()121 *(__le16 *) (buf + 2) = cpu_to_le16(wPortChange); in c67x00_hub_control()
314 portchange = le16_to_cpu(port_status->wPortChange); in lvs_rh_work()
582 *change = le16_to_cpu(hub->status->port.wPortChange); in hub_port_status()