Searched refs:light_freq (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/media/i2c/
H A Dov9650.c222 struct v4l2_ctrl *light_freq; member in struct:ov965x_ctrls
594 unsigned long mbd, light_freq; local
612 light_freq = 50;
614 light_freq = 60;
618 mbd = ((mbd / (light_freq * 2)) + 500) / 1000UL;
1031 ctrls->light_freq =
1334 return ov965x_set_banding_filter(ov965x, ctrls->light_freq->val);
H A Dov5640.c427 struct v4l2_ctrl *light_freq; member in struct:ov5640_ctrls
1953 int ret, light_freq = 0; local
1968 light_freq = 50;
1971 light_freq = 60;
1982 light_freq = 50;
1988 return light_freq;
2155 u32 light_freq, cap_bandfilt, cap_maxband; local
2220 light_freq = ret;
2222 if (light_freq == 60) {
3505 ctrls->light_freq
[all...]

Completed in 221 milliseconds