Searched refs:is_host (Results 1 – 4 of 4) sorted by relevance
62 #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
16 def is_host(self): member in Configuration27 if self.is_host:43 if self.is_host:
68 if (device.is_host()) { in GSYCLInterface()178 if (device.is_host()) {
275 bool is_host = FALSE; in bindlocal() local285 is_host = TRUE; in bindlocal()289 if(!is_host) { in bindlocal()