Searched refs:link_freq_menu_items (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/media/i2c/ |
| H A D | ov5675.c | 455 static const s64 link_freq_menu_items[] = { variable 524 u64 pixel_rate = link_freq_menu_items[f_index] * 2 * OV5675_DATA_LANES; in to_pixel_rate() 792 ARRAY_SIZE(link_freq_menu_items) - 1, in ov5675_init_controls() 793 0, link_freq_menu_items); in ov5675_init_controls() 1234 for (i = 0; i < ARRAY_SIZE(link_freq_menu_items); i++) { in ov5675_get_hwcfg() 1236 if (link_freq_menu_items[i] == in ov5675_get_hwcfg() 1243 link_freq_menu_items[i]); in ov5675_get_hwcfg()
|
| H A D | ov02c10.c | 341 static const s64 link_freq_menu_items[] = { variable 504 link_freq_menu_items); in ov02c10_init_controls() 509 pixel_rate = div_u64(link_freq_menu_items[ov02c10->link_freq_index] * in ov02c10_init_controls() 837 link_freq_menu_items, in ov02c10_check_hwcfg() 838 ARRAY_SIZE(link_freq_menu_items), in ov02c10_check_hwcfg()
|
| H A D | t4ka3.c | 268 static const s64 link_freq_menu_items[] = { variable 749 link_freq_menu_items, in t4ka3_check_hwcfg() 750 ARRAY_SIZE(link_freq_menu_items), in t4ka3_check_hwcfg() 846 0, 0, link_freq_menu_items); in t4ka3_init_controls()
|
| H A D | ov5670.c | 1771 static const s64 link_freq_menu_items[] = { variable 2121 0, 0, link_freq_menu_items); in ov5670_init_controls() 2317 link_freq = link_freq_menu_items[mode->link_freq_index]; in ov5670_set_pad_format()
|