Lines Matching refs:link_freq_index
116 u32 link_freq_index; member
993 .link_freq_index = OV13858_LINK_FREQ_INDEX_0,
1004 .link_freq_index = OV13858_LINK_FREQ_INDEX_1,
1015 .link_freq_index = OV13858_LINK_FREQ_INDEX_1,
1026 .link_freq_index = OV13858_LINK_FREQ_INDEX_1,
1374 __v4l2_ctrl_s_ctrl(ov13858->link_freq, mode->link_freq_index); in ov13858_set_pad_format()
1375 link_freq = link_freq_menu_items[mode->link_freq_index]; in ov13858_set_pad_format()
1390 link_freq_configs[mode->link_freq_index].pixels_per_line in ov13858_set_pad_format()
1413 int ret, link_freq_index; in ov13858_start_streaming() local
1425 link_freq_index = ov13858->cur_mode->link_freq_index; in ov13858_start_streaming()
1426 reg_list = &link_freq_configs[link_freq_index].reg_list; in ov13858_start_streaming()
1599 hblank = link_freq_configs[mode->link_freq_index].pixels_per_line - in ov13858_init_controls()