Lines Matching defs:link_freq
56 u32 link_freq;
81 struct v4l2_ctrl *link_freq;
521 static const s64 link_freq[] = {
532 .link_freq = 0, /* an index in link_freq[] */
546 .link_freq = 0, /* an index in link_freq[] */
560 .link_freq = 0, /* an index in link_freq[] */
1057 ret = __v4l2_ctrl_s_ctrl(ov7251->link_freq,
1058 new_mode->link_freq);
1197 ret = __v4l2_ctrl_s_ctrl(ov7251->link_freq,
1198 new_mode->link_freq);
1360 ov7251->link_freq = v4l2_ctrl_new_int_menu(&ov7251->ctrls,
1363 ARRAY_SIZE(link_freq) - 1,
1364 0, link_freq);
1365 if (ov7251->link_freq)
1366 ov7251->link_freq->flags |= V4L2_CTRL_FLAG_READ_ONLY;