Home
last modified time | relevance | path

Searched refs:has_op (Results 1 – 2 of 2) sorted by relevance

/drivers/media/cec/core/
Dcec-pin-error-inj.c83 bool has_op; in cec_pin_error_inj_parse_line() local
149 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()
/drivers/media/v4l2-core/
Dv4l2-ctrls.c28 #define has_op(master, op) \ macro
31 (has_op(master, op) ? master->ops->op(master) : 0)
3147 WARN_ON(set_volatile && !has_op(master, g_volatile_ctrl)); in v4l2_ctrl_auto_cluster()