Searched refs:dwc2_sch_dbg (Results 1 – 2 of 2) sorted by relevance
/drivers/usb/dwc2/ |
D | hcd_queue.c | 506 dwc2_sch_dbg(print_data->hsotg, "QH=%p ...%s\n", print_data->qh, str); in dwc2_qh_print() 530 dwc2_sch_dbg(hsotg, "QH=%p LS/FS trans: %d=>%d us @ %d us", in dwc2_qh_schedule_print() 536 dwc2_sch_dbg(hsotg, in dwc2_qh_schedule_print() 552 dwc2_sch_dbg(hsotg, in dwc2_qh_schedule_print() 557 dwc2_sch_dbg(hsotg, "QH=%p Whole high speed map now:\n", qh); in dwc2_qh_schedule_print() 857 dwc2_sch_dbg(hsotg, in dwc2_uframe_schedule_split() 1045 dwc2_sch_dbg(hsotg, "QH=%p Failed to schedule %d\n", qh, ret); in dwc2_uframe_schedule() 1068 dwc2_sch_dbg(hsotg, "QH=%p Unscheduled\n", qh); in dwc2_uframe_unschedule() 1617 dwc2_sch_dbg(hsotg, "QH=%p Init %s, %s speed, %d bytes:\n", qh, type, in dwc2_qh_init() 1619 dwc2_sch_dbg(hsotg, "QH=%p ...addr=%d, ep=%d, %s\n", qh, in dwc2_qh_init() [all …]
|
D | core.h | 59 #define dwc2_sch_dbg(hsotg, fmt, ...) \ macro
|