Home
last modified time | relevance | path

Searched refs:USB_PORT_STAT_C_ENABLE (Results 1 – 18 of 18) sorted by relevance

/linux-4.4.14/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()
192 USB_PORT_STAT_C_ENABLE | USB_PORT_STAT_C_SUSPEND | in fhci_hub_status_data()
240 ~USB_PORT_STAT_C_ENABLE; in fhci_hub_control()
Duhci-hub.c281 wPortChange |= USB_PORT_STAT_C_ENABLE; in uhci_hub_control()
Dehci-hub.c997 status |= USB_PORT_STAT_C_ENABLE << 16; in ehci_hub_control()
Dxhci-hub.c704 status |= USB_PORT_STAT_C_ENABLE << 16; in xhci_get_port_status()
Dsl811-hcd.c1165 | (USB_PORT_STAT_C_ENABLE << 16); in sl811h_timer()
Dmax3421-hcd.c83 USB_PORT_STAT_C_ENABLE | \
Doxu210hp-hcd.c3257 status |= USB_PORT_STAT_C_ENABLE << 16; in oxu_hub_control()
Du132-hcd.c251 #define PORT_C_MASK ((USB_PORT_STAT_C_CONNECTION | USB_PORT_STAT_C_ENABLE | \
Dfotg210-hcd.c1587 status |= USB_PORT_STAT_C_ENABLE << 16; in fotg210_hub_control()
/linux-4.4.14/drivers/usb/wusbcore/
Drh.c118 port->change |= USB_PORT_STAT_C_RESET | USB_PORT_STAT_C_ENABLE; in wusbhc_rh_port_reset()
315 wusb_port_by_idx(wusbhc, port_idx)->change &= ~USB_PORT_STAT_C_ENABLE; in wusbhc_rh_clear_port_feat()
Ddevconnect.c366 port->change |= USB_PORT_STAT_C_CONNECTION | USB_PORT_STAT_C_ENABLE; in __wusbhc_dev_disconnect()
/linux-4.4.14/include/uapi/linux/usb/
Dch11.h162 #define USB_PORT_STAT_C_ENABLE 0x0002 macro
/linux-4.4.14/drivers/usb/musb/
Dmusb_virthub.c212 | (USB_PORT_STAT_C_ENABLE << 16); in musb_port_reset()
/linux-4.4.14/drivers/usb/misc/
Dlvstest.c319 if (portchange & USB_PORT_STAT_C_ENABLE) in lvs_rh_work()
/linux-4.4.14/drivers/usb/core/
Dhub.c1168 if (portchange & USB_PORT_STAT_C_ENABLE) { in hub_activate()
2963 if (portchange & USB_PORT_STAT_C_ENABLE) in check_port_resume_type()
4687 USB_PORT_STAT_C_ENABLE)) { in hub_port_connect()
4901 USB_PORT_STAT_C_ENABLE); in hub_port_connect_change()
4955 if (portchange & USB_PORT_STAT_C_ENABLE) { in port_event()
/linux-4.4.14/drivers/usb/usbip/
Dvhci_hcd.c163 | USB_PORT_STAT_C_ENABLE \
/linux-4.4.14/drivers/usb/gadget/udc/
Ddummy_hcd.c1944 | USB_PORT_STAT_C_ENABLE \
/linux-4.4.14/drivers/usb/dwc2/
Dhcd.c1687 port_status |= USB_PORT_STAT_C_ENABLE << 16; in dwc2_hcd_hub_control()