Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/cec/core/
Dcec-adap.c42 #define call_op(adap, op, arg...) \ macro
1574 WARN_ON(call_op(adap, adap_monitor_all_enable, false)); in __cec_s_phys_addr()
1597 call_op(adap, adap_monitor_all_enable, true)) { in __cec_s_phys_addr()
2114 ret = call_op(adap, adap_monitor_all_enable, 1); in cec_monitor_all_cnt_inc()
2124 WARN_ON(call_op(adap, adap_monitor_all_enable, 0)); in cec_monitor_all_cnt_dec()
2137 ret = call_op(adap, adap_monitor_pin_enable, 1); in cec_monitor_pin_cnt_inc()
2147 WARN_ON(call_op(adap, adap_monitor_pin_enable, 0)); in cec_monitor_pin_cnt_dec()
/Linux-v5.10/drivers/media/v4l2-core/
Dv4l2-ctrls.c30 #define call_op(master, op) \ macro
3147 ret = call_op(master, s_ctrl); in __v4l2_ctrl_handler_setup()
3714 ret = call_op(master, g_volatile_ctrl); in v4l2_g_ext_ctrls_common()
3849 ret = call_op(master, g_volatile_ctrl); in get_ctrl()
3929 ret = call_op(master, try_ctrl); in try_or_set_cluster()
3934 ret = call_op(master, s_ctrl); in try_or_set_cluster()
4018 if (!call_op(master, g_volatile_ctrl)) in update_from_auto_cluster()
4376 call_op(master, g_volatile_ctrl); in v4l2_ctrl_request_complete()