| /linux/drivers/media/i2c/ |
| H A D | ov08d10.c | 92 u32 hts; member 575 .hts = 1840, 588 .hts = 1840, 601 .hts = 1912, 646 static u64 to_pixels_per_line(const s64 *link_freq_menu, u32 hts, in to_pixels_per_line() argument 649 u64 ppl = hts * to_rate(link_freq_menu, f_index, nlanes); in to_pixels_per_line() 730 u32 hts, cur_vts, exp_cal; in ov08d10_set_exposure() local 740 hts = ((hts_h << 8) | (hts_l)); in ov08d10_set_exposure() 741 exp_cal = 66 * OV08D10_ROWCLK / hts; in ov08d10_set_exposure() 958 mode->hts, mode->link_freq_index, in ov08d10_init_controls() [all …]
|
| H A D | ov8856.c | 139 u32 hts; member 1482 .hts = 1928, 1497 .hts = 3168, 1533 .hts = 1928, 1548 .hts = 3820, 1563 .hts = 1932, 1578 .hts = 1932, 1615 static u64 to_pixels_per_line(const s64 *link_freq_menu_items, u32 hts, in to_pixels_per_line() argument 1618 u64 ppl = hts * to_rate(link_freq_menu_items, f_index, nlanes); in to_pixels_per_line() 1924 ov8856->cur_mode->hts, in ov8856_init_controls() [all …]
|
| H A D | ov9734.c | 97 u32 hts; member 314 .hts = 0x5c6, 361 static u64 to_pixels_per_line(u32 hts, u32 f_index) in to_pixels_per_line() argument 363 u64 ppl = hts * to_pixel_rate(f_index); in to_pixels_per_line() 573 h_blank = to_pixels_per_line(cur_mode->hts, cur_mode->link_freq_index); in ov9734_init_controls() 713 h_blank = to_pixels_per_line(mode->hts, mode->link_freq_index) - in ov9734_set_format()
|
| H A D | ov5675.c | 118 u32 hts; member 473 .hts = 1500, 485 .hts = 1500, 532 static u64 to_pixels_per_line(u32 hts, u32 f_index) in to_pixels_per_line() argument 534 u64 ppl = hts * to_pixel_rate(f_index); in to_pixels_per_line() 808 h_blank = to_pixels_per_line(ov5675->cur_mode->hts, in ov5675_init_controls() 1048 h_blank = to_pixels_per_line(mode->hts, mode->link_freq_index) - in ov5675_set_format()
|
| H A D | og01a1b.c | 102 u32 hts; member 413 .hts = 848, 459 static u64 to_pixels_per_line(u32 hts, u32 f_index) in to_pixels_per_line() argument 461 u64 ppl = hts * to_pixel_rate(f_index); in to_pixels_per_line() 644 h_blank = to_pixels_per_line(og01a1b->cur_mode->hts, in og01a1b_init_controls() 791 h_blank = to_pixels_per_line(mode->hts, mode->link_freq_index) - in og01a1b_set_format()
|
| H A D | ov02e10.c | 93 u32 hts; member 212 .hts = 534, 271 static u64 to_pixels_per_line(u32 hts, u32 f_index) in to_pixels_per_line() argument 273 u64 ppl = hts * to_pixel_rate(f_index); in to_pixels_per_line() 407 h_blank = mode->hts - mode->width; in ov02e10_init_controls() 635 h_blank = to_pixels_per_line(mode->hts, ov02e10->link_freq_index); in ov02e10_set_format()
|
| H A D | ov02c10.c | 70 u32 hts; member 349 .hts = 2280, 529 h_blank = mode->hts - mode->width; in ov02c10_init_controls() 722 h_blank = mode->hts - mode->width; in ov02c10_set_format()
|
| H A D | ov5648.c | 593 unsigned int hts; member 714 .hts = 2816, 749 .hts = 2816, 784 .hts = 2816, 819 .hts = 1912, 857 .hts = 1912, 895 .hts = 1896, 1373 ret = ov5648_write(sensor, OV5648_HTS_H_REG, OV5648_HTS_H(mode->hts)); in ov5648_mode_configure() 1377 ret = ov5648_write(sensor, OV5648_HTS_L_REG, OV5648_HTS_L(mode->hts)); in ov5648_mode_configure()
|
| H A D | ov8865.c | 613 unsigned int hts; member 967 .hts = 3888, 1018 .hts = 3888, 1069 .hts = 1923, 1124 .hts = 1250, 1928 ret = ov8865_write(sensor, OV8865_HTS_H_REG, OV8865_HTS_H(mode->hts)); in ov8865_mode_configure() 1932 ret = ov8865_write(sensor, OV8865_HTS_L_REG, OV8865_HTS_L(mode->hts)); in ov8865_mode_configure() 2555 hblank = mode->hts - mode->output_size_x; in ov8865_ctrls_init() 2745 hblank = mode->hts - mode->output_size_x; in ov8865_set_fmt() 2851 framesize = mode->hts * (mode->output_size_y + in ov8865_get_frame_interval()
|
| H A D | gc05a2.c | 574 u32 hts; /* Horizontal timining size */ member 589 .hts = 3664, 601 .hts = 3616, 699 h_blank = mode->hts - mode->width; in gc05a2_update_cur_mode_controls() 1170 h_blank = mode->hts - mode->width; in gc05a2_init_controls()
|
| H A D | gc08a3.c | 549 u32 hts; /* Horizontal timining size */ member 564 .hts = 3640, 576 .hts = 3640, 674 h_blank = mode->hts - mode->width; in gc08a3_update_cur_mode_controls() 1114 h_blank = mode->hts - mode->width; in gc08a3_init_controls()
|
| H A D | ov2740.c | 119 u32 hts; member 493 .hts = 2160, 509 .hts = 2160, 798 h_blank = ov2740->cur_mode->hts - ov2740->cur_mode->width; in ov2740_init_controls() 1055 h_blank = mode->hts - mode->width; in ov2740_set_format()
|
| H A D | ov5640.c | 1925 u16 hts; in ov5640_get_hts() local 1928 ret = ov5640_read_reg16(sensor, OV5640_REG_TIMING_HTS, &hts); in ov5640_get_hts() 1931 return hts; in ov5640_get_hts()
|
| /linux/drivers/media/platform/arm/mali-c55/ |
| H A D | mali-c55-tpg.c | 46 unsigned int hts; in mali_c55_tpg_update_vblank() local 49 hts = format->width + MALI_C55_TPG_FIXED_HBLANK; in mali_c55_tpg_update_vblank() 59 min_vblank = 15 + (120501 / hts); in mali_c55_tpg_update_vblank() 67 tgt_fps = MALI_C55_TPG_PIXEL_RATE / hts / (format->height + min_vblank); in mali_c55_tpg_update_vblank() 72 def_vblank = (MALI_C55_TPG_PIXEL_RATE / hts in mali_c55_tpg_update_vblank()
|
| /linux/drivers/media/platform/renesas/rzv2h-ivc/ |
| H A D | rzv2h-ivc-video.c | 27 #define RZV2H_IVC_MIN_VBLANK(hts) max(0x1b, 15 + (120501 / (hts))) argument 213 unsigned int hts; in rzv2h_ivc_format_configure() local 235 hts = pix->width + RZV2H_IVC_FIXED_HBLANK; in rzv2h_ivc_format_configure() 236 vblank = RZV2H_IVC_MIN_VBLANK(hts); in rzv2h_ivc_format_configure()
|
| /linux/drivers/platform/x86/ |
| H A D | intel_ips.c | 707 u32 hts = thm_readl(THM_HTS); in update_turbo_limits() local 709 ips->cpu_turbo_enabled = !(hts & HTS_PCTD_DIS); in update_turbo_limits() 717 ips->gpu_turbo_enabled = !(hts & HTS_GTD_DIS); in update_turbo_limits() 1426 u32 hts; in ips_probe() local 1559 hts = (ips->core_power_limit << HTS_PCPL_SHIFT) | in ips_probe() 1564 thm_writel(THM_HTS, hts); in ips_probe()
|
| /linux/drivers/staging/media/atomisp/i2c/ |
| H A D | atomisp-ov2722.c | 260 u16 hts, vts; in __ov2722_set_exposure() local 270 hts = dev->pixels_per_line; in __ov2722_set_exposure() 285 OV2722_HTS_H, hts); in __ov2722_set_exposure()
|