Home
last modified time | relevance | path

Searched refs:dwc2_sch_dbg (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/usb/dwc2/
Dhcd_queue.c440 dwc2_sch_dbg(print_data->hsotg, "QH=%p ...%s\n", print_data->qh, str); in dwc2_qh_print()
464 dwc2_sch_dbg(hsotg, "QH=%p LS/FS trans: %d=>%d us @ %d us", in dwc2_qh_schedule_print()
470 dwc2_sch_dbg(hsotg, in dwc2_qh_schedule_print()
486 dwc2_sch_dbg(hsotg, in dwc2_qh_schedule_print()
491 dwc2_sch_dbg(hsotg, "QH=%p Whole high speed map now:\n", qh); in dwc2_qh_schedule_print()
791 dwc2_sch_dbg(hsotg, in dwc2_uframe_schedule_split()
979 dwc2_sch_dbg(hsotg, "QH=%p Failed to schedule %d\n", qh, ret); in dwc2_uframe_schedule()
1002 dwc2_sch_dbg(hsotg, "QH=%p Unscheduled\n", qh); in dwc2_uframe_unschedule()
1551 dwc2_sch_dbg(hsotg, "QH=%p Init %s, %s speed, %d bytes:\n", qh, type, in dwc2_qh_init()
1553 dwc2_sch_dbg(hsotg, "QH=%p ...addr=%d, ep=%d, %s\n", qh, in dwc2_qh_init()
[all …]
Dcore.h30 #define dwc2_sch_dbg(hsotg, fmt, ...) \ macro