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()240 fhci->vroot_hub->port.wPortChange &= in fhci_hub_control()249 fhci->vroot_hub->port.wPortChange &= in fhci_hub_control()258 fhci->vroot_hub->port.wPortChange &= in fhci_hub_control()262 fhci->vroot_hub->port.wPortChange &= in fhci_hub_control()266 fhci->vroot_hub->port.wPortChange &= in fhci_hub_control()290 port_status->wPortChange = in fhci_hub_control()291 cpu_to_le16(fhci->vroot_hub->port.wPortChange); in fhci_hub_control()
246 u16 wPortChange, wPortStatus; in uhci_hub_control() local274 wPortChange = lstatus = 0; in uhci_hub_control()276 wPortChange |= USB_PORT_STAT_C_CONNECTION; in uhci_hub_control()278 wPortChange |= USB_PORT_STAT_C_ENABLE; in uhci_hub_control()280 wPortChange |= USB_PORT_STAT_C_OVERCURRENT; in uhci_hub_control()283 wPortChange |= USB_PORT_STAT_C_SUSPEND; in uhci_hub_control()305 if (wPortChange) in uhci_hub_control()310 *(__le16 *)(buf + 2) = cpu_to_le16(wPortChange); in uhci_hub_control()
410 !(usb->vroot_hub->port.wPortChange & USB_PORT_STAT_C_CONNECTION)) { in sof_interrupt()446 usb->vroot_hub->port.wPortChange |= USB_PORT_STAT_C_CONNECTION; in fhci_device_disconnected_interrupt()480 usb->vroot_hub->port.wPortChange |= in fhci_device_connected_interrupt()499 usb->vroot_hub->port.wPortChange |= in fhci_device_connected_interrupt()
354 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()
66 __le16 wPortChange; member
361 *change = le16_to_cpu(hub->status->port.wPortChange); in hub_port_status()