Home
last modified time | relevance | path

Searched refs:priv_lane (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/i2c/
H A Dov08d10.c545 const struct ov08d10_lane_cfg *priv_lane; member
629 for (i = 0; i < ARRAY_SIZE(ov08d10->priv_lane->sp_modes); i++) { in ov08d10_modes_num()
630 if (ov08d10->priv_lane->sp_modes[i].width == 0) in ov08d10_modes_num()
940 ov08d10->priv_lane->link_freq_menu); in ov08d10_init_controls()
944 pixel_rate_max = to_rate(ov08d10->priv_lane->link_freq_menu, 0, in ov08d10_init_controls()
1187 mode = v4l2_find_nearest_size(ov08d10->priv_lane->sp_modes, in ov08d10_set_format()
1200 pixel_rate = to_rate(ov08d10->priv_lane->link_freq_menu, in ov08d10_set_format()
1393 ov08d10->priv_lane = &lane_cfg_2; in ov08d10_get_hwcfg()
1404 if (ov08d10->priv_lane->link_freq_menu[i] == in ov08d10_get_hwcfg()
1411 ov08d10->priv_lane->link_freq_menu[i]); in ov08d10_get_hwcfg()
[all …]
H A Dov8856.c1447 const struct ov8856_lane_cfg *priv_lane; member
1597 if (ov8856->priv_lane->supported_modes[i].width == 0) in ov8856_modes_num()
1906 (ov8856->priv_lane->link_freq_menu_items) in ov8856_init_controls()
1908 0, ov8856->priv_lane->link_freq_menu_items); in ov8856_init_controls()
1914 to_rate(ov8856->priv_lane->link_freq_menu_items, in ov8856_init_controls()
1917 to_rate(ov8856->priv_lane->link_freq_menu_items, in ov8856_init_controls()
2188 to_rate(ov8856->priv_lane->link_freq_menu_items, in ov8856_set_format()
2374 ov8856->priv_lane = &lane_cfg_2; in ov8856_get_hwcfg()
2376 ov8856->priv_lane = &lane_cfg_4; in ov8856_get_hwcfg()
2388 if (ov8856->priv_lane->link_freq_menu_items[i] == in ov8856_get_hwcfg()
[all …]