Home
last modified time | relevance | path

Searched refs:wPortChange (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/drivers/usb/host/
Dfhci-hub.c106 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()
Duhci-hub.c247 u16 wPortChange, wPortStatus; in uhci_hub_control() local
274 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()
Dfhci-sched.c410 !(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()
Dfhci-hcd.c356 fhci->vroot_hub->port.wPortChange = 0; in fhci_start()
/linux-3.4.99/drivers/usb/c67x00/
Dc67x00-hcd.c88 u16 wPortChange, wPortStatus; in c67x00_hub_control() local
104 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()
/linux-3.4.99/include/linux/usb/
Dch11.h90 __le16 wPortChange; member
/linux-3.4.99/drivers/usb/core/
Dhub.c385 *change = le16_to_cpu(hub->status->port.wPortChange); in hub_port_status()