Searched refs:XHCI_MSG_MAX (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/drivers/usb/host/ |
D | xhci-trace.h | 128 xhci_decode_trb(__get_buf(XHCI_MSG_MAX), XHCI_MSG_MAX, __entry->field0, 327 TP_printk("%s", xhci_decode_ep_context(__get_buf(XHCI_MSG_MAX), 372 TP_printk("%s", xhci_decode_slot_context(__get_buf(XHCI_MSG_MAX), 434 TP_printk("%s", xhci_decode_ctrl_ctx(__get_buf(XHCI_MSG_MAX), __entry->drop, __entry->add) 524 xhci_decode_portsc(__get_buf(XHCI_MSG_MAX), __entry->portsc) 555 xhci_decode_doorbell(__get_buf(XHCI_MSG_MAX), __entry->slot, __entry->doorbell)
|
D | xhci-debugfs.c | 202 char str[XHCI_MSG_MAX]; in xhci_ring_dump_segment() 208 xhci_decode_trb(str, XHCI_MSG_MAX, le32_to_cpu(trb->generic.field[0]), in xhci_ring_dump_segment() 265 char str[XHCI_MSG_MAX]; in xhci_slot_context_show() 287 char str[XHCI_MSG_MAX]; in xhci_endpoint_context_show() 350 char str[XHCI_MSG_MAX]; in xhci_portsc_show()
|
D | xhci.h | 26 #define XHCI_MSG_MAX 500 macro
|
D | xhci-ring.c | 1589 char str[XHCI_MSG_MAX]; in xhci_handle_command_timeout()
|