Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/host/
Dfhci-hub.c101 usb->vroot_hub->port.wPortChange |= USB_PORT_STAT_C_ENABLE; in fhci_port_disable()
122 usb->vroot_hub->port.wPortChange |= USB_PORT_STAT_C_ENABLE; in fhci_port_enable()
186 if (fhci->vroot_hub->port.wPortChange & (USB_PORT_STAT_C_CONNECTION | in fhci_hub_status_data()
234 fhci->vroot_hub->port.wPortChange &= in fhci_hub_control()
243 fhci->vroot_hub->port.wPortChange &= in fhci_hub_control()
252 fhci->vroot_hub->port.wPortChange &= in fhci_hub_control()
256 fhci->vroot_hub->port.wPortChange &= in fhci_hub_control()
260 fhci->vroot_hub->port.wPortChange &= in fhci_hub_control()
281 port_status->wPortChange = in fhci_hub_control()
282 cpu_to_le16(fhci->vroot_hub->port.wPortChange); in fhci_hub_control()
Duhci-hub.c250 u16 wPortChange, wPortStatus; in uhci_hub_control() local
278 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()
Dfhci-sched.c405 !(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()
Dfhci-hcd.c353 fhci->vroot_hub->port.wPortChange = 0; in fhci_start()
/linux-6.6.21/drivers/usb/c67x00/
Dc67x00-hcd.c74 u16 wPortChange, wPortStatus; in c67x00_hub_control() local
90 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()
/linux-6.6.21/include/uapi/linux/usb/
Dch11.h115 __le16 wPortChange; member
/linux-6.6.21/drivers/usb/misc/
Dlvstest.c345 portchange = le16_to_cpu(port_status->wPortChange); in lvs_rh_work()
/linux-6.6.21/drivers/usb/core/
Dhub.c624 *change = le16_to_cpu(hub->status->port.wPortChange); in hub_ext_port_status()