Lines Matching refs:link_freq
56 u32 link_freq; member
81 struct v4l2_ctrl *link_freq; member
521 static const s64 link_freq[] = { variable
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, in ov7251_set_format()
1058 new_mode->link_freq); in ov7251_set_format()
1197 ret = __v4l2_ctrl_s_ctrl(ov7251->link_freq, in ov7251_set_frame_interval()
1198 new_mode->link_freq); in ov7251_set_frame_interval()
1360 ov7251->link_freq = v4l2_ctrl_new_int_menu(&ov7251->ctrls, in ov7251_probe()
1363 ARRAY_SIZE(link_freq) - 1, in ov7251_probe()
1364 0, link_freq); in ov7251_probe()
1365 if (ov7251->link_freq) in ov7251_probe()
1366 ov7251->link_freq->flags |= V4L2_CTRL_FLAG_READ_ONLY; in ov7251_probe()