Lines Matching defs:link_freq
82 u32 link_freq;
146 struct v4l2_ctrl *link_freq;
632 static const s64 link_freq[] = {
1483 for (j = 0; j < ARRAY_SIZE(link_freq); j++)
1484 if (bus_cfg.link_frequencies[i] == link_freq[j])
1487 if (j < ARRAY_SIZE(link_freq))
1566 ov7251->link_freq = v4l2_ctrl_new_int_menu(&ov7251->ctrls,
1569 ARRAY_SIZE(link_freq) - 1,
1571 link_freq);
1572 if (ov7251->link_freq)
1573 ov7251->link_freq->flags |= V4L2_CTRL_FLAG_READ_ONLY;