Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dxhci-trace.h128 xhci_decode_trb(__get_buf(XHCI_MSG_MAX), XHCI_MSG_MAX, __entry->field0,
328 TP_printk("%s", xhci_decode_ep_context(__get_buf(XHCI_MSG_MAX),
373 TP_printk("%s", xhci_decode_slot_context(__get_buf(XHCI_MSG_MAX),
435 TP_printk("%s", xhci_decode_ctrl_ctx(__get_buf(XHCI_MSG_MAX), __entry->drop, __entry->add)
528 xhci_decode_portsc(__get_buf(XHCI_MSG_MAX), __entry->portsc)
559 xhci_decode_doorbell(__get_buf(XHCI_MSG_MAX), __entry->slot, __entry->doorbell)
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()
Dxhci.h30 #define XHCI_MSG_MAX 500 macro
Dxhci-ring.c1626 char str[XHCI_MSG_MAX]; in xhci_handle_command_timeout()