Searched refs:xhci_decode_portsc (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-trace.h | 536 xhci_decode_portsc(__get_str(str), __entry->portsc)
|
H A D | xhci-debugfs.c | 353 seq_printf(s, "%s\n", xhci_decode_portsc(str, portsc)); in xhci_portsc_show()
|
H A D | xhci.h | 2587 static inline const char *xhci_decode_portsc(char *str, u32 portsc) in xhci_decode_portsc() function
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-debugfs.c | 353 seq_printf(s, "%s\n", xhci_decode_portsc(str, portsc)); in xhci_portsc_show()
|
H A D | xhci-trace.h | 524 xhci_decode_portsc(__get_buf(XHCI_MSG_MAX), __entry->portsc)
|
H A D | xhci.h | 2619 static inline const char *xhci_decode_portsc(char *str, u32 portsc) in xhci_decode_portsc() function
|
Completed in 15 milliseconds