Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci-hub.c210 if (portsc & PORT_DEV_REMOVE) in xhci_usb2_hub_descriptor()
263 if (portsc & PORT_DEV_REMOVE) in xhci_usb3_hub_descriptor()
Dxhci.h402 #define PORT_DEV_REMOVE (1 << 30) macro