Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/host/
Dxhci-trace.h31 TP_STRUCT__entry(__dynamic_array(char, msg, XHCI_MSG_MAX)),
33 vsnprintf(__get_str(msg), XHCI_MSG_MAX, vaf->fmt, *vaf->va);
123 __dynamic_array(char, str, XHCI_MSG_MAX)
133 xhci_decode_trb(__get_str(str), XHCI_MSG_MAX, __entry->field0, __entry->field1,
325 __dynamic_array(char, str, XHCI_MSG_MAX)
371 __dynamic_array(char, str, XHCI_MSG_MAX)
436 __dynamic_array(char, str, XHCI_MSG_MAX)
528 __dynamic_array(char, str, XHCI_MSG_MAX)
561 __dynamic_array(char, str, XHCI_MSG_MAX)
Dxhci-debugfs.c201 char str[XHCI_MSG_MAX]; in xhci_ring_dump_segment()
207 xhci_decode_trb(str, XHCI_MSG_MAX, le32_to_cpu(trb->generic.field[0]), in xhci_ring_dump_segment()
264 char str[XHCI_MSG_MAX]; in xhci_slot_context_show()
286 char str[XHCI_MSG_MAX]; in xhci_endpoint_context_show()
349 char str[XHCI_MSG_MAX]; in xhci_portsc_show()
Dxhci.h26 #define XHCI_MSG_MAX 500 macro
Dxhci-ring.c1565 char str[XHCI_MSG_MAX]; in xhci_handle_command_timeout()