Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/host/
Dxhci-hub.c219 if (portsc & PORT_DEV_REMOVE) in xhci_usb2_hub_descriptor()
272 if (portsc & PORT_DEV_REMOVE) in xhci_usb3_hub_descriptor()
Dxhci.h402 #define PORT_DEV_REMOVE (1 << 30) macro