Searched refs:fake_port (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-trace.h | 180 __field(u8, fake_port) 189 __entry->fake_port = (u8) vdev->fake_port; 193 TP_printk("vdev %p ctx %llx | %llx fake_port %d real_port %d current_mel %d", 195 __entry->fake_port, __entry->real_port, __entry->current_mel
|
H A D | xhci-mem.c | 1174 dev->fake_port = top_dev->portnum; in xhci_setup_addressable_virt_dev() 1177 xhci_dbg(xhci, "Set fake root hub portnum to %d\n", dev->fake_port); in xhci_setup_addressable_virt_dev()
|
H A D | xhci.h | 1022 u8 fake_port; member
|
H A D | xhci-hub.c | 374 && xhci->devs[i]->fake_port == port) { in xhci_find_slot_id_by_port()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-trace.h | 175 __field(u8, fake_port) 184 __entry->fake_port = (u8) vdev->fake_port; 188 TP_printk("vdev %p ctx %llx | %llx fake_port %d real_port %d current_mel %d", 190 __entry->fake_port, __entry->real_port, __entry->current_mel
|
H A D | xhci-mem.c | 1124 dev->fake_port = top_dev->portnum; in xhci_setup_addressable_virt_dev() 1127 xhci_dbg(xhci, "Set fake root hub portnum to %d\n", dev->fake_port); in xhci_setup_addressable_virt_dev()
|
H A D | xhci.h | 1023 u8 fake_port; member
|
H A D | xhci-hub.c | 473 && xhci->devs[i]->fake_port == port) { in xhci_find_slot_id_by_port()
|
Completed in 22 milliseconds