Home
last modified time | relevance | path

Searched refs:xhci_decode_portsc (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dxhci-debugfs.c353 seq_printf(s, "%s\n", xhci_decode_portsc(str, portsc)); in xhci_portsc_show()
H A Dxhci-trace.h524 xhci_decode_portsc(__get_buf(XHCI_MSG_MAX), __entry->portsc)
H A Dxhci.h2625 static inline const char *xhci_decode_portsc(char *str, u32 portsc) in xhci_decode_portsc() function