/linux/drivers/media/i2c/ |
H A D | ov08d10.c | 92 u32 hts; member 574 .hts = 1840, 587 .hts = 1840, 600 .hts = 1912, 645 static u64 to_pixels_per_line(const s64 *link_freq_menu, u32 hts, in to_pixels_per_line() argument 648 u64 ppl = hts * to_rate(link_freq_menu, f_index, nlanes); in to_pixels_per_line() 729 u32 hts, cur_vts, exp_cal; in ov08d10_set_exposure() local 739 hts = ((hts_h << 8) | (hts_l)); in ov08d10_set_exposure() 740 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 | ov5675.c | 117 u32 hts; member 472 .hts = 1500, 484 .hts = 1500, 529 static u64 to_pixels_per_line(u32 hts, u32 f_index) in to_pixels_per_line() argument 531 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() 1053 h_blank = to_pixels_per_line(mode->hts, mode->link_freq_index) - in ov5675_set_format()
|
H A D | ov5647.c | 93 int hts; member 523 .hts = 2844, 544 .hts = 2416, 565 .hts = 1896, 586 .hts = 1852, 1016 hblank = mode->hts - mode->format.width; in ov5647_set_pad_fmt() 1324 hblank = sensor->mode->hts - sensor->mode->format.width; in ov5647_init_controls()
|
H A D | og01a1b.c | 101 u32 hts; member 412 .hts = 848, 457 static u64 to_pixels_per_line(u32 hts, u32 f_index) in to_pixels_per_line() argument 459 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() 795 h_blank = to_pixels_per_line(mode->hts, mode->link_freq_index) - in og01a1b_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() 2563 hblank = mode->hts - mode->output_size_x; in ov8865_ctrls_init() 2753 hblank = mode->hts - mode->output_size_x; in ov8865_set_fmt() 2859 framesize = mode->hts * (mode->output_size_y + in ov8865_get_frame_interval()
|
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 | 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 | 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/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()
|