Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dxhci-mem.c1052 if (port_speed == 0 || port_speed == DUPLICATE_ENTRY) in xhci_find_real_port_number()
2122 xhci->port_array[i] != DUPLICATE_ENTRY) { in xhci_add_in_port()
2127 xhci->port_array[i] = DUPLICATE_ENTRY; in xhci_add_in_port()
2238 xhci->port_array[i] == DUPLICATE_ENTRY) in xhci_setup_port_arrays()
Dxhci.h362 #define DUPLICATE_ENTRY ((u8)(-1)) macro
Dxhci-ring.c1563 if (port_speed == 0 || port_speed == DUPLICATE_ENTRY) in find_faked_portnum_from_hw_portnum()
1637 if (major_revision == DUPLICATE_ENTRY) { in handle_port_status()