Searched refs:hts (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/media/i2c/ |
| H A D | ov5675.c | 117 u32 hts; member 472 .hts = 1500, 484 .hts = 1500, 531 static u64 to_pixels_per_line(u32 hts, u32 f_index) in to_pixels_per_line() argument 533 u64 ppl = hts * to_pixel_rate(f_index); in to_pixels_per_line() 807 h_blank = to_pixels_per_line(ov5675->cur_mode->hts, in ov5675_init_controls() 1047 h_blank = to_pixels_per_line(mode->hts, mode->link_freq_index) - in ov5675_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 | gc05a2.c | 573 u32 hts; /* Horizontal timining size */ member 588 .hts = 3664, 600 .hts = 3616, 698 h_blank = mode->hts - mode->width; in gc05a2_update_cur_mode_controls() 1169 h_blank = mode->hts - mode->width; in gc05a2_init_controls()
|
| H A D | gc08a3.c | 548 u32 hts; /* Horizontal timining size */ member 563 .hts = 3640, 575 .hts = 3640, 673 h_blank = mode->hts - mode->width; in gc08a3_update_cur_mode_controls() 1113 h_blank = mode->hts - mode->width; in gc08a3_init_controls()
|
| H A D | ov8865.c | 612 unsigned int hts; member 966 .hts = 3888, 1017 .hts = 3888, 1068 .hts = 1923, 1123 .hts = 1250, 1927 ret = ov8865_write(sensor, OV8865_HTS_H_REG, OV8865_HTS_H(mode->hts)); in ov8865_mode_configure() 1931 ret = ov8865_write(sensor, OV8865_HTS_L_REG, OV8865_HTS_L(mode->hts)); in ov8865_mode_configure() 2554 hblank = mode->hts - mode->output_size_x; in ov8865_ctrls_init() 2758 hblank = mode->hts - mode->output_size_x; in ov8865_set_fmt() 2864 framesize = mode->hts * (mode->output_size_y + in ov8865_get_frame_interval()
|
| H A D | ov5640.c | 1924 u16 hts; in ov5640_get_hts() local 1927 ret = ov5640_read_reg16(sensor, OV5640_REG_TIMING_HTS, &hts); in ov5640_get_hts() 1930 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()
|
| /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()
|