| /drivers/media/i2c/ |
| A D | ov08d10.c | 92 u32 hts; member 574 .hts = 1840, 587 .hts = 1840, 600 .hts = 1912, 645 static u64 to_pixels_per_line(const s64 *link_freq_menu, u32 hts, in to_pixels_per_line() argument 648 u64 ppl = hts * to_rate(link_freq_menu, f_index, nlanes); in to_pixels_per_line() 729 u32 hts, cur_vts, exp_cal; in ov08d10_set_exposure() local 739 hts = ((hts_h << 8) | (hts_l)); in ov08d10_set_exposure() 740 exp_cal = 66 * OV08D10_ROWCLK / hts; in ov08d10_set_exposure() 958 mode->hts, mode->link_freq_index, in ov08d10_init_controls() [all …]
|
| A D | ov8856.c | 138 u32 hts; member 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, in to_pixels_per_line() argument 1615 u64 ppl = hts * to_rate(link_freq_menu_items, f_index, nlanes); in to_pixels_per_line() 1924 ov8856->cur_mode->hts, in ov8856_init_controls() [all …]
|
| A D | ov9734.c | 95 u32 hts; member 312 .hts = 0x5c6, 356 static u64 to_pixels_per_line(u32 hts, u32 f_index) in to_pixels_per_line() argument 358 u64 ppl = hts * to_pixel_rate(f_index); in to_pixels_per_line() 570 h_blank = to_pixels_per_line(cur_mode->hts, cur_mode->link_freq_index); in ov9734_init_controls() 714 h_blank = to_pixels_per_line(mode->hts, mode->link_freq_index) - in ov9734_set_format()
|
| A D | ov5675.c | 117 u32 hts; member 472 .hts = 1500, 484 .hts = 1500, 529 static u64 to_pixels_per_line(u32 hts, u32 f_index) in to_pixels_per_line() argument 531 u64 ppl = hts * to_pixel_rate(f_index); in to_pixels_per_line() 808 h_blank = to_pixels_per_line(ov5675->cur_mode->hts, in ov5675_init_controls() 1053 h_blank = to_pixels_per_line(mode->hts, mode->link_freq_index) - in ov5675_set_format()
|
| A D | ov02e10.c | 93 u32 hts; member 212 .hts = 534, 269 static u64 to_pixels_per_line(u32 hts, u32 f_index) in to_pixels_per_line() argument 271 u64 ppl = hts * to_pixel_rate(f_index); in to_pixels_per_line() 407 h_blank = mode->hts - mode->width; in ov02e10_init_controls() 637 h_blank = to_pixels_per_line(mode->hts, ov02e10->link_freq_index); in ov02e10_set_format()
|
| A D | ov5647.c | 93 int hts; member 523 .hts = 2844, 544 .hts = 2416, 565 .hts = 1896, 586 .hts = 1852, 1016 hblank = mode->hts - mode->format.width; in ov5647_set_pad_fmt() 1324 hblank = sensor->mode->hts - sensor->mode->format.width; in ov5647_init_controls()
|
| A D | og01a1b.c | 101 u32 hts; member 412 .hts = 848, 457 static u64 to_pixels_per_line(u32 hts, u32 f_index) in to_pixels_per_line() argument 459 u64 ppl = hts * to_pixel_rate(f_index); in to_pixels_per_line() 644 h_blank = to_pixels_per_line(og01a1b->cur_mode->hts, in og01a1b_init_controls() 795 h_blank = to_pixels_per_line(mode->hts, mode->link_freq_index) - in og01a1b_set_format()
|
| A D | ov01a10.c | 95 u32 hts; member 265 .hts = OV01A10_HTS_DEF, 557 h_blank = cur_mode->hts - cur_mode->width; in ov01a10_init_controls() 720 h_blank = mode->hts - mode->width; in ov01a10_set_format()
|
| A D | ov02c10.c | 71 u32 hts; member 354 .hts = 2280, 520 h_blank = mode->hts - mode->width; in ov02c10_init_controls() 708 h_blank = mode->hts - mode->width; in ov02c10_set_format()
|
| A 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()
|
| A 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() 2753 hblank = mode->hts - mode->output_size_x; in ov8865_set_fmt() 2859 framesize = mode->hts * (mode->output_size_y + in ov8865_get_frame_interval()
|
| A D | ov2740.c | 119 u32 hts; member 493 .hts = 2160, 509 .hts = 2160, 800 h_blank = ov2740->cur_mode->hts - ov2740->cur_mode->width; in ov2740_init_controls() 1061 h_blank = mode->hts - mode->width; in ov2740_set_format()
|
| A D | gc05a2.c | 574 u32 hts; /* Horizontal timining size */ member 589 .hts = 3664, 601 .hts = 3616, 699 h_blank = mode->hts - mode->width; in gc05a2_update_cur_mode_controls() 1170 h_blank = mode->hts - mode->width; in gc05a2_init_controls()
|
| A D | gc08a3.c | 549 u32 hts; /* Horizontal timining size */ member 564 .hts = 3640, 576 .hts = 3640, 674 h_blank = mode->hts - mode->width; in gc08a3_update_cur_mode_controls() 1114 h_blank = mode->hts - mode->width; in gc08a3_init_controls()
|
| A 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()
|
| /drivers/platform/x86/ |
| 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()
|
| /drivers/staging/media/atomisp/i2c/ |
| 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()
|