Searched refs:XHCI_MSG_MAX (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.1/drivers/usb/host/ |
| D | xhci-trace.h | 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)
|
| D | xhci-debugfs.c | 201 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()
|
| D | xhci.h | 26 #define XHCI_MSG_MAX 500 macro
|
| D | xhci-ring.c | 1565 char str[XHCI_MSG_MAX]; in xhci_handle_command_timeout()
|