Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A Dalvium-csi2.h298 u64 auto_gain:1; member
367 struct v4l2_ctrl *auto_gain; member
H A Dov7670.c220 struct v4l2_ctrl *auto_gain; member
1925 info->auto_gain = v4l2_ctrl_new_std(&info->hdl, &ov7670_ctrl_ops, in ov7670_probe()
1946 v4l2_ctrl_auto_cluster(2, &info->auto_gain, 0, true); in ov7670_probe()
H A Dalvium-csi2.c512 dev_dbg(dev, "feature auto_gain: %u\n", alvium->avail_ft.auto_gain); in alvium_print_avail_feat()
2151 if (alvium->avail_ft.auto_gain) { in alvium_ctrl_init()
2152 ctrls->auto_gain = v4l2_ctrl_new_std(hdl, ops, in alvium_ctrl_init()
2155 v4l2_ctrl_auto_cluster(2, &ctrls->auto_gain, 0, true); in alvium_ctrl_init()