Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci-mem.c2217 hw_port->hcd_portnum != DUPLICATE_ENTRY) { in xhci_add_in_port()
2219 hw_port->hcd_portnum = DUPLICATE_ENTRY; in xhci_add_in_port()
2242 xhci->hw_ports[i].hcd_portnum == DUPLICATE_ENTRY) in xhci_create_rhub_port_array()
Dxhci.h407 #define DUPLICATE_ENTRY ((u8)(-1)) macro
Dxhci-ring.c1549 if (!port || !port->rhub || port->hcd_portnum == DUPLICATE_ENTRY) { in handle_port_status()