Searched refs:is_otg_enabled (Results 1 - 14 of 14) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/musb/
H A Dmusb_virthub.c83 musb->is_active = is_otg_enabled(musb)
94 musb->is_active = is_otg_enabled(musb)
195 if (is_otg_enabled(musb)
278 if (!(is_otg_enabled(musb) && hcd->self.is_b_host))
373 if (!(is_otg_enabled(musb) && hcd->self.is_b_host))
H A Dblackfin.c174 if (is_otg_enabled(musb) && (musb->xceiv->state == OTG_STATE_B_IDLE
217 if (is_otg_enabled(musb))
282 if (!is_otg_enabled(musb) && is_host_enabled(musb)) {
312 if (!is_otg_enabled(musb) && is_host_enabled(musb))
H A Ddavinci.c110 if (is_otg_enabled(musb))
337 if (is_otg_enabled(musb)
H A Dmusb_core.c671 musb->is_active = is_otg_enabled(musb)
690 musb->is_active = is_otg_enabled(musb)
785 if (musb->a_wait_bcon != 0 && is_otg_enabled(musb))
924 if (is_otg_enabled(musb)) {
1531 if (is_otg_enabled(musb) || is_peripheral_enabled(musb))
2029 if (is_otg_enabled(musb))
2046 if (!is_otg_enabled(musb) && is_host_enabled(musb)) {
2068 is_otg_enabled(musb) ? "OTG" : "PERIPHERAL",
2104 if (!is_otg_enabled(musb) && is_host_enabled(musb))
H A Dmusb_core.h81 #define is_otg_enabled(musb) ((musb)->board_mode == MUSB_OTG) macro
92 #define is_otg_enabled(musb) 0 macro
H A Dmusb_gadget.c1613 if (is_otg_enabled(musb))
1699 if (!is_otg_enabled(musb))
1706 if (is_otg_enabled(musb)) {
1818 if (is_otg_enabled(musb) && retval == 0) {
1984 } else if (is_otg_enabled(musb)) {
1992 is_otg_enabled(musb) ? 8 : 100);
H A Dtusb6010.c444 if (is_otg_enabled(musb))
665 if (is_otg_enabled(musb))
682 if ((is_otg_enabled(musb) && !musb->xceiv->default_a)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/musb/
H A Dmusb_virthub.c83 musb->is_active = is_otg_enabled(musb)
94 musb->is_active = is_otg_enabled(musb)
195 if (is_otg_enabled(musb)
278 if (!(is_otg_enabled(musb) && hcd->self.is_b_host))
373 if (!(is_otg_enabled(musb) && hcd->self.is_b_host))
H A Dblackfin.c174 if (is_otg_enabled(musb) && (musb->xceiv->state == OTG_STATE_B_IDLE
217 if (is_otg_enabled(musb))
282 if (!is_otg_enabled(musb) && is_host_enabled(musb)) {
312 if (!is_otg_enabled(musb) && is_host_enabled(musb))
H A Ddavinci.c110 if (is_otg_enabled(musb))
337 if (is_otg_enabled(musb)
H A Dmusb_core.c671 musb->is_active = is_otg_enabled(musb)
690 musb->is_active = is_otg_enabled(musb)
785 if (musb->a_wait_bcon != 0 && is_otg_enabled(musb))
924 if (is_otg_enabled(musb)) {
1531 if (is_otg_enabled(musb) || is_peripheral_enabled(musb))
2029 if (is_otg_enabled(musb))
2046 if (!is_otg_enabled(musb) && is_host_enabled(musb)) {
2068 is_otg_enabled(musb) ? "OTG" : "PERIPHERAL",
2104 if (!is_otg_enabled(musb) && is_host_enabled(musb))
H A Dmusb_core.h81 #define is_otg_enabled(musb) ((musb)->board_mode == MUSB_OTG) macro
92 #define is_otg_enabled(musb) 0 macro
H A Dmusb_gadget.c1613 if (is_otg_enabled(musb))
1699 if (!is_otg_enabled(musb))
1706 if (is_otg_enabled(musb)) {
1818 if (is_otg_enabled(musb) && retval == 0) {
1984 } else if (is_otg_enabled(musb)) {
1992 is_otg_enabled(musb) ? 8 : 100);
H A Dtusb6010.c444 if (is_otg_enabled(musb))
665 if (is_otg_enabled(musb))
682 if ((is_otg_enabled(musb) && !musb->xceiv->default_a)

Completed in 188 milliseconds