Searched refs:is_host_capable (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/musb/
H A Dmusb_core.h91 #define is_host_enabled(musb) is_host_capable()
95 #define is_host_active(musb) is_host_capable()
152 #define is_host_capable() (1) macro
160 #define is_host_capable() (0) macro
H A Dmusb_core.c828 if (is_host_capable() && (devctl & MUSB_DEVCTL_HM) != 0) {
1564 if (is_host_capable())
1585 if (is_host_capable())
1627 if (is_host_capable())
1636 if (is_host_capable())

Completed in 89 milliseconds