Searched refs:is_host (Results 1 – 1 of 1) sorted by relevance
63 #define is_peripheral_active(m) (!(m)->is_host)64 #define is_host_active(m) ((m)->is_host)184 { (_musb)->is_host = true; }186 { (_musb)->is_host = false; }191 #define MUSB_MODE(musb) ((musb)->is_host ? "Host" : "Peripheral")385 bool is_host; member