/linux/drivers/media/v4l2-core/ |
H A D | v4l2-dv-timings.c | 594 int h_blank; in v4l2_detect_cvt() local 597 h_blank = rb_v2 ? CVT_RB_V2_H_BLANK : CVT_RB_H_BLANK; in v4l2_detect_cvt() 600 pix_clk = (image_width + h_blank) * hfreq; in v4l2_detect_cvt() 603 h_bp = h_blank / 2; in v4l2_detect_cvt() 605 h_fp = h_blank - h_bp - hsync; in v4l2_detect_cvt() 607 frame_width = image_width + h_blank; in v4l2_detect_cvt() 611 int h_blank; in v4l2_detect_cvt() local 616 h_blank = image_width * ideal_duty_cycle_per_myriad / in v4l2_detect_cvt() 618 h_blank = (h_blank / ( in v4l2_detect_cvt() 729 int h_blank; v4l2_detect_gtf() local [all...] |
/linux/drivers/media/i2c/ |
H A D | ov02e10.c | 382 s64 exposure_max, h_blank, pixel_rate; in ov02e10_init_controls() local 407 h_blank = mode->hts - mode->width; in ov02e10_init_controls() 409 V4L2_CID_HBLANK, h_blank, h_blank, in ov02e10_init_controls() 410 1, h_blank); in ov02e10_init_controls() 600 s32 vblank_def, h_blank; in ov02e10_set_format() local 637 h_blank = to_pixels_per_line(mode->hts, ov02e10->link_freq_index); in ov02e10_set_format() 638 h_blank -= mode->width; in ov02e10_set_format() 639 ret = __v4l2_ctrl_modify_range(ov02e10->hblank, h_blank, in ov02e10_set_format() 640 h_blank, in ov02e10_set_format() [all...] |
H A D | ov02c10.c | 486 s64 exposure_max, h_blank, pixel_rate; in ov02c10_init_controls() local 520 h_blank = mode->hts - mode->width; in ov02c10_init_controls() 522 V4L2_CID_HBLANK, h_blank, h_blank, in ov02c10_init_controls() 523 1, h_blank); in ov02c10_init_controls() 695 s32 vblank_def, h_blank; in ov02c10_set_format() local 708 h_blank = mode->hts - mode->width; in ov02c10_set_format() 709 __v4l2_ctrl_modify_range(ov02c10->hblank, h_blank, h_blank, 1, h_blank); in ov02c10_set_format() [all...] |
H A D | ov01a10.c | 522 s64 exposure_max, h_blank; in ov01a10_init_controls() local 557 h_blank = cur_mode->hts - cur_mode->width; in ov01a10_init_controls() 559 V4L2_CID_HBLANK, h_blank, h_blank, in ov01a10_init_controls() 560 1, h_blank); in ov01a10_init_controls() 700 s32 vblank_def, h_blank; in ov01a10_set_format() local 720 h_blank = mode->hts - mode->width; in ov01a10_set_format() 721 __v4l2_ctrl_modify_range(ov01a10->hblank, h_blank, h_blank, 1, in ov01a10_set_format() 722 h_blank); in ov01a10_set_format() [all...] |
H A D | ov5695.c | 813 s64 h_blank, vblank_def; in ov5695_set_fmt() local 826 h_blank = mode->hts_def - mode->width; in ov5695_set_fmt() 827 __v4l2_ctrl_modify_range(ov5695->hblank, h_blank, in ov5695_set_fmt() 828 h_blank, 1, h_blank); in ov5695_set_fmt() 1153 u32 h_blank; in ov5695_initialize_controls() local 1171 h_blank = mode->hts_def - mode->width; in ov5695_initialize_controls() 1173 h_blank, h_blank, 1, h_blank); in ov5695_initialize_controls() [all...] |
H A D | ov8858.c | 1418 s64 h_blank, vblank_def; in ov8858_set_fmt() local 1436 h_blank = mode->hts_def - mode->width; in ov8858_set_fmt() 1437 __v4l2_ctrl_modify_range(ov8858->hblank, h_blank, h_blank, 1, in ov8858_set_fmt() 1438 h_blank); in ov8858_set_fmt() 1704 u32 h_blank; in ov8858_init_ctrls() local 1721 h_blank = mode->hts_def - mode->width; in ov8858_init_ctrls() 1723 h_blank, h_blank, 1, h_blank); in ov8858_init_ctrls() [all...] |
H A D | og01a1b.c | 611 s64 exposure_max, h_blank; in og01a1b_init_controls() local 644 h_blank = to_pixels_per_line(og01a1b->cur_mode->hts, in og01a1b_init_controls() 648 V4L2_CID_HBLANK, h_blank, h_blank, in og01a1b_init_controls() 649 1, h_blank); in og01a1b_init_controls() 771 s32 vblank_def, h_blank; in og01a1b_set_format() local 795 h_blank = to_pixels_per_line(mode->hts, mode->link_freq_index) - in og01a1b_set_format() 797 __v4l2_ctrl_modify_range(og01a1b->hblank, h_blank, h_blank, 1, in og01a1b_set_format() 798 h_blank); in og01a1b_set_format() [all...] |
H A D | hi847.c | 2481 s64 exposure_max, h_blank; in hi847_init_controls() local 2512 h_blank = hi847->cur_mode->llp - hi847->cur_mode->width; in hi847_init_controls() 2515 V4L2_CID_HBLANK, h_blank, h_blank, 1, in hi847_init_controls() 2516 h_blank); in hi847_init_controls() 2648 s32 vblank_def, h_blank; in hi847_set_format() local 2674 h_blank = hi847->cur_mode->llp - hi847->cur_mode->width; in hi847_set_format() 2676 __v4l2_ctrl_modify_range(hi847->hblank, h_blank, h_blank, 1, in hi847_set_format() 2677 h_blank); in hi847_set_format() [all...] |
H A D | hi556.c | 850 s64 exposure_max, h_blank; in hi556_init_controls() local 881 h_blank = hi556->cur_mode->llp - hi556->cur_mode->width; in hi556_init_controls() 884 V4L2_CID_HBLANK, h_blank, h_blank, 1, in hi556_init_controls() 885 h_blank); in hi556_init_controls() 1083 s32 vblank_def, h_blank; in hi556_set_format() local 1108 h_blank = hi556->cur_mode->llp - hi556->cur_mode->width; in hi556_set_format() 1110 __v4l2_ctrl_modify_range(hi556->hblank, h_blank, h_blank, 1, in hi556_set_format() 1111 h_blank); in hi556_set_format() [all...] |
H A D | ov5675.c | 782 s64 exposure_max, h_blank; in ov5675_init_controls() local 808 h_blank = to_pixels_per_line(ov5675->cur_mode->hts, in ov5675_init_controls() 811 V4L2_CID_HBLANK, h_blank, h_blank, 1, in ov5675_init_controls() 812 h_blank); in ov5675_init_controls() 1029 s32 vblank_def, h_blank; in ov5675_set_format() local 1053 h_blank = to_pixels_per_line(mode->hts, mode->link_freq_index) - in ov5675_set_format() 1055 __v4l2_ctrl_modify_range(ov5675->hblank, h_blank, h_blank, 1, in ov5675_set_format() 1056 h_blank); in ov5675_set_format() [all...] |
H A D | ov08d10.c | 920 s64 h_blank; in ov08d10_init_controls() local 957 h_blank = to_pixels_per_line(ov08d10->priv_lane->link_freq_menu, in ov08d10_init_controls() 962 V4L2_CID_HBLANK, h_blank, h_blank, in ov08d10_init_controls() 963 1, h_blank); in ov08d10_init_controls() 1137 s32 vblank_def, h_blank; in ov08d10_set_format() local 1165 h_blank = to_pixels_per_line(ov08d10->priv_lane->link_freq_menu, in ov08d10_set_format() 1170 __v4l2_ctrl_modify_range(ov08d10->hblank, h_blank, h_blank, 1, in ov08d10_set_format() 1171 h_blank); in ov08d10_set_format() [all...] |
H A D | gc05a2.c | 687 s64 exposure_max, h_blank; in gc05a2_update_cur_mode_controls() local 699 h_blank = mode->hts - mode->width; in gc05a2_update_cur_mode_controls() 700 ret = __v4l2_ctrl_modify_range(gc05a2->hblank, h_blank, h_blank, 1, in gc05a2_update_cur_mode_controls() 701 h_blank); in gc05a2_update_cur_mode_controls() 1131 s64 exposure_max, h_blank; in gc05a2_init_controls() local 1170 h_blank = mode->hts - mode->width; in gc05a2_init_controls() 1172 V4L2_CID_HBLANK, h_blank, h_blank, 1, in gc05a2_init_controls() 1173 h_blank); in gc05a2_init_controls() [all...] |
H A D | ov2740.c | 769 s64 exposure_max, h_blank, pixel_rate; in ov2740_init_controls() local 800 h_blank = ov2740->cur_mode->hts - ov2740->cur_mode->width; in ov2740_init_controls() 802 V4L2_CID_HBLANK, h_blank, h_blank, 1, in ov2740_init_controls() 803 h_blank); in ov2740_init_controls() 1037 s32 vblank_def, h_blank; in ov2740_set_format() local 1061 h_blank = mode->hts - mode->width; in ov2740_set_format() 1062 __v4l2_ctrl_modify_range(ov2740->hblank, h_blank, h_blank, 1, h_blank); in ov2740_set_format() [all...] |
H A D | gc08a3.c | 662 s64 exposure_max, h_blank; in gc08a3_update_cur_mode_controls() local 674 h_blank = mode->hts - mode->width; in gc08a3_update_cur_mode_controls() 675 ret = __v4l2_ctrl_modify_range(gc08a3->hblank, h_blank, h_blank, 1, in gc08a3_update_cur_mode_controls() 676 h_blank); in gc08a3_update_cur_mode_controls() 1075 s64 exposure_max, h_blank; in gc08a3_init_controls() local 1114 h_blank = mode->hts - mode->width; in gc08a3_init_controls() 1116 V4L2_CID_HBLANK, h_blank, h_blank, 1, in gc08a3_init_controls() 1117 h_blank); in gc08a3_init_controls() [all...] |
H A D | ov8856.c | 1891 s64 exposure_max, h_blank; in ov8856_init_controls() local 1923 h_blank = to_pixels_per_line(ov8856->priv_lane->link_freq_menu_items, in ov8856_init_controls() 1929 V4L2_CID_HBLANK, h_blank, h_blank, 1, in ov8856_init_controls() 1930 h_blank); in ov8856_init_controls() 2127 s32 vblank_def, h_blank; in ov8856_set_format() local 2153 h_blank = to_pixels_per_line(ov8856->priv_lane->link_freq_menu_items, in ov8856_set_format() 2158 __v4l2_ctrl_modify_range(ov8856->hblank, h_blank, h_blank, 1, in ov8856_set_format() 2159 h_blank); in ov8856_set_format() [all...] |
H A D | hi846.c | 1415 s64 exposure_max, h_blank; in hi846_init_controls() local 1449 h_blank = hi846->cur_mode->llp - hi846->cur_mode->width; in hi846_init_controls() 1452 V4L2_CID_HBLANK, h_blank, h_blank, 1, in hi846_init_controls() 1453 h_blank); in hi846_init_controls() 1699 s32 vblank_def, h_blank; in hi846_set_format() local 1763 h_blank = hi846->cur_mode->llp - hi846->cur_mode->width; in hi846_set_format() 1765 __v4l2_ctrl_modify_range(hi846->hblank, h_blank, h_blank, 1, in hi846_set_format() 1766 h_blank); in hi846_set_format() [all...] |
H A D | ov2685.c | 669 u32 pixel_rate, h_blank; in ov2685_initialize_controls() local 689 h_blank = mode->hts_def - mode->width; in ov2685_initialize_controls() 691 h_blank, h_blank, 1, h_blank); in ov2685_initialize_controls()
|
H A D | ov02a10.c | 744 s64 h_blank; in ov02a10_initialize_controls() local 764 h_blank = mode->hts_def - mode->width; in ov02a10_initialize_controls() 765 v4l2_ctrl_new_std(handler, NULL, V4L2_CID_HBLANK, h_blank, h_blank, 1, in ov02a10_initialize_controls() 766 h_blank); in ov02a10_initialize_controls()
|
H A D | imx208.c | 581 s64 h_blank; in imx208_set_pad_format() local 609 h_blank = in imx208_set_pad_format() 612 __v4l2_ctrl_modify_range(imx208->hblank, h_blank, in imx208_set_pad_format() 613 h_blank, 1, h_blank); in imx208_set_pad_format()
|
H A D | imx355.c | 1338 s64 h_blank; in imx355_set_pad_format() local 1371 h_blank = mode->llp - imx355->cur_mode->width; in imx355_set_pad_format() 1376 __v4l2_ctrl_modify_range(imx355->hblank, h_blank, in imx355_set_pad_format() 1377 h_blank, 1, h_blank); in imx355_set_pad_format()
|
/linux/drivers/staging/media/tegra-video/ |
H A D | csi.h | 57 * @h_blank: horizontal blanking for TPG active format 75 unsigned int h_blank; member 86 * @h_blank: horizontal blanking used for TPG 94 unsigned int h_blank; member
|
H A D | tegra210.c | 1052 csi_chan->h_blank); in tegra210_csi_port_start_streaming() 1156 .h_blank = 512, 1163 .h_blank = 512, 1170 .h_blank = 8, 1177 .h_blank = 512, 1184 .h_blank = 512, 1191 .h_blank = 8,
|
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn201/ |
H A D | dcn201_optc.c | 73 uint32_t h_blank; in optc201_validate_timing() local 82 h_blank = (timing->h_total - timing->h_addressable - in optc201_validate_timing() 103 if (h_blank < optc1->min_h_blank) in optc201_validate_timing()
|
/linux/drivers/staging/media/atomisp/pci/ |
H A D | ia_css_prbs.h | 39 unsigned int h_blank; /** horizontal blank */ member
|
/linux/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dce_audio.c | 130 uint32_t h_blank; in check_audio_bandwidth_hdmi() local 165 h_blank = crtc_info->h_total - crtc_info->h_active; in check_audio_bandwidth_hdmi() 168 h_blank *= crtc_info->pixel_repetition; in check_audio_bandwidth_hdmi() 171 h_blank -= 58; in check_audio_bandwidth_hdmi() 173 h_blank -= 16; in check_audio_bandwidth_hdmi() 175 samples = h_blank * 10; in check_audio_bandwidth_hdmi()
|