Home
last modified time | relevance | path

Searched refs:is_host (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/drivers/usb/musb-new/
Dmusb_core.h62 #define is_peripheral_active(m) (!(m)->is_host)
63 #define is_host_active(m) ((m)->is_host)
183 { (_musb)->is_host = true; }
185 { (_musb)->is_host = false; }
190 #define MUSB_MODE(musb) ((musb)->is_host ? "Host" : "Peripheral")
388 bool is_host; member
/external/libcxx/utils/libcxx/android/test/
Dconfig.py16 def is_host(self): member in Configuration
27 if self.is_host:
43 if self.is_host:
/external/tensorflow/tensorflow/core/common_runtime/sycl/
Dsycl_device.h68 if (device.is_host()) { in GSYCLInterface()
178 if (device.is_host()) {
/external/curl/lib/
Dconnect.c275 bool is_host = FALSE; in bindlocal() local
285 is_host = TRUE; in bindlocal()
289 if(!is_host) { in bindlocal()