Home
last modified time | relevance | path

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

/linux/drivers/media/cec/core/
H A Dcec-pin-error-inj.c84 bool has_op; in cec_pin_error_inj_parse_line() local
188 has_op = false; in cec_pin_error_inj_parse_line()
192 has_op = true; in cec_pin_error_inj_parse_line()
247 if (has_op) in cec_pin_error_inj_parse_line()
261 if (has_op && pos < 10 + 8) in cec_pin_error_inj_parse_line()
/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-priv.h17 #define has_op(master, op) \ macro
20 (has_op(master, op) ? (master)->ops->op(master) : 0)
H A Dv4l2-ctrls-core.c2397 WARN_ON(set_volatile && !has_op(master, g_volatile_ctrl)); in v4l2_ctrl_auto_cluster()
/linux/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-cmdq.c28 #define has_op(ctx, op) \ macro
31 (has_op(ctx, op) ? (ctx)->comp->ops->op(ctx, ##__VA_ARGS__) : 0)
/linux/kernel/sched/
H A Dext.c855 DECLARE_BITMAP(has_op, SCX_OPI_END);
1207 #define SCX_HAS_OP(sch, op) test_bit(SCX_OP_IDX(op), (sch)->has_op)
5035 bitmap_zero(sch->has_op, SCX_OPI_END); in scx_disable_workfn()
5628 set_bit(i, sch->has_op); in scx_enable()
5669 set_bit(i, sch->has_op); in scx_enable()