Home
last modified time | relevance | path

Searched refs:current_mel (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-trace.h182 __field(u16, current_mel)
191 __entry->current_mel = (u16) vdev->current_mel;
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 Dxhci.h1036 u16 current_mel; member
H A Dxhci.c4357 if (!virt_dev || max_exit_latency == virt_dev->current_mel) { in xhci_change_max_exit_latency()
4390 virt_dev->current_mel = max_exit_latency; in xhci_change_max_exit_latency()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-trace.h177 __field(u16, current_mel)
186 __entry->current_mel = (u16) vdev->current_mel;
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 Dxhci.h1037 u16 current_mel; member
H A Dxhci.c4250 if (!virt_dev || max_exit_latency == virt_dev->current_mel) { in xhci_change_max_exit_latency()
4284 virt_dev->current_mel = max_exit_latency; in xhci_change_max_exit_latency()

Completed in 30 milliseconds