Symbol: v4l2_control
drivers/media/i2c/mt9m111.c
863
static const struct v4l2_control colorfx[] = {
drivers/media/pci/intel/ipu6/ipu6-isys-video.c
753
struct v4l2_control hb = { .id = V4L2_CID_HBLANK, .value = 0 };
drivers/media/platform/marvell/mcam-core.c
1006
struct v4l2_control ctrl;
drivers/media/platform/samsung/s3c-camif/camif-regs.c
60
static const struct v4l2_control colorfx[] = {
drivers/media/platform/via/via-camera.c
230
struct v4l2_control ctrl;
drivers/media/usb/pvrusb2/pvrusb2-hdw.c
2807
struct v4l2_control ctrl;
drivers/media/v4l2-core/v4l2-ctrls-api.c
797
int v4l2_g_ctrl(struct v4l2_ctrl_handler *hdl, struct v4l2_control *control)
drivers/media/v4l2-core/v4l2-ctrls-api.c
860
struct v4l2_control *control)
drivers/media/v4l2-core/v4l2-ioctl.c
2356
struct v4l2_control *p = arg;
drivers/media/v4l2-core/v4l2-ioctl.c
2387
struct v4l2_control *p = arg;
drivers/media/v4l2-core/v4l2-ioctl.c
2937
IOCTL_INFO(VIDIOC_G_CTRL, v4l_g_ctrl, v4l_print_control, INFO_FL_CTRL | INFO_FL_CLEAR(v4l2_control, id)),
drivers/media/v4l2-core/v4l2-ioctl.c
559
const struct v4l2_control *p = arg;
drivers/staging/media/atomisp/pci/atomisp_cmd.c
3115
struct v4l2_control control;
drivers/staging/media/atomisp/pci/atomisp_cmd.c
3896
struct v4l2_control ctrl;
drivers/staging/media/atomisp/pci/atomisp_csi2.c
291
struct v4l2_control ctrl;
drivers/staging/media/atomisp/pci/atomisp_ioctl.c
1034
struct v4l2_control *control)
drivers/staging/media/atomisp/pci/atomisp_ioctl.c
1086
struct v4l2_control *control)
drivers/staging/media/atomisp/pci/atomisp_ioctl.c
1168
struct v4l2_control ctrl;
drivers/staging/media/atomisp/pci/atomisp_ioctl.c
1196
struct v4l2_control ctrl;
drivers/staging/media/atomisp/pci/atomisp_ioctl.c
1225
struct v4l2_control ctrl;
drivers/staging/media/atomisp/pci/atomisp_ioctl.c
1259
struct v4l2_control ctrl;
drivers/video/fbdev/matrox/matroxfb_base.c
1128
struct v4l2_control ctrl;
drivers/video/fbdev/matrox/matroxfb_base.c
1150
struct v4l2_control ctrl;
drivers/video/fbdev/matrox/matroxfb_base.h
294
struct v4l2_control;
drivers/video/fbdev/matrox/matroxfb_base.h
305
struct v4l2_control* ctrl);
drivers/video/fbdev/matrox/matroxfb_base.h
307
struct v4l2_control* ctrl);
drivers/video/fbdev/matrox/matroxfb_g450.c
165
static int g450_set_ctrl(void* md, struct v4l2_control *p) {
drivers/video/fbdev/matrox/matroxfb_g450.c
219
static int g450_get_ctrl(void* md, struct v4l2_control *p) {
drivers/video/fbdev/matrox/matroxfb_maven.c
1056
struct v4l2_control *p) {
drivers/video/fbdev/matrox/matroxfb_maven.c
1137
struct v4l2_control *p) {
drivers/video/fbdev/matrox/matroxfb_maven.c
1182
static int maven_out_get_ctrl(void* md, struct v4l2_control* p) {
drivers/video/fbdev/matrox/matroxfb_maven.c
1186
static int maven_out_set_ctrl(void* md, struct v4l2_control* p) {
include/media/v4l2-ctrls.h
1481
int v4l2_g_ctrl(struct v4l2_ctrl_handler *hdl, struct v4l2_control *ctrl);
include/media/v4l2-ctrls.h
1495
struct v4l2_control *ctrl);
include/uapi/linux/videodev2.h
2750
#define VIDIOC_G_CTRL _IOWR('V', 27, struct v4l2_control)
include/uapi/linux/videodev2.h
2751
#define VIDIOC_S_CTRL _IOWR('V', 28, struct v4l2_control)