Home
last modified time | relevance | path

Searched refs:XHCI_MSG_MAX (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dxhci-trace.h128 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)
H A Dxhci-debugfs.c202 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()
H A Dxhci.h26 #define XHCI_MSG_MAX 500 macro
H A Dxhci-ring.c1628 char str[XHCI_MSG_MAX]; in xhci_handle_command_timeout()