Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-trace.h121 xhci_decode_trb(__get_buf(XHCI_MSG_MAX), XHCI_MSG_MAX, __entry->field0,
353 TP_printk("%s", xhci_decode_ep_context(__get_buf(XHCI_MSG_MAX),
398 TP_printk("%s", xhci_decode_slot_context(__get_buf(XHCI_MSG_MAX),
460 TP_printk("%s", xhci_decode_ctrl_ctx(__get_buf(XHCI_MSG_MAX), __entry->drop, __entry->add)
549 xhci_decode_portsc(__get_buf(XHCI_MSG_MAX), __entry->portsc)
585 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()
253 char str[XHCI_MSG_MAX]; in xhci_slot_context_show()
275 char str[XHCI_MSG_MAX]; in xhci_endpoint_context_show()
330 char str[XHCI_MSG_MAX]; in xhci_portsc_show()
H A Dxhci.h30 #define XHCI_MSG_MAX 500 macro
H A Dxhci-ring.c1721 char str[XHCI_MSG_MAX]; in xhci_handle_command_timeout()