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

/linux-master/drivers/media/i2c/
H A Dov08d10.c92 u32 hts; member in struct:ov08d10_mode
574 .hts = 1840,
587 .hts = 1840,
600 .hts = 1912,
645 static u64 to_pixels_per_line(const s64 *link_freq_menu, u32 hts, argument
648 u64 ppl = hts * to_rate(link_freq_menu, f_index, nlanes);
729 u32 hts, cur_vts, exp_cal; local
739 hts = ((hts_h << 8) | (hts_l));
740 exp_cal = 66 * OV08D10_ROWCLK / hts;
958 mode->hts, mod
[all...]
H A Dog01a1b.c98 u32 hts; member in struct:og01a1b_mode
409 .hts = 848,
448 static u64 to_pixels_per_line(u32 hts, u32 f_index) argument
450 u64 ppl = hts * to_pixel_rate(f_index);
635 h_blank = to_pixels_per_line(og01a1b->cur_mode->hts,
786 h_blank = to_pixels_per_line(mode->hts, mode->link_freq_index) -
H A Dov9734.c95 u32 hts; member in struct:ov9734_mode
312 .hts = 0x5c6,
356 static u64 to_pixels_per_line(u32 hts, u32 f_index) argument
358 u64 ppl = hts * to_pixel_rate(f_index);
570 h_blank = to_pixels_per_line(cur_mode->hts, cur_mode->link_freq_index);
714 h_blank = to_pixels_per_line(mode->hts, mode->link_freq_index) -
H A Dov5675.c117 u32 hts; member in struct:ov5675_mode
472 .hts = 1500,
484 .hts = 1500,
529 static u64 to_pixels_per_line(u32 hts, u32 f_index) argument
531 u64 ppl = hts * to_pixel_rate(f_index);
808 h_blank = to_pixels_per_line(ov5675->cur_mode->hts,
1053 h_blank = to_pixels_per_line(mode->hts, mode->link_freq_index) -
H A Dov5647.c93 int hts; member in struct:ov5647_mode
523 .hts = 2844,
544 .hts = 2416,
565 .hts = 1896,
586 .hts = 1852,
1016 hblank = mode->hts - mode->format.width;
1324 hblank = sensor->mode->hts - sensor->mode->format.width;
H A Dov8856.c138 u32 hts; member in struct:ov8856_mode
1479 .hts = 1928,
1494 .hts = 3168,
1530 .hts = 1928,
1545 .hts = 3820,
1560 .hts = 1932,
1575 .hts = 1932,
1612 static u64 to_pixels_per_line(const s64 *link_freq_menu_items, u32 hts, argument
1615 u64 ppl = hts * to_rate(link_freq_menu_items, f_index, nlanes);
1924 ov8856->cur_mode->hts,
[all...]
H A Dov01a10.c96 u32 hts; member in struct:ov01a10_mode
266 .hts = OV01A10_HTS_DEF,
558 h_blank = cur_mode->hts - cur_mode->width;
721 h_blank = mode->hts - mode->width;
H A Dov8865.c613 unsigned int hts; member in struct:ov8865_mode
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));
1932 ret = ov8865_write(sensor, OV8865_HTS_L_REG, OV8865_HTS_L(mode->hts));
2563 hblank = mode->hts - mode->output_size_x;
2753 hblank = mode->hts - mode->output_size_x;
2859 framesize = mode->hts * (mod
[all...]
H A Dov2740.c112 u32 hts; member in struct:ov2740_mode
486 .hts = 2160,
502 .hts = 2160,
790 h_blank = cur_mode->hts - cur_mode->width;
1042 h_blank = mode->hts - mode->width;
H A Dov5648.c593 unsigned int hts; member in struct:ov5648_mode
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));
1377 ret = ov5648_write(sensor, OV5648_HTS_L_REG, OV5648_HTS_L(mode->hts));
H A Dov2680.c146 u16 hts; member in struct:ov2680_mode
369 sensor->mode.hts = OV2680_PIXELS_PER_LINE;
405 sensor->mode.hts, &ret);
H A Dov5640.c1925 u16 hts; local
1928 ret = ov5640_read_reg16(sensor, OV5640_REG_TIMING_HTS, &hts);
1931 return hts;
/linux-master/drivers/platform/x86/
H A Dintel_ips.c706 u32 hts = thm_readl(THM_HTS); local
708 ips->cpu_turbo_enabled = !(hts & HTS_PCTD_DIS);
716 ips->gpu_turbo_enabled = !(hts & HTS_GTD_DIS);
1425 u32 hts; local
1558 hts = (ips->core_power_limit << HTS_PCPL_SHIFT) |
1563 thm_writel(THM_HTS, hts);
/linux-master/drivers/staging/media/atomisp/i2c/
H A Datomisp-ov2722.c270 u16 hts, vts; local
280 hts = dev->pixels_per_line;
295 OV2722_HTS_H, hts);

Completed in 312 milliseconds