Lines Matching refs:dev_vdbg

615 			dev_vdbg(hsotg->dev, "  Control setup transaction\n");  in dwc2_hc_init_xfer()
628 dev_vdbg(hsotg->dev, " Control data transaction\n"); in dwc2_hc_init_xfer()
637 dev_vdbg(hsotg->dev, " Control status transaction\n"); in dwc2_hc_init_xfer()
726 dev_vdbg(hsotg->dev, "%s(): non-aligned buffer\n", __func__); in dwc2_hc_setup_align_buf()
774 dev_vdbg(hsotg->dev, "%s(%p,%p)\n", __func__, hsotg, qh); in dwc2_assign_and_init_hc()
858 dev_vdbg(hsotg->dev, "Non-aligned buffer\n"); in dwc2_assign_and_init_hc()
911 dev_vdbg(hsotg->dev, " Select Transactions\n"); in dwc2_hcd_select_transactions()
1072 dev_vdbg(hsotg->dev, "Queue periodic transactions\n"); in dwc2_process_periodic_channels()
1081 dev_vdbg(hsotg->dev, " P Tx Req Queue Space Avail (before queue): %d\n", in dwc2_process_periodic_channels()
1083 dev_vdbg(hsotg->dev, " P Tx FIFO Space Avail (before queue): %d\n", in dwc2_process_periodic_channels()
1155 dev_vdbg(hsotg->dev, in dwc2_process_periodic_channels()
1158 dev_vdbg(hsotg->dev, in dwc2_process_periodic_channels()
1212 dev_vdbg(hsotg->dev, "Queue non-periodic transactions\n"); in dwc2_process_non_periodic_channels()
1219 dev_vdbg(hsotg->dev, " NP Tx Req Queue Space Avail (before queue): %d\n", in dwc2_process_non_periodic_channels()
1221 dev_vdbg(hsotg->dev, " NP Tx FIFO Space Avail (before queue): %d\n", in dwc2_process_non_periodic_channels()
1279 dev_vdbg(hsotg->dev, in dwc2_process_non_periodic_channels()
1282 dev_vdbg(hsotg->dev, in dwc2_process_non_periodic_channels()
1327 dev_vdbg(hsotg->dev, "Queue Transactions\n"); in dwc2_hcd_queue_transactions()
1677 dev_vdbg(hsotg->dev, in dwc2_hcd_hub_control()
1712 dev_vdbg(hsotg->dev, " HPRT0: 0x%08x\n", hprt0); in dwc2_hcd_hub_control()
1737 dev_vdbg(hsotg->dev, "port_status=%08x\n", port_status); in dwc2_hcd_hub_control()
1884 dev_vdbg(hsotg->dev, "DWC OTG HCD GET FRAME NUMBER %d\n", in dwc2_hcd_get_frame_number()
1916 dev_vdbg(hsotg->dev, in dwc2_hcd_urb_set_pipeinfo()
2230 dev_vdbg(hsotg->dev, in dwc2_host_complete()
2251 dev_vdbg(hsotg->dev, " ISO Desc %d status %d\n", in dwc2_host_complete()
2519 dev_vdbg(hsotg->dev, "%s, urb %p\n", fn_name, urb); in dwc2_dump_urb_info()
2520 dev_vdbg(hsotg->dev, " Device address: %d\n", in dwc2_dump_urb_info()
2522 dev_vdbg(hsotg->dev, " Endpoint: %d, %s\n", in dwc2_dump_urb_info()
2544 dev_vdbg(hsotg->dev, " Endpoint type: %s %s (%s)\n", pipetype, in dwc2_dump_urb_info()
2563 dev_vdbg(hsotg->dev, " Speed: %s\n", speed); in dwc2_dump_urb_info()
2564 dev_vdbg(hsotg->dev, " Max packet size: %d\n", in dwc2_dump_urb_info()
2566 dev_vdbg(hsotg->dev, " Data buffer length: %d\n", in dwc2_dump_urb_info()
2568 dev_vdbg(hsotg->dev, " Transfer buffer: %p, Transfer DMA: %08lx\n", in dwc2_dump_urb_info()
2570 dev_vdbg(hsotg->dev, " Setup buffer: %p, Setup DMA: %08lx\n", in dwc2_dump_urb_info()
2572 dev_vdbg(hsotg->dev, " Interval: %d\n", urb->interval); in dwc2_dump_urb_info()
2578 dev_vdbg(hsotg->dev, " ISO Desc %d:\n", i); in dwc2_dump_urb_info()
2579 dev_vdbg(hsotg->dev, " offset: %d, length %d\n", in dwc2_dump_urb_info()
2610 dev_vdbg(hsotg->dev, "DWC OTG HCD URB Enqueue\n"); in _dwc2_hcd_urb_enqueue()