Home
last modified time | relevance | path

Searched refs:is_otg_enabled (Results 1 – 5 of 5) sorted by relevance

/u-boot/drivers/usb/musb-new/
A Dam35x.c109 if (is_otg_enabled(musb)) in am35x_musb_enable()
198 if (!is_otg_enabled(musb)) in am35x_musb_try_idle()
349 if (is_otg_enabled(musb) && musb->xceiv->state == OTG_STATE_B_IDLE) in am35x_musb_interrupt()
A Dmusb_core.c642 musb->is_active = is_otg_enabled(musb) in musb_stage0_irq()
659 musb->is_active = is_otg_enabled(musb) in musb_stage0_irq()
752 if (musb->a_wait_bcon != 0 && is_otg_enabled(musb)) in musb_stage0_irq()
936 if (is_otg_enabled(musb)) { in musb_start()
1035 if (!is_otg_enabled(musb) && is_host_enabled(musb)) in musb_shutdown()
2048 if (is_otg_enabled(musb)) in musb_init_controller()
2066 if (!is_otg_enabled(musb) && is_host_enabled(musb)) { in musb_init_controller()
2097 is_otg_enabled(musb) ? "OTG" : "PERIPHERAL", in musb_init_controller()
2141 if (!is_otg_enabled(musb) && is_host_enabled(musb)) in musb_init_controller()
A Dmusb_dsps.c174 if (is_otg_enabled(musb)) in dsps_musb_enable()
266 if (!is_otg_enabled(musb)) in dsps_musb_try_idle()
403 if (is_otg_enabled(musb) && musb->xceiv->state == OTG_STATE_B_IDLE) in dsps_interrupt()
A Dmusb_gadget.c1923 if (is_otg_enabled(musb)) in musb_gadget_setup()
2015 if (!is_otg_enabled(musb)) in musb_gadget_start()
2022 if (is_otg_enabled(musb)) { in musb_gadget_start()
2051 if (!is_otg_enabled(musb)) in musb_gadget_start()
2133 if (is_otg_enabled(musb)) { in musb_gadget_stop()
2141 if (!is_otg_enabled(musb)) in musb_gadget_stop()
2314 } else if (is_otg_enabled(musb)) { in musb_g_reset()
2322 is_otg_enabled(musb) ? 8 : 100); in musb_g_reset()
A Dmusb_core.h57 #define is_otg_enabled(musb) ((musb)->board_mode == MUSB_OTG) macro

Completed in 13 milliseconds