Home
last modified time | relevance | path

Searched refs:musb_dbg (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/usb/musb/
H A Dmusb_virthub.c33 musb_dbg(musb, "root port resume stopped, power %02x", power); in musb_host_finish_resume()
84 musb_dbg(musb, "Root port suspended, power %02x", power); in musb_port_suspend()
105 musb_dbg(musb, "bogus rh suspend? %s", in musb_port_suspend()
113 musb_dbg(musb, "Root port resuming, power %02x", power); in musb_port_suspend()
128 musb_dbg(musb, "HNP: Returning from HNP; no hub reset from b_idle"); in musb_port_reset()
176 musb_dbg(musb, "root port reset stopped"); in musb_port_reset()
184 musb_dbg(musb, "high-speed device connected"); in musb_port_reset()
222 musb_dbg(musb, "host disconnect (%s)", in musb_root_disconnect()
319 musb_dbg(musb, "clear feature %d", wValue); in musb_hub_control()
354 musb_dbg(musb, "port status %08x", musb->port1_status); in musb_hub_control()
[all …]
H A Dmusb_host.c245 musb_dbg(musb, "check whether there's still time for periodic Tx"); in musb_start_urb()
258 musb_dbg(musb, "SOF for %d", epnum); in musb_start_urb()
266 musb_dbg(musb, "Start TX%d %s", epnum, in musb_start_urb()
384 musb_dbg(musb, "... next ep%d %cX urb %p", in musb_advance_schedule()
429 musb_dbg(musb, "RX%d count %d, buffer %p len %d/%d", epnum, rx_count, in musb_host_packet_rx()
451 musb_dbg(musb, "OVERFLOW %d into %d", rx_count, length); in musb_host_packet_rx()
469 musb_dbg(musb, "OVERFLOW %d into %d", rx_count, length); in musb_host_packet_rx()
684 musb_dbg(musb, "%s hw%d urb %p spd%d dev%d ep%d%s " in musb_ep_program()
890 musb_dbg(musb, "RXCSR%d := %04x", epnum, csr); in musb_ep_program()
1010 musb_dbg(musb, "start no-DATA"); in musb_h_ep0_continue()
[all …]
H A Dmusb_gadget_ep0.c188 musb_dbg(musb, "HNP: Setting HR"); in musb_try_b_hnp_enable()
285 musb_dbg(musb, "restarting the request"); in service_zero_data_request()
528 musb_dbg(musb, "odd; csr0 %04x", musb_readw(regs, MUSB_CSR0)); in ep0_txstate()
585 musb_dbg(musb, "SETUP req%02x.%02x v%04x i%04x l%d", in musb_read_setup()
653 musb_dbg(musb, "csr %04x, count %d, ep0stage %s", in musb_g_ep0_irq()
730 musb_dbg(musb, "entering TESTMODE"); in musb_g_ep0_irq()
842 musb_dbg(musb, "handled %d, csr %04x, ep0stage %s", in musb_g_ep0_irq()
859 musb_dbg(musb, "stall (%d)", handled); in musb_g_ep0_irq()
939 musb_dbg(musb, "ep0 request queued in state %d", in musb_g_ep0_queue()
948 musb_dbg(musb, "queue to %s (%s), length=%d", in musb_g_ep0_queue()
[all …]
H A Dmusb_core.c604 musb_dbg(musb, in musb_otg_timer_func()
612 musb_dbg(musb, "HNP: %s timeout", in musb_otg_timer_func()
618 musb_dbg(musb, "HNP: Unhandled mode %s", in musb_otg_timer_func()
633 musb_dbg(musb, "HNP: stop from %s", musb_otg_state_string(musb)); in musb_hnp_stop()
638 musb_dbg(musb, "HNP: back to %s", musb_otg_state_string(musb)); in musb_hnp_stop()
641 musb_dbg(musb, "HNP: Disabling HR"); in musb_hnp_stop()
652 musb_dbg(musb, "HNP: Stopping in unknown state %s", in musb_hnp_stop()
668 musb_dbg(musb, "RESUME (%s)", musb_otg_state_string(musb)); in musb_handle_intr_resume()
734 musb_dbg(musb, "SessReq while on B state"); in musb_handle_intr_sessreq()
738 musb_dbg(musb, "SESSION_REQUEST (%s)", musb_otg_state_string(musb)); in musb_handle_intr_sessreq()
[all …]
H A Dmusbhsdma.c154 musb_dbg(musb, "%p, pkt_sz %d, addr %pad, len %d, mode %d", in configure_channel()
189 musb_dbg(musb, "ep%d-%s pkt_sz %d, dma_addr %pad length %d, mode %d", in dma_channel_program()
290 musb_dbg(musb, "spurious DMA irq"); in dma_controller_irq()
304 musb_dbg(musb, "int_hsdma = 0x%x", int_hsdma); in dma_controller_irq()
329 musb_dbg(musb, "ch %p, 0x%x -> 0x%x (%zu / %d) %s", in dma_controller_irq()
H A Dmusb_trace.c13 void musb_dbg(struct musb *musb, const char *fmt, ...) in musb_dbg() function
H A Dmusb_debug.h20 void musb_dbg(struct musb *musb, const char *fmt, ...);
H A Dmusb_cppi41.c94 musb_dbg(musb, "Restoring DATA1 toggle."); in update_rx_toggle()