Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/v4l2-core/
Dv4l2-ctrls.c32 #define call_op(master, op) \ macro
2468 ret = call_op(master, s_ctrl); in v4l2_ctrl_handler_setup()
2861 ret = call_op(master, g_volatile_ctrl); in v4l2_g_ext_ctrls()
2913 ret = call_op(master, g_volatile_ctrl); in get_ctrl()
2997 ret = call_op(master, try_ctrl); in try_or_set_cluster()
3002 ret = call_op(master, s_ctrl); in try_or_set_cluster()
3063 if (!call_op(master, g_volatile_ctrl)) in update_from_auto_cluster()