Home
last modified time | relevance | path

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

/Linux-v5.4/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()
Dmax3421-hcd.c85 USB_PORT_STAT_C_ENABLE | \
Dsl811-hcd.c1166 | (USB_PORT_STAT_C_ENABLE << 16); in sl811h_timer()
Dxhci-hub.c1025 status |= USB_PORT_STAT_C_ENABLE << 16; in xhci_get_port_status()
Doxu210hp-hcd.c3665 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.c1563 status |= USB_PORT_STAT_C_ENABLE << 16; in fotg210_hub_control()
/Linux-v5.4/drivers/staging/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-v5.4/include/uapi/linux/usb/
Dch11.h177 #define USB_PORT_STAT_C_ENABLE 0x0002 macro
/Linux-v5.4/drivers/usb/gadget/udc/aspeed-vhub/
Dhub.c447 USB_PORT_STAT_C_ENABLE | in ast_vhub_change_port_stat()
458 chg &= ~USB_PORT_STAT_C_ENABLE; in ast_vhub_change_port_stat()
/Linux-v5.4/drivers/usb/musb/
Dmusb_virthub.c190 | (USB_PORT_STAT_C_ENABLE << 16); in musb_port_reset()
/Linux-v5.4/drivers/usb/misc/
Dlvstest.c350 if (portchange & USB_PORT_STAT_C_ENABLE) in lvs_rh_work()
/Linux-v5.4/drivers/usb/core/
Dhub.c1163 if (portchange & USB_PORT_STAT_C_ENABLE) { in hub_activate()
3076 if (portchange & USB_PORT_STAT_C_ENABLE) in check_port_resume_type()
4960 USB_PORT_STAT_C_ENABLE)) { in hub_port_connect()
5184 USB_PORT_STAT_C_ENABLE); in hub_port_connect_change()
5275 if (portchange & USB_PORT_STAT_C_ENABLE) { in port_event()
/Linux-v5.4/drivers/usb/usbip/
Dvhci_hcd.c212 | USB_PORT_STAT_C_ENABLE \
/Linux-v5.4/drivers/usb/gadget/udc/
Ddummy_hcd.c1987 | USB_PORT_STAT_C_ENABLE \
/Linux-v5.4/drivers/usb/dwc2/
Dhcd.c3528 port_status |= USB_PORT_STAT_C_ENABLE << 16; in dwc2_hcd_hub_control()