Searched refs:wPortChange (Results 1 – 16 of 16) sorted by relevance
102 usb->vroot_hub->port.wPortChange |= USB_PORT_STAT_C_ENABLE; in fhci_port_disable()123 usb->vroot_hub->port.wPortChange |= USB_PORT_STAT_C_ENABLE; in fhci_port_enable()187 if (fhci->vroot_hub->port.wPortChange & (USB_PORT_STAT_C_CONNECTION | in fhci_hub_status_data()235 fhci->vroot_hub->port.wPortChange &= in fhci_hub_control()244 fhci->vroot_hub->port.wPortChange &= in fhci_hub_control()253 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()282 port_status->wPortChange = in fhci_hub_control()283 cpu_to_le16(fhci->vroot_hub->port.wPortChange); in fhci_hub_control()
250 u16 wPortChange, wPortStatus; in uhci_hub_control() local278 wPortChange = lstatus = 0; in uhci_hub_control()280 wPortChange |= USB_PORT_STAT_C_CONNECTION; in uhci_hub_control()282 wPortChange |= USB_PORT_STAT_C_ENABLE; in uhci_hub_control()284 wPortChange |= USB_PORT_STAT_C_OVERCURRENT; in uhci_hub_control()287 wPortChange |= USB_PORT_STAT_C_SUSPEND; in uhci_hub_control()309 if (wPortChange) in uhci_hub_control()314 *(__le16 *)(buf + 2) = cpu_to_le16(wPortChange); in uhci_hub_control()
405 !(usb->vroot_hub->port.wPortChange & USB_PORT_STAT_C_CONNECTION)) { in sof_interrupt()441 usb->vroot_hub->port.wPortChange |= USB_PORT_STAT_C_CONNECTION; in fhci_device_disconnected_interrupt()475 usb->vroot_hub->port.wPortChange |= in fhci_device_connected_interrupt()494 usb->vroot_hub->port.wPortChange |= in fhci_device_connected_interrupt()
352 fhci->vroot_hub->port.wPortChange = 0; in fhci_start()
149 rh_status.wPortChange |= USB_PORT_STAT_C_CONNECTION; in sl811_hc_reset()191 rh_status.wPortChange |= USB_PORT_STAT_C_CONNECTION; in sl811_hc_reset()579 *(__u32 *)bufp = cpu_to_le32(rh_status.wPortChange<<16 | rh_status.wPortStatus); in sl811_rh_submit_urb()614 rh_status.wPortChange &= ~USB_PORT_STAT_C_CONNECTION; in sl811_rh_submit_urb()618 rh_status.wPortChange &= ~USB_PORT_STAT_C_ENABLE; in sl811_rh_submit_urb()622 rh_status.wPortChange &= ~USB_PORT_STAT_C_SUSPEND; in sl811_rh_submit_urb()626 rh_status.wPortChange &= ~USB_PORT_STAT_C_OVERCURRENT; in sl811_rh_submit_urb()630 rh_status.wPortChange &= ~USB_PORT_STAT_C_RESET; in sl811_rh_submit_urb()643 rh_status.wPortChange = 0; in sl811_rh_submit_urb()644 rh_status.wPortChange |= USB_PORT_STAT_C_RESET; in sl811_rh_submit_urb()
704 if (le16_to_cpu(status.wPortChange) & in usb_detect_change()
74 u16 wPortChange, wPortStatus; in c67x00_hub_control() local90 wPortChange = 0; in c67x00_hub_control()92 wPortChange |= USB_PORT_STAT_C_CONNECTION; in c67x00_hub_control()107 *(__le16 *) (buf + 2) = cpu_to_le16(wPortChange); in c67x00_hub_control()
298 portchange = le16_to_cpu(portsts->wPortChange); in usb_hub_port_reset()361 le16_to_cpu(portsts->wPortChange), in usb_hub_port_connect_change()469 portchange = le16_to_cpu(portsts->wPortChange); in usb_scan_port()
166 if (le16_to_cpu(status.wPortChange) & in usb_detect_change()
117 __le16 wPortChange; member
240 portsts->wPortChange = priv->change[port]; in sandbox_hub_submit_control_msg()
345 portchange = le16_to_cpu(port_status->wPortChange); in lvs_rh_work()
532 unsigned short wPortChange; member
605 *change = le16_to_cpu(hub->status->port.wPortChange); in hub_ext_port_status()