Home
last modified time | relevance | path

Searched refs:hts (Results 1 – 14 of 14) sorted by relevance

/linux-6.1.9/drivers/media/i2c/
Dov08d10.c92 u32 hts; member
577 .hts = 1840,
590 .hts = 1840,
603 .hts = 1912,
648 static u64 to_pixels_per_line(const s64 *link_freq_menu, u32 hts, in to_pixels_per_line() argument
651 u64 ppl = hts * to_rate(link_freq_menu, f_index, nlanes); in to_pixels_per_line()
732 u32 hts, cur_vts, exp_cal; in ov08d10_set_exposure() local
742 hts = ((hts_h << 8) | (hts_l)); in ov08d10_set_exposure()
743 exp_cal = 66 * OV08D10_ROWCLK / hts; in ov08d10_set_exposure()
961 mode->hts, mode->link_freq_index, in ov08d10_init_controls()
[all …]
Dov8856.c138 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()
1967 ov8856->cur_mode->hts, in ov8856_init_controls()
[all …]
Dog01a1b.c98 u32 hts; member
409 .hts = 848,
451 static u64 to_pixels_per_line(u32 hts, u32 f_index) in to_pixels_per_line() argument
453 u64 ppl = hts * to_pixel_rate(f_index); in to_pixels_per_line()
638 h_blank = to_pixels_per_line(og01a1b->cur_mode->hts, in og01a1b_init_controls()
833 h_blank = to_pixels_per_line(mode->hts, mode->link_freq_index) - in og01a1b_set_format()
Dov5675.c105 u32 hts; member
460 .hts = 1500,
472 .hts = 1500,
517 static u64 to_pixels_per_line(u32 hts, u32 f_index) in to_pixels_per_line() argument
519 u64 ppl = hts * to_pixel_rate(f_index); in to_pixels_per_line()
794 h_blank = to_pixels_per_line(ov5675->cur_mode->hts, in ov5675_init_controls()
1013 h_blank = to_pixels_per_line(mode->hts, mode->link_freq_index) - in ov5675_set_format()
Dov9734.c95 u32 hts; member
312 .hts = 0x5c6,
359 static u64 to_pixels_per_line(u32 hts, u32 f_index) in to_pixels_per_line() argument
361 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()
759 h_blank = to_pixels_per_line(mode->hts, mode->link_freq_index) - in ov9734_set_format()
Dov5647.c92 int hts; member
509 .hts = 2844,
530 .hts = 2416,
551 .hts = 1896,
572 .hts = 1852,
1001 hblank = mode->hts - mode->format.width; in ov5647_set_pad_fmt()
1305 hblank = sensor->mode->hts - sensor->mode->format.width; in ov5647_init_controls()
Dov2740.c112 u32 hts; member
314 .hts = 1080,
367 static u64 to_pixels_per_line(u32 hts, u32 f_index) in to_pixels_per_line() argument
369 u64 ppl = hts * to_pixel_rate(f_index); in to_pixels_per_line()
609 h_blank = to_pixels_per_line(cur_mode->hts, cur_mode->link_freq_index); in ov2740_init_controls()
895 h_blank = to_pixels_per_line(mode->hts, mode->link_freq_index) - in ov2740_set_format()
Dov5648.c593 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()
Dov8865.c613 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()
2654 framesize = mode->hts * (mode->output_size_y + in ov8865_g_frame_interval()
2778 hblank = mode->hts - mode->output_size_x; in ov8865_set_fmt()
Dov5640.c1914 u16 hts; in ov5640_get_hts() local
1917 ret = ov5640_read_reg16(sensor, OV5640_REG_TIMING_HTS, &hts); in ov5640_get_hts()
1920 return hts; in ov5640_get_hts()
/linux-6.1.9/drivers/platform/x86/
Dintel_ips.c700 u32 hts = thm_readl(THM_HTS); in update_turbo_limits() local
702 ips->cpu_turbo_enabled = !(hts & HTS_PCTD_DIS); in update_turbo_limits()
710 ips->gpu_turbo_enabled = !(hts & HTS_GTD_DIS); in update_turbo_limits()
1442 u32 hts; in ips_probe() local
1575 hts = (ips->core_power_limit << HTS_PCPL_SHIFT) | in ips_probe()
1580 thm_writel(THM_HTS, hts); in ips_probe()
/linux-6.1.9/drivers/staging/media/atomisp/i2c/ov5693/
Datomisp-ov5693.c541 u16 vts, hts; in __ov5693_set_exposure() local
544 hts = ov5693_res[dev->fmt_idx].pixels_per_line; in __ov5693_set_exposure()
552 hts = hts * 2; in __ov5693_set_exposure()
565 OV5693_TIMING_HTS_H, (hts >> 8) & 0xFF); in __ov5693_set_exposure()
573 OV5693_TIMING_HTS_L, hts & 0xFF); in __ov5693_set_exposure()
/linux-6.1.9/drivers/staging/media/atomisp/i2c/
Datomisp-ov2722.c398 u16 hts, vts; in __ov2722_set_exposure() local
408 hts = dev->pixels_per_line; in __ov2722_set_exposure()
423 OV2722_HTS_H, hts); in __ov2722_set_exposure()
/linux-6.1.9/drivers/staging/media/atomisp/include/linux/
Datomisp.h672 u16 hts; member