Home
last modified time | relevance | path

Searched refs:is_peripheral_capable (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/usb/musb/
Dmusb_core.c804 } else if (is_peripheral_capable()) { in musb_stage0_irq()
1576 if (is_peripheral_capable()) in musb_interrupt()
1597 if (is_peripheral_capable()) in musb_interrupt()
1639 if (is_peripheral_capable()) in musb_dma_completion()
1648 if (is_peripheral_capable()) in musb_dma_completion()
Dmusb_core.h99 #define is_peripheral_capable() (1) macro