Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/i2c/
Dov8856.c132 u32 hts; member
1443 .hts = 1928,
1457 .hts = 3168,
1492 .hts = 1928,
1506 .hts = 3820,
1520 .hts = 1932,
1534 .hts = 1932,
1570 static u64 to_pixels_per_line(const s64 *link_freq_menu_items, u32 hts, in to_pixels_per_line() argument
1573 u64 ppl = hts * to_rate(link_freq_menu_items, f_index, nlanes); in to_pixels_per_line()
1869 ov8856->cur_mode->hts, in ov8856_init_controls()
[all …]
Dov5675.c98 u32 hts; member
453 .hts = 1500,
465 .hts = 1500,
507 static u64 to_pixels_per_line(u32 hts, u32 f_index) in to_pixels_per_line() argument
509 u64 ppl = hts * to_pixel_rate(f_index); in to_pixels_per_line()
765 h_blank = to_pixels_per_line(ov5675->cur_mode->hts, in ov5675_init_controls()
955 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,
364 static u64 to_pixels_per_line(u32 hts, u32 f_index) in to_pixels_per_line() argument
366 u64 ppl = hts * to_pixel_rate(f_index); in to_pixels_per_line()
582 h_blank = to_pixels_per_line(cur_mode->hts, cur_mode->link_freq_index); in ov2740_init_controls()
864 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.c585 unsigned int hts; member
893 .hts = 1944,
949 .hts = 2582,
1005 .hts = 1923,
1065 .hts = 1250,
1870 ret = ov8865_write(sensor, OV8865_HTS_H_REG, OV8865_HTS_H(mode->hts)); in ov8865_mode_configure()
1874 ret = ov8865_write(sensor, OV8865_HTS_L_REG, OV8865_HTS_L(mode->hts)); in ov8865_mode_configure()
Dov5640.c1349 u16 hts; in ov5640_get_hts() local
1352 ret = ov5640_read_reg16(sensor, OV5640_REG_TIMING_HTS, &hts); in ov5640_get_hts()
1355 return hts; in ov5640_get_hts()
/Linux-v5.15/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-v5.15/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-v5.15/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-v5.15/drivers/staging/media/atomisp/include/linux/
Datomisp.h672 u16 hts; member