Home
last modified time | relevance | path

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

/drivers/media/cec/core/
Dcec-adap.c42 #define call_op(adap, op, arg...) \ macro
1576 WARN_ON(call_op(adap, adap_monitor_all_enable, false)); in __cec_s_phys_addr()
1599 call_op(adap, adap_monitor_all_enable, true)) { in __cec_s_phys_addr()
2116 ret = call_op(adap, adap_monitor_all_enable, 1); in cec_monitor_all_cnt_inc()
2126 WARN_ON(call_op(adap, adap_monitor_all_enable, 0)); in cec_monitor_all_cnt_dec()
2139 ret = call_op(adap, adap_monitor_pin_enable, 1); in cec_monitor_pin_cnt_inc()
2149 WARN_ON(call_op(adap, adap_monitor_pin_enable, 0)); in cec_monitor_pin_cnt_dec()
/drivers/media/v4l2-core/
Dv4l2-ctrls.c30 #define call_op(master, op) \ macro
3291 ret = call_op(master, s_ctrl); in __v4l2_ctrl_handler_setup()
3842 ret = call_op(master, g_volatile_ctrl); in v4l2_g_ext_ctrls_common()
3987 ret = call_op(master, g_volatile_ctrl); in get_ctrl()
4067 ret = call_op(master, try_ctrl); in try_or_set_cluster()
4072 ret = call_op(master, s_ctrl); in try_or_set_cluster()
4156 if (!call_op(master, g_volatile_ctrl)) in update_from_auto_cluster()
4512 call_op(master, g_volatile_ctrl); in v4l2_ctrl_request_complete()