Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
Dxhci-trace.h180 __field(u8, fake_port)
189 __entry->fake_port = (u8) vdev->fake_port;
195 __entry->fake_port, __entry->real_port, __entry->current_mel
Dxhci-mem.c1147 dev->fake_port = top_dev->portnum; in xhci_setup_addressable_virt_dev()
1150 xhci_dbg(xhci, "Set fake root hub portnum to %d\n", dev->fake_port); in xhci_setup_addressable_virt_dev()
Dxhci-hub.c460 && xhci->devs[i]->fake_port == port) { in xhci_find_slot_id_by_port()
Dxhci.h1020 u8 fake_port; member