Home
last modified time | relevance | path

Searched refs:is_host_active (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/musb/
H A Dmusb_cppi41.c61 if (!is_host_active(cppi41_channel->controller->controller.musb)) in save_rx_toggle()
79 if (!is_host_active(musb)) in update_rx_toggle()
258 if (is_host_active(musb)) in cppi41_dma_callback()
292 if (is_host_active(musb)) { in cppi41_dma_callback()
534 if (is_host_active(cppi41_channel->controller->controller.musb)) { in cppi41_dma_channel_program()
561 if (is_host_active(musb)) { in cppi41_is_compatible()
H A Dmusb_virthub.c57 if (!is_host_active(musb)) in musb_port_suspend()
132 if (!is_host_active(musb)) in musb_port_reset()
383 if (unlikely(is_host_active(musb))) in musb_hub_control()
H A Dmusb_core.c994 if (is_host_active(musb)) { in musb_handle_intr_reset()
1763 if (is_host_active(musb)) in musb_interrupt()
1776 if (is_host_active(musb)) in musb_interrupt()
1786 if (is_host_active(musb)) in musb_interrupt()
1810 if (is_host_active(musb)) in musb_dma_completion()
1818 if (is_host_active(musb)) in musb_dma_completion()
1824 if (is_host_active(musb)) in musb_dma_completion()
2845 } else if (is_host_active(musb)) { in musb_suspend()
H A Dcppi_dma.c808 if (is_host_active(musb)) in cppi_next_rx_segment()
1124 if (is_host_active(cppi->controller.musb) in cppi_rx_scan()
1472 if (is_host_active(cppi_ch->controller->controller.musb)) { in cppi_channel_abort()
1481 if (is_host_active(cppi_ch->controller->controller.musb)) { in cppi_channel_abort()
H A Dux500.c112 if (is_host_active(musb)) in musb_otg_notifications()
H A Dmusb_core.h55 #define is_host_active(m) ((m)->is_host) macro
H A Dtusb6010.c410 if (is_host_active(musb)) { in tusb_allow_idle()
479 if (is_host_active(musb) && (musb->port1_status >> 16)) in musb_do_idle()
H A Dmediatek.c211 if ((musb->int_usb & MUSB_INTR_RESET) && !is_host_active(musb)) { in generic_interrupt()
H A Dsunxi.c178 if ((musb->int_usb & MUSB_INTR_RESET) && !is_host_active(musb)) { in sunxi_musb_interrupt()
H A Dmusb_host.c2128 if (!is_host_active(musb) || !musb->is_active) in musb_urb_enqueue()
2507 if (!is_host_active(musb)) in musb_bus_suspend()
/OK3568_Linux_fs/u-boot/drivers/usb/musb-new/
H A Dmusb_core.h64 #define is_host_active(m) ((m)->is_host) macro
H A Dmusb_host.c1929 if (!is_host_active(musb) || !musb->is_active)
2330 if (!is_host_active(musb))
H A Dmusb_core.c2392 } else if (is_host_active(musb)) { in musb_suspend()