Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dfhci-hub.c102 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()
188 USB_PORT_STAT_C_ENABLE | USB_PORT_STAT_C_SUSPEND | in fhci_hub_status_data()
236 ~USB_PORT_STAT_C_ENABLE; in fhci_hub_control()
Duhci-hub.c282 wPortChange |= USB_PORT_STAT_C_ENABLE; in uhci_hub_control()
Dehci-hub.c1012 status |= USB_PORT_STAT_C_ENABLE << 16; in ehci_hub_control()
Dxhci-hub.c851 status |= USB_PORT_STAT_C_ENABLE << 16; in xhci_get_port_status()
Dsl811-hcd.c1166 | (USB_PORT_STAT_C_ENABLE << 16); in sl811h_timer()
Dmax3421-hcd.c85 USB_PORT_STAT_C_ENABLE | \
Doxu210hp-hcd.c3235 status |= USB_PORT_STAT_C_ENABLE << 16; in oxu_hub_control()
Du132-hcd.c247 #define PORT_C_MASK ((USB_PORT_STAT_C_CONNECTION | USB_PORT_STAT_C_ENABLE | \
Dfotg210-hcd.c1561 status |= USB_PORT_STAT_C_ENABLE << 16; in fotg210_hub_control()
/Linux-v4.19/drivers/usb/wusbcore/
Drh.c104 port->change |= USB_PORT_STAT_C_RESET | USB_PORT_STAT_C_ENABLE; in wusbhc_rh_port_reset()
301 wusb_port_by_idx(wusbhc, port_idx)->change &= ~USB_PORT_STAT_C_ENABLE; in wusbhc_rh_clear_port_feat()
Ddevconnect.c352 port->change |= USB_PORT_STAT_C_CONNECTION | USB_PORT_STAT_C_ENABLE; in __wusbhc_dev_disconnect()
/Linux-v4.19/include/uapi/linux/usb/
Dch11.h177 #define USB_PORT_STAT_C_ENABLE 0x0002 macro
/Linux-v4.19/drivers/usb/musb/
Dmusb_virthub.c190 | (USB_PORT_STAT_C_ENABLE << 16); in musb_port_reset()
/Linux-v4.19/drivers/usb/misc/
Dlvstest.c353 if (portchange & USB_PORT_STAT_C_ENABLE) in lvs_rh_work()
/Linux-v4.19/drivers/usb/gadget/udc/aspeed-vhub/
Dhub.c447 USB_PORT_STAT_C_ENABLE | in ast_vhub_change_port_stat()
/Linux-v4.19/drivers/usb/core/
Dhub.c1120 if (portchange & USB_PORT_STAT_C_ENABLE) { in hub_activate()
3013 if (portchange & USB_PORT_STAT_C_ENABLE) in check_port_resume_type()
4893 USB_PORT_STAT_C_ENABLE)) { in hub_port_connect()
5117 USB_PORT_STAT_C_ENABLE); in hub_port_connect_change()
5171 if (portchange & USB_PORT_STAT_C_ENABLE) { in port_event()
/Linux-v4.19/drivers/usb/usbip/
Dvhci_hcd.c212 | USB_PORT_STAT_C_ENABLE \
/Linux-v4.19/drivers/usb/gadget/udc/
Ddummy_hcd.c1989 | USB_PORT_STAT_C_ENABLE \
/Linux-v4.19/drivers/usb/dwc2/
Dhcd.c3713 port_status |= USB_PORT_STAT_C_ENABLE << 16; in dwc2_hcd_hub_control()