Searched refs:try_ctrl (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/media/platform/rockchip/rkvdec/ |
H A D | rkvdec.h | 75 int (*try_ctrl)(struct rkvdec_ctx *ctx, struct v4l2_ctrl *ctrl); member
|
H A D | rkvdec.c | 125 if (desc->ops->try_ctrl) in rkvdec_try_ctrl() 126 return desc->ops->try_ctrl(ctx, ctrl); in rkvdec_try_ctrl() 157 .try_ctrl = rkvdec_try_ctrl,
|
H A D | rkvdec-h264.c | 1210 .try_ctrl = rkvdec_h264_try_ctrl,
|
/linux/include/media/ |
H A D | v4l2-ctrls.h | 118 * @try_ctrl: Test whether the control's value is valid. Only relevant when 126 int (*try_ctrl)(struct v4l2_ctrl *ctrl); member
|
/linux/Documentation/driver-api/media/ |
H A D | v4l2-controls.rst | 21 4) How do I validate the user's proposed control value? (i.e. try_ctrl) 386 you can modify them in try_ctrl or set them in s_ctrl. The 'cur' union 392 While in g_volatile/s/try_ctrl you can access the value of all controls owned 406 do. Don't use these inside the control ops g_volatile/s/try_ctrl, though, that
|
/linux/drivers/media/i2c/ |
H A D | saa6752hs.c | 637 .try_ctrl = saa6752hs_try_ctrl,
|
/linux/drivers/media/usb/hdpvr/ |
H A D | hdpvr-video.c | 1156 .try_ctrl = hdpvr_try_ctrl,
|
/linux/drivers/media/common/ |
H A D | cx2341x.c | 1535 .try_ctrl = cx2341x_try_ctrl,
|
/linux/drivers/media/test-drivers/vicodec/ |
H A D | vicodec-core.c | 1814 .try_ctrl = vicodec_try_ctrl,
|
/linux/drivers/media/v4l2-core/ |
H A D | v4l2-ctrls-core.c | 2506 ret = call_op(master, try_ctrl); in try_or_set_cluster()
|
/linux/drivers/media/platform/allegro-dvt/ |
H A D | allegro-core.c | 3019 .try_ctrl = allegro_try_ctrl,
|