Home
last modified time | relevance | path

Searched refs:PORT_DEV_REMOVE (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/usb/host/
Dxhci-hub.c102 if (portsc & PORT_DEV_REMOVE) in xhci_usb2_hub_descriptor()
153 if (portsc & PORT_DEV_REMOVE) in xhci_usb3_hub_descriptor()
Dxhci.h365 #define PORT_DEV_REMOVE (1 << 30) macro