Searched refs:is_d (Results 1 – 2 of 2) sorted by relevance
159 typeof(_is_smcd) is_d = (_is_smcd); \162 if ((is_d) && (is_r)) \164 if ((is_d) && !(is_r)) \166 if (!(is_d) && (is_r)) \168 if (!(is_d) && !(is_r)) \177 typeof(_is_smcd) is_d = (_is_smcd); \179 if ((is_d) && (is_r)) \181 if ((is_d) && !(is_r)) \183 if (!(is_d) && (is_r)) \185 if (!(is_d) && !(is_r)) \
15 static void bat_show_603(struct seq_file *m, int idx, u32 lower, u32 upper, bool is_d) in bat_show_603() argument45 seq_puts(m, is_d ? "r " : " x "); in bat_show_603()47 seq_puts(m, is_d ? "rw " : " x "); in bat_show_603()49 seq_puts(m, is_d ? " " : " "); in bat_show_603()