| /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 / (2 * CVT_CELL_GRAN)) * 2 * CVT_CELL_GRAN; in v4l2_detect_cvt() 620 pix_clk = (image_width + h_blank) * hfreq; in v4l2_detect_cvt() [all …]
|
| /linux/drivers/media/i2c/ |
| H A D | ov02c10.c | 495 s64 exposure_max, h_blank, pixel_rate; in ov02c10_init_controls() local 529 h_blank = mode->hts - mode->width; in ov02c10_init_controls() 531 V4L2_CID_HBLANK, h_blank, h_blank, in ov02c10_init_controls() 532 1, h_blank); in ov02c10_init_controls() 709 s32 vblank_def, h_blank; in ov02c10_set_format() local 722 h_blank = mode->hts - mode->width; in ov02c10_set_format() 723 __v4l2_ctrl_modify_range(ov02c10->hblank, h_blank, h_blank, 1, h_blank); in ov02c10_set_format()
|
| H A D | ov5675.c | 781 s64 exposure_max, h_blank; in ov5675_init_controls() local 807 h_blank = to_pixels_per_line(ov5675->cur_mode->hts, in ov5675_init_controls() 810 V4L2_CID_HBLANK, h_blank, h_blank, 1, in ov5675_init_controls() 811 h_blank); in ov5675_init_controls() 1023 s32 vblank_def, h_blank; in ov5675_set_format() local 1047 h_blank = to_pixels_per_line(mode->hts, mode->link_freq_index) - in ov5675_set_format() 1049 __v4l2_ctrl_modify_range(ov5675->hblank, h_blank, h_blank, 1, in ov5675_set_format() 1050 h_blank); in ov5675_set_format()
|
| H A D | gc05a2.c | 686 s64 exposure_max, h_blank; in gc05a2_update_cur_mode_controls() local 698 h_blank = mode->hts - mode->width; in gc05a2_update_cur_mode_controls() 699 ret = __v4l2_ctrl_modify_range(gc05a2->hblank, h_blank, h_blank, 1, in gc05a2_update_cur_mode_controls() 700 h_blank); in gc05a2_update_cur_mode_controls() 1130 s64 exposure_max, h_blank; in gc05a2_init_controls() local 1169 h_blank = mode->hts - mode->width; in gc05a2_init_controls() 1171 V4L2_CID_HBLANK, h_blank, h_blank, 1, in gc05a2_init_controls() 1172 h_blank); in gc05a2_init_controls()
|
| H A D | gc08a3.c | 661 s64 exposure_max, h_blank; in gc08a3_update_cur_mode_controls() local 673 h_blank = mode->hts - mode->width; in gc08a3_update_cur_mode_controls() 674 ret = __v4l2_ctrl_modify_range(gc08a3->hblank, h_blank, h_blank, 1, in gc08a3_update_cur_mode_controls() 675 h_blank); in gc08a3_update_cur_mode_controls() 1074 s64 exposure_max, h_blank; in gc08a3_init_controls() local 1113 h_blank = mode->hts - mode->width; in gc08a3_init_controls() 1115 V4L2_CID_HBLANK, h_blank, h_blank, 1, in gc08a3_init_controls() 1116 h_blank); in gc08a3_init_controls()
|
| H A D | ov5670.c | 2299 s32 h_blank; in ov5670_set_pad_format() local 2332 h_blank = OV5670_FIXED_PPL - ov5670->cur_mode->width; in ov5670_set_pad_format() 2333 __v4l2_ctrl_modify_range(ov5670->hblank, h_blank, h_blank, 1, in ov5670_set_pad_format() 2334 h_blank); in ov5670_set_pad_format()
|
| /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/gpu/drm/amd/display/dc/dce/ |
| H A D | dce_stream_encoder.c | 279 uint32_t h_blank; in dce110_stream_encoder_dp_set_stream_attribute() local 472 h_blank = hw_crtc_timing.h_total - hw_crtc_timing.h_border_left - in dce110_stream_encoder_dp_set_stream_attribute() 475 h_back_porch = h_blank - hw_crtc_timing.h_front_porch - in dce110_stream_encoder_dp_set_stream_attribute()
|
| /linux/drivers/gpu/drm/gma500/ |
| H A D | psb_intel_sdvo_regs.h | 69 u8 h_blank; /**< lower 8 bits (pixels) */ member
|
| H A D | psb_intel_sdvo.c | 775 dtd->part1.h_blank = h_blank_len & 0xff; in psb_intel_sdvo_get_dtd_from_mode() 811 mode->htotal = mode->hdisplay + dtd->part1.h_blank; in psb_intel_sdvo_get_mode_from_dtd()
|