Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/media/rkvdec/
Drkvdec.h75 int (*try_ctrl)(struct rkvdec_ctx *ctx, struct v4l2_ctrl *ctrl); member
Drkvdec.c35 if (desc->ops->try_ctrl) in rkvdec_try_ctrl()
36 return desc->ops->try_ctrl(ctx, ctrl); in rkvdec_try_ctrl()
42 .try_ctrl = rkvdec_try_ctrl,
Drkvdec-h264.c1191 .try_ctrl = rkvdec_h264_try_ctrl,
/linux-6.1.9/drivers/media/platform/renesas/vsp1/
Dvsp1_hgt.c108 .try_ctrl = hgt_hue_areas_try_ctrl,
/linux-6.1.9/include/media/
Dv4l2-ctrls.h116 int (*try_ctrl)(struct v4l2_ctrl *ctrl); member
/linux-6.1.9/Documentation/driver-api/media/
Dv4l2-controls.rst21 4) How do I validate the user's proposed control value? (i.e. try_ctrl)
389 you can modify them in try_ctrl or set them in s_ctrl. The 'cur' union
395 While in g_volatile/s/try_ctrl you can access the value of all controls owned
409 do. Don't use these inside the control ops g_volatile/s/try_ctrl, though, that
/linux-6.1.9/drivers/media/i2c/
Dsaa6752hs.c639 .try_ctrl = saa6752hs_try_ctrl,
Dmt9m032.c667 .try_ctrl = mt9m032_try_ctrl,
/linux-6.1.9/drivers/staging/media/sunxi/cedrus/
Dcedrus.c72 .try_ctrl = cedrus_try_ctrl,
/linux-6.1.9/drivers/media/platform/verisilicon/
Dhantro_drv.c328 .try_ctrl = hantro_try_ctrl,
/linux-6.1.9/drivers/media/usb/hdpvr/
Dhdpvr-video.c1156 .try_ctrl = hdpvr_try_ctrl,
/linux-6.1.9/drivers/media/common/
Dcx2341x.c1535 .try_ctrl = cx2341x_try_ctrl,
/linux-6.1.9/drivers/media/v4l2-core/
Dv4l2-ctrls-core.c2116 ret = call_op(master, try_ctrl); in try_or_set_cluster()
/linux-6.1.9/drivers/media/test-drivers/vicodec/
Dvicodec-core.c1804 .try_ctrl = vicodec_try_ctrl,
/linux-6.1.9/drivers/media/platform/samsung/s5p-jpeg/
Djpeg-core.c1942 .try_ctrl = s5p_jpeg_try_ctrl,
/linux-6.1.9/drivers/media/platform/allegro-dvt/
Dallegro-core.c3020 .try_ctrl = allegro_try_ctrl,