Home
last modified time | relevance | path

Searched refs:link_frequency (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dvirtual-camera.c49 s64 link_frequency; member
199 if (!vcam->link_frequency) in vcamera_get_default_fmt()
200 vcam->link_frequency = 500000000; in vcamera_get_default_fmt()
366 vcam->link_frequency = link_freq_menu_items[ctrl->val]; in vcamera_s_ctrl()
368 ctrl->val, vcam->link_frequency); in vcamera_s_ctrl()
449 if (link_freq_menu_items[i] > vcam->link_frequency && i >= 1) { in vcamera_initialize_controls()
458 vcam->link_frequency, link_freq_menu_items[i - 1]); in vcamera_initialize_controls()
506 vcam->link_frequency = bus_cfg->link_frequencies[0]; in vcamera_get_pdata()
H A Dov2659.c206 struct v4l2_ctrl *link_frequency; member
896 unsigned int desired = pdata->link_frequency; in ov2659_pll_calc_params()
1134 val = ov2659->pdata->link_frequency / 2; in ov2659_set_fmt()
1136 val = ov2659->pdata->link_frequency; in ov2659_set_fmt()
1138 ret = v4l2_ctrl_s_ctrl_int64(ov2659->link_frequency, val); in ov2659_set_fmt()
1426 pdata->link_frequency = bus_cfg.link_frequencies[0]; in ov2659_get_pdata()
1475 ov2659->link_frequency = in ov2659_probe()
1478 pdata->link_frequency / 2, in ov2659_probe()
1479 pdata->link_frequency, 1, in ov2659_probe()
1480 pdata->link_frequency); in ov2659_probe()
H A Dgc0312.c105 struct v4l2_ctrl *link_frequency; member
1130 gc0312->link_frequency = in gc0312_probe()
H A Dgc032a.c108 struct v4l2_ctrl *link_frequency; member
1149 gc032a->link_frequency = in gc032a_probe()
H A Dgc2035.c102 struct v4l2_ctrl *link_frequency; member
1495 gc2035->link_frequency = in gc2035_probe()
H A Dgc0329.c100 struct v4l2_ctrl *link_frequency; member
1103 gc0329->link_frequency = in gc0329_probe()
H A Dbf3925.c111 struct v4l2_ctrl *link_frequency; member
1392 bf3925->link_frequency = in bf3925_probe()
H A Dgc2145.c114 struct v4l2_ctrl *link_frequency; member
2924 gc2145->link_frequency = in gc2145_probe()
H A Dst-mipid02.c92 u64 link_frequency; member
/OK3568_Linux_fs/kernel/include/media/i2c/
H A Dov2659.h31 s64 link_frequency; member