Searched refs:has_op (Results 1 – 4 of 4) sorted by relevance
83 bool has_op; in cec_pin_error_inj_parse_line() local149 has_op = false; in cec_pin_error_inj_parse_line()153 has_op = true; in cec_pin_error_inj_parse_line()208 if (has_op) in cec_pin_error_inj_parse_line()222 if (has_op && pos < 10 + 8) in cec_pin_error_inj_parse_line()
17 #define has_op(master, op) \ macro20 (has_op(master, op) ? (master)->ops->op(master) : 0)
2007 WARN_ON(set_volatile && !has_op(master, g_volatile_ctrl)); in v4l2_ctrl_auto_cluster()
26 #define has_op(ctx, op) \ macro29 (has_op(ctx, op) ? (ctx)->comp->ops->op(ctx, ##__VA_ARGS__) : 0)