Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/usb/
Dch11.h173 #define USB_PORT_STAT_C_CONFIG_ERROR 0x0080 macro
/linux-4.4.14/drivers/usb/host/
Dxhci-hub.c723 status |= USB_PORT_STAT_C_CONFIG_ERROR << 16; in xhci_get_port_status()
/linux-4.4.14/drivers/usb/core/
Dhub.c5001 if (portchange & USB_PORT_STAT_C_CONFIG_ERROR) { in port_event()