Home
last modified time | relevance | path

Searched refs:USB_PORT_STAT_C_CONFIG_ERROR (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/include/uapi/linux/usb/
Dch11.h186 #define USB_PORT_STAT_C_CONFIG_ERROR 0x0080 macro
/Linux-v6.6/drivers/usb/host/
Dxhci-hub.c1062 *status |= USB_PORT_STAT_C_CONFIG_ERROR << 16; in xhci_get_usb3_port_status()
/Linux-v6.6/drivers/usb/core/
Dhub.c5709 if (portchange & USB_PORT_STAT_C_CONFIG_ERROR) { in port_event()