Searched refs:ccs_ctrl_ops (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/media/i2c/ccs/ |
H A D | ccs-core.c | 796 static const struct v4l2_ctrl_ops ccs_ctrl_ops = { variable 817 &ccs_ctrl_ops, &props); in ccs_init_controls() 839 .ops = &ccs_ctrl_ops, in ccs_init_controls() 856 &ccs_ctrl_ops, V4L2_CID_ANALOGUE_GAIN, in ccs_init_controls() 892 .ops = &ccs_ctrl_ops, in ccs_init_controls() 916 .ops = &ccs_ctrl_ops, in ccs_init_controls() 931 .ops = &ccs_ctrl_ops, in ccs_init_controls() 947 &ccs_ctrl_ops, V4L2_CID_DIGITAL_GAIN, in ccs_init_controls() 956 &sensor->pixel_array->ctrl_handler, &ccs_ctrl_ops, in ccs_init_controls() 960 &sensor->pixel_array->ctrl_handler, &ccs_ctrl_ops, in ccs_init_controls() [all …]
|