Lines Matching refs:dev_vdbg

620 			dev_vdbg(hsotg->dev, "  Control setup transaction\n");  in dwc2_hc_init_xfer()
633 dev_vdbg(hsotg->dev, " Control data transaction\n"); in dwc2_hc_init_xfer()
642 dev_vdbg(hsotg->dev, " Control status transaction\n"); in dwc2_hc_init_xfer()
733 dev_vdbg(hsotg->dev, "%s(): non-aligned buffer\n", __func__); in dwc2_hc_setup_align_buf()
772 dev_vdbg(hsotg->dev, "%s(%p,%p)\n", __func__, hsotg, qh); in dwc2_assign_and_init_hc()
856 dev_vdbg(hsotg->dev, "Non-aligned buffer\n"); in dwc2_assign_and_init_hc()
909 dev_vdbg(hsotg->dev, " Select Transactions\n"); in dwc2_hcd_select_transactions()
1070 dev_vdbg(hsotg->dev, "Queue periodic transactions\n"); in dwc2_process_periodic_channels()
1079 dev_vdbg(hsotg->dev, " P Tx Req Queue Space Avail (before queue): %d\n", in dwc2_process_periodic_channels()
1081 dev_vdbg(hsotg->dev, " P Tx FIFO Space Avail (before queue): %d\n", in dwc2_process_periodic_channels()
1153 dev_vdbg(hsotg->dev, in dwc2_process_periodic_channels()
1156 dev_vdbg(hsotg->dev, in dwc2_process_periodic_channels()
1210 dev_vdbg(hsotg->dev, "Queue non-periodic transactions\n"); in dwc2_process_non_periodic_channels()
1217 dev_vdbg(hsotg->dev, " NP Tx Req Queue Space Avail (before queue): %d\n", in dwc2_process_non_periodic_channels()
1219 dev_vdbg(hsotg->dev, " NP Tx FIFO Space Avail (before queue): %d\n", in dwc2_process_non_periodic_channels()
1277 dev_vdbg(hsotg->dev, in dwc2_process_non_periodic_channels()
1280 dev_vdbg(hsotg->dev, in dwc2_process_non_periodic_channels()
1325 dev_vdbg(hsotg->dev, "Queue Transactions\n"); in dwc2_hcd_queue_transactions()
1636 dev_vdbg(hsotg->dev, in dwc2_hcd_hub_control()
1671 dev_vdbg(hsotg->dev, " HPRT0: 0x%08x\n", hprt0); in dwc2_hcd_hub_control()
1696 dev_vdbg(hsotg->dev, "port_status=%08x\n", port_status); in dwc2_hcd_hub_control()
1834 dev_vdbg(hsotg->dev, "DWC OTG HCD GET FRAME NUMBER %d\n", in dwc2_hcd_get_frame_number()
1866 dev_vdbg(hsotg->dev, in dwc2_hcd_urb_set_pipeinfo()
2180 dev_vdbg(hsotg->dev, in dwc2_host_complete()
2189 dev_vdbg(hsotg->dev, " ISO Desc %d status %d\n", in dwc2_host_complete()
2332 dev_vdbg(hsotg->dev, "%s, urb %p\n", fn_name, urb); in dwc2_dump_urb_info()
2333 dev_vdbg(hsotg->dev, " Device address: %d\n", in dwc2_dump_urb_info()
2335 dev_vdbg(hsotg->dev, " Endpoint: %d, %s\n", in dwc2_dump_urb_info()
2357 dev_vdbg(hsotg->dev, " Endpoint type: %s %s (%s)\n", pipetype, in dwc2_dump_urb_info()
2376 dev_vdbg(hsotg->dev, " Speed: %s\n", speed); in dwc2_dump_urb_info()
2377 dev_vdbg(hsotg->dev, " Max packet size: %d\n", in dwc2_dump_urb_info()
2379 dev_vdbg(hsotg->dev, " Data buffer length: %d\n", in dwc2_dump_urb_info()
2381 dev_vdbg(hsotg->dev, " Transfer buffer: %p, Transfer DMA: %08lx\n", in dwc2_dump_urb_info()
2383 dev_vdbg(hsotg->dev, " Setup buffer: %p, Setup DMA: %08lx\n", in dwc2_dump_urb_info()
2385 dev_vdbg(hsotg->dev, " Interval: %d\n", urb->interval); in dwc2_dump_urb_info()
2391 dev_vdbg(hsotg->dev, " ISO Desc %d:\n", i); in dwc2_dump_urb_info()
2392 dev_vdbg(hsotg->dev, " offset: %d, length %d\n", in dwc2_dump_urb_info()
2420 dev_vdbg(hsotg->dev, "DWC OTG HCD URB Enqueue\n"); in _dwc2_hcd_urb_enqueue()