Searched refs:output_h (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/drivers/media/i2c/ |
D | rj54n1cb0c.c | 550 int output_w, output_h, input_w = rect->width, input_h = rect->height; in rj54n1_set_selection() local 562 output_h = (input_h * 1024 + rj54n1->resize / 2) / rj54n1->resize; in rj54n1_set_selection() 565 input_w, input_h, rj54n1->resize, output_w, output_h); in rj54n1_set_selection() 567 ret = rj54n1_sensor_scale(sd, &input_w, &input_h, &output_w, &output_h); in rj54n1_set_selection() 572 rj54n1->height = output_h; in rj54n1_set_selection() 639 output_w = *out_w, output_h = *out_h; in rj54n1_sensor_scale() local 662 if (output_h > max(384U, input_h / 2)) { in rj54n1_sensor_scale() 663 if (2 * output_h > RJ54N1_MAX_HEIGHT) { in rj54n1_sensor_scale() 665 output_h = RJ54N1_MAX_HEIGHT / 2; in rj54n1_sensor_scale() 667 input_h = output_h * 2; in rj54n1_sensor_scale() [all …]
|
/linux-5.19.10/drivers/char/hw_random/ |
D | ks-sa-rng.c | 75 u32 output_h; member 172 data[1] = readl(&ks_sa_rng->reg_rng->output_h); in ks_sa_rng_data_read()
|
/linux-5.19.10/drivers/gpu/drm/arm/ |
D | malidp_crtc.c | 301 s->output_h = pstate->crtc_h; in malidp_crtc_atomic_check_scaling() 317 ((phase << SE_N_PHASE) / s->output_h + 1) / 2; in malidp_crtc_atomic_check_scaling() 321 s->v_delta_phase = phase / s->output_h; in malidp_crtc_atomic_check_scaling()
|
D | malidp_hw.c | 498 a = 15 * input_size / (htotal * se_config->output_h); in malidp500_se_calc_mclk() 835 (se_config->output_h - in malidp550_se_calc_mclk() 836 min(se_config->input_h, se_config->output_h)); in malidp550_se_calc_mclk() 837 denominator = (htotal - 2) * se_config->output_h; in malidp550_se_calc_mclk()
|
D | malidp_hw.h | 88 u16 output_w, output_h; member
|
D | malidp_drv.c | 156 val = MALIDP_SE_SET_V_SIZE(s->output_h) | in malidp_atomic_commit_se_config()
|