Searched refs:is_host (Results 1 - 4 of 4) 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.h86 #define is_peripheral_active(m) (!(m)->is_host)
87 #define is_host_active(m) ((m)->is_host)
244 { (_musb)->is_host = true; }
246 { (_musb)->is_host = false; }
251 #define MUSB_MODE(musb) ((musb)->is_host ? "Host" : "Peripheral")
403 bool is_host; member in struct:musb
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dconnect.c258 bool is_host = FALSE; local
278 is_host = TRUE;
282 if(!is_host) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Dpcilynx.h48 have_1394_buffers, have_iomappings, is_host } state; enumerator in enum:ti_lynx::__anon11537
H A Dpcilynx.c992 case is_host:
1375 lynx->state = is_host;

Completed in 87 milliseconds