/linux-6.6.21/drivers/media/i2c/ |
D | ov08d10.c | 92 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 …]
|
D | ov8856.c | 138 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() 1927 ov8856->cur_mode->hts, in ov8856_init_controls() [all …]
|
D | og01a1b.c | 98 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()
|
D | ov9734.c | 95 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()
|
D | ov5647.c | 93 int hts; member 524 .hts = 2844, 545 .hts = 2416, 566 .hts = 1896, 587 .hts = 1852, 1022 hblank = mode->hts - mode->format.width; in ov5647_set_pad_fmt() 1330 hblank = sensor->mode->hts - sensor->mode->format.width; in ov5647_init_controls()
|
D | ov5675.c | 117 u32 hts; member 472 .hts = 1500, 484 .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() 811 h_blank = to_pixels_per_line(ov5675->cur_mode->hts, in ov5675_init_controls() 1096 h_blank = to_pixels_per_line(mode->hts, mode->link_freq_index) - in ov5675_set_format()
|
D | ov2740.c | 111 u32 hts; member 313 .hts = 1080, 366 static u64 to_pixels_per_line(u32 hts, u32 f_index) in to_pixels_per_line() argument 368 u64 ppl = hts * to_pixel_rate(f_index); in to_pixels_per_line() 608 h_blank = to_pixels_per_line(cur_mode->hts, cur_mode->link_freq_index); in ov2740_init_controls() 890 h_blank = to_pixels_per_line(mode->hts, mode->link_freq_index) - in ov2740_set_format()
|
D | ov08x40.c | 130 u32 hts; member 2395 .hts = 640, 2408 .hts = 720, 2852 h_blank = ov08x->cur_mode->hts; in ov08x40_set_pad_format() 3078 hblank = ov08x->cur_mode->hts; in ov08x40_init_controls()
|
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()
|
D | ov01a10.c | 96 u32 hts; member 266 .hts = OV01A10_HTS_DEF, 561 h_blank = cur_mode->hts - cur_mode->width; in ov01a10_init_controls() 769 h_blank = mode->hts - mode->width; in ov01a10_set_format()
|
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() 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()
|
D | ov2680.c | 146 u16 hts; member 369 sensor->mode.hts = OV2680_PIXELS_PER_LINE; in ov2680_calc_mode() 405 sensor->mode.hts, &ret); in ov2680_set_mode()
|
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-6.6.21/drivers/platform/x86/ |
D | intel_ips.c | 700 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.6.21/drivers/staging/media/atomisp/i2c/ov5693/ |
D | atomisp-ov5693.c | 424 u16 vts, hts; in __ov5693_set_exposure() local 427 hts = ov5693_res[dev->fmt_idx].pixels_per_line; in __ov5693_set_exposure() 435 hts = hts * 2; in __ov5693_set_exposure() 448 OV5693_TIMING_HTS_H, (hts >> 8) & 0xFF); in __ov5693_set_exposure() 456 OV5693_TIMING_HTS_L, hts & 0xFF); in __ov5693_set_exposure()
|
/linux-6.6.21/drivers/staging/media/atomisp/i2c/ |
D | atomisp-ov2722.c | 270 u16 hts, vts; in __ov2722_set_exposure() local 280 hts = dev->pixels_per_line; in __ov2722_set_exposure() 295 OV2722_HTS_H, hts); in __ov2722_set_exposure()
|