/drivers/media/i2c/ |
D | ov5670.c | 99 u32 link_freq_index; member 1756 .link_freq_index = OV5670_LINK_FREQ_422MHZ_INDEX, 1767 .link_freq_index = OV5670_LINK_FREQ_422MHZ_INDEX, 1778 .link_freq_index = OV5670_LINK_FREQ_422MHZ_INDEX, 1789 .link_freq_index = OV5670_LINK_FREQ_422MHZ_INDEX, 1800 .link_freq_index = OV5670_LINK_FREQ_422MHZ_INDEX, 1811 .link_freq_index = OV5670_LINK_FREQ_422MHZ_INDEX, 2245 __v4l2_ctrl_s_ctrl(ov5670->link_freq, mode->link_freq_index); in ov5670_set_pad_format() 2248 link_freq_configs[mode->link_freq_index].pixel_rate); in ov5670_set_pad_format() 2280 int link_freq_index; in ov5670_start_streaming() local [all …]
|
D | imx355.c | 88 u32 link_freq_index; member 898 .link_freq_index = IMX355_LINK_FREQ_INDEX, 910 .link_freq_index = IMX355_LINK_FREQ_INDEX, 922 .link_freq_index = IMX355_LINK_FREQ_INDEX, 934 .link_freq_index = IMX355_LINK_FREQ_INDEX, 946 .link_freq_index = IMX355_LINK_FREQ_INDEX, 958 .link_freq_index = IMX355_LINK_FREQ_INDEX, 970 .link_freq_index = IMX355_LINK_FREQ_INDEX, 982 .link_freq_index = IMX355_LINK_FREQ_INDEX, 994 .link_freq_index = IMX355_LINK_FREQ_INDEX, [all …]
|
D | ov13858.c | 115 u32 link_freq_index; member 992 .link_freq_index = OV13858_LINK_FREQ_INDEX_0, 1003 .link_freq_index = OV13858_LINK_FREQ_INDEX_1, 1014 .link_freq_index = OV13858_LINK_FREQ_INDEX_1, 1025 .link_freq_index = OV13858_LINK_FREQ_INDEX_1, 1378 __v4l2_ctrl_s_ctrl(ov13858->link_freq, mode->link_freq_index); in ov13858_set_pad_format() 1379 link_freq = link_freq_menu_items[mode->link_freq_index]; in ov13858_set_pad_format() 1394 link_freq_configs[mode->link_freq_index].pixels_per_line in ov13858_set_pad_format() 1417 int ret, link_freq_index; in ov13858_start_streaming() local 1429 link_freq_index = ov13858->cur_mode->link_freq_index; in ov13858_start_streaming() [all …]
|
D | ov8856.c | 141 u32 link_freq_index; member 1451 .link_freq_index = 0, 1465 .link_freq_index = 1, 1500 .link_freq_index = 0, 1514 .link_freq_index = 1, 1528 .link_freq_index = 0, 1542 .link_freq_index = 1, 1870 ov8856->cur_mode->link_freq_index, in ov8856_init_controls() 1920 int link_freq_index, ret; in ov8856_start_streaming() local 1922 link_freq_index = ov8856->cur_mode->link_freq_index; in ov8856_start_streaming() [all …]
|
D | ov5675.c | 107 u32 link_freq_index; member 460 .link_freq_index = OV5675_LINK_FREQ_900MBPS, 472 .link_freq_index = OV5675_LINK_FREQ_900MBPS, 766 ov5675->cur_mode->link_freq_index) - ov5675->cur_mode->width; in ov5675_init_controls() 817 int link_freq_index, ret; in ov5675_start_streaming() local 819 link_freq_index = ov5675->cur_mode->link_freq_index; in ov5675_start_streaming() 820 reg_list = &link_freq_configs[link_freq_index].reg_list; in ov5675_start_streaming() 946 __v4l2_ctrl_s_ctrl(ov5675->link_freq, mode->link_freq_index); in ov5675_set_format() 948 to_pixel_rate(mode->link_freq_index)); in ov5675_set_format() 957 h_blank = to_pixels_per_line(mode->hts, mode->link_freq_index) - in ov5675_set_format()
|
D | imx258.c | 114 u32 link_freq_index; member 577 .link_freq_index = IMX258_LINK_FREQ_1267MBPS, 588 .link_freq_index = IMX258_LINK_FREQ_640MBPS, 599 .link_freq_index = IMX258_LINK_FREQ_640MBPS, 917 __v4l2_ctrl_s_ctrl(imx258->link_freq, mode->link_freq_index); in imx258_set_pad_format() 919 link_freq = link_freq_menu_items[mode->link_freq_index]; in imx258_set_pad_format() 933 link_freq_configs[mode->link_freq_index].pixels_per_line in imx258_set_pad_format() 949 int ret, link_freq_index; in imx258_start_streaming() local 952 link_freq_index = imx258->cur_mode->link_freq_index; in imx258_start_streaming() 953 reg_list = &link_freq_configs[link_freq_index].reg_list; in imx258_start_streaming()
|
D | ov9734.c | 104 u32 link_freq_index; member 319 .link_freq_index = OV9734_LINK_FREQ_180MHZ_INDEX, 573 h_blank = to_pixels_per_line(cur_mode->hts, cur_mode->link_freq_index); in ov9734_init_controls() 618 int link_freq_index, ret; in ov9734_start_streaming() local 620 link_freq_index = ov9734->cur_mode->link_freq_index; in ov9734_start_streaming() 621 reg_list = &link_freq_configs[link_freq_index].reg_list; in ov9734_start_streaming() 748 __v4l2_ctrl_s_ctrl(ov9734->link_freq, mode->link_freq_index); in ov9734_set_format() 750 to_pixel_rate(mode->link_freq_index)); in ov9734_set_format() 759 h_blank = to_pixels_per_line(mode->hts, mode->link_freq_index) - in ov9734_set_format()
|
D | imx208.c | 105 u32 link_freq_index; member 255 .link_freq_index = IMX208_LINK_FREQ_384MHZ_INDEX, 266 .link_freq_index = IMX208_LINK_FREQ_96MHZ_INDEX, 597 __v4l2_ctrl_s_ctrl(imx208->link_freq, mode->link_freq_index); in imx208_set_pad_format() 598 link_freq = link_freq_menu_items[mode->link_freq_index]; in imx208_set_pad_format() 611 link_freq_configs[mode->link_freq_index].pixels_per_line in imx208_set_pad_format() 627 int ret, link_freq_index; in imx208_start_streaming() local 630 link_freq_index = imx208->cur_mode->link_freq_index; in imx208_start_streaming() 631 reg_list = &link_freq_configs[link_freq_index].reg_list; in imx208_start_streaming()
|
D | hi556.c | 101 u32 link_freq_index; member 462 .link_freq_index = HI556_LINK_FREQ_437MHZ_INDEX, 474 .link_freq_index = HI556_LINK_FREQ_437MHZ_INDEX, 764 int link_freq_index, ret; in hi556_start_streaming() local 766 link_freq_index = hi556->cur_mode->link_freq_index; in hi556_start_streaming() 767 reg_list = &link_freq_configs[link_freq_index].reg_list; in hi556_start_streaming() 896 __v4l2_ctrl_s_ctrl(hi556->link_freq, mode->link_freq_index); in hi556_set_format() 898 to_pixel_rate(mode->link_freq_index)); in hi556_set_format()
|
D | ov2740.c | 121 u32 link_freq_index; member 321 .link_freq_index = OV2740_LINK_FREQ_360MHZ_INDEX, 582 h_blank = to_pixels_per_line(cur_mode->hts, cur_mode->link_freq_index); in ov2740_init_controls() 726 int link_freq_index; in ov2740_start_streaming() local 731 link_freq_index = ov2740->cur_mode->link_freq_index; in ov2740_start_streaming() 732 reg_list = &link_freq_configs[link_freq_index].reg_list; in ov2740_start_streaming() 855 __v4l2_ctrl_s_ctrl(ov2740->link_freq, mode->link_freq_index); in ov2740_set_format() 857 to_pixel_rate(mode->link_freq_index)); in ov2740_set_format() 866 h_blank = to_pixels_per_line(mode->hts, mode->link_freq_index) - in ov2740_set_format()
|
D | imx319.c | 102 u32 link_freq_index; member 1670 .link_freq_index = IMX319_LINK_FREQ_INDEX, 1682 .link_freq_index = IMX319_LINK_FREQ_INDEX, 1694 .link_freq_index = IMX319_LINK_FREQ_INDEX, 1706 .link_freq_index = IMX319_LINK_FREQ_INDEX, 1718 .link_freq_index = IMX319_LINK_FREQ_INDEX, 1730 .link_freq_index = IMX319_LINK_FREQ_INDEX, 1742 .link_freq_index = IMX319_LINK_FREQ_INDEX, 1754 .link_freq_index = IMX319_LINK_FREQ_INDEX,
|
D | imx290.c | 59 u8 link_freq_index; member 312 .link_freq_index = FREQ_INDEX_1080P, 320 .link_freq_index = FREQ_INDEX_720P, 331 .link_freq_index = FREQ_INDEX_1080P, 339 .link_freq_index = FREQ_INDEX_720P, 576 return imx290->current_mode->link_freq_index; in imx290_get_link_freq_index()
|