Searched refs:call_op (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/cec/core/ |
D | cec-adap.c | 42 #define call_op(adap, op, arg...) \ macro 1575 WARN_ON(call_op(adap, adap_monitor_all_enable, false)); in __cec_s_phys_addr() 1598 call_op(adap, adap_monitor_all_enable, true)) { in __cec_s_phys_addr() 2115 ret = call_op(adap, adap_monitor_all_enable, 1); in cec_monitor_all_cnt_inc() 2125 WARN_ON(call_op(adap, adap_monitor_all_enable, 0)); in cec_monitor_all_cnt_dec() 2138 ret = call_op(adap, adap_monitor_pin_enable, 1); in cec_monitor_pin_cnt_inc() 2148 WARN_ON(call_op(adap, adap_monitor_pin_enable, 0)); in cec_monitor_pin_cnt_dec()
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
D | v4l2-ctrls.c | 30 #define call_op(master, op) \ macro 3165 ret = call_op(master, s_ctrl); in __v4l2_ctrl_handler_setup() 3716 ret = call_op(master, g_volatile_ctrl); in v4l2_g_ext_ctrls_common() 3861 ret = call_op(master, g_volatile_ctrl); in get_ctrl() 3941 ret = call_op(master, try_ctrl); in try_or_set_cluster() 3946 ret = call_op(master, s_ctrl); in try_or_set_cluster() 4030 if (!call_op(master, g_volatile_ctrl)) in update_from_auto_cluster() 4386 call_op(master, g_volatile_ctrl); in v4l2_ctrl_request_complete()
|