Searched refs:XHCI_MSG_MAX (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-trace.h | 31 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)
|
H A 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()
|
H A D | xhci.h | 26 #define XHCI_MSG_MAX 500 macro
|
H A D | xhci-ring.c | 1141 char str[XHCI_MSG_MAX]; in xhci_stop_endpoint_command_watchdog()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A 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)
|
H A 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()
|
H A D | xhci.h | 26 #define XHCI_MSG_MAX 500 macro
|
H A D | xhci-ring.c | 1589 char str[XHCI_MSG_MAX]; in xhci_handle_command_timeout()
|
Completed in 24 milliseconds