Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci-hub.c203 if (portsc & PORT_DEV_REMOVE) in xhci_usb2_hub_descriptor()
254 if (portsc & PORT_DEV_REMOVE) in xhci_usb3_hub_descriptor()
Dxhci.h396 #define PORT_DEV_REMOVE (1 << 30) macro