Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h352 #define DUPLICATE_ENTRY ((u8)(-1)) macro
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mem.c2346 hw_port->hcd_portnum != DUPLICATE_ENTRY) { in xhci_add_in_port()
2348 hw_port->hcd_portnum = DUPLICATE_ENTRY; in xhci_add_in_port()
2375 xhci->hw_ports[i].hcd_portnum == DUPLICATE_ENTRY) in xhci_create_rhub_port_array()
H A Dxhci.h414 #define DUPLICATE_ENTRY ((u8)(-1)) macro
H A Dxhci-ring.c1922 if (!port || !port->rhub || port->hcd_portnum == DUPLICATE_ENTRY) { in handle_port_status()