Home
last modified time | relevance | path

Searched refs:out_res (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/freescale/fs_enet/
Dmii-fec.c128 goto out_res; in fs_enet_mdio_probe()
181 out_res: in fs_enet_mdio_probe()
/Linux-v6.1/drivers/staging/media/atomisp/pci/
Datomisp_cmd.c2566 struct atomisp_resolution eff_res, out_res; in atomisp_calculate_real_zoom_region() local
2570 memset(&out_res, 0, sizeof(out_res)); in atomisp_calculate_real_zoom_region()
2627 out_res.width = stream_env->pipe_configs[css_pipe_id].output_info[0].res.width; in atomisp_calculate_real_zoom_region()
2628 out_res.height = stream_env->pipe_configs[css_pipe_id].output_info[0].res.height; in atomisp_calculate_real_zoom_region()
2629 if (out_res.width == 0 || out_res.height == 0) { in atomisp_calculate_real_zoom_region()
2635 out_res.width = stream_env->pipe_configs[css_pipe_id].output_info[0].res.width; in atomisp_calculate_real_zoom_region()
2636 out_res.height = stream_env->pipe_configs[css_pipe_id].output_info[0].res.height; in atomisp_calculate_real_zoom_region()
2637 if (out_res.width == 0 || out_res.height == 0) { in atomisp_calculate_real_zoom_region()
2643 if (asd->sensor_array_res.width * out_res.height in atomisp_calculate_real_zoom_region()
2644 < out_res.width * asd->sensor_array_res.height) { in atomisp_calculate_real_zoom_region()
[all …]
Dsh_css.c245 const struct ia_css_resolution out_res);
6189 const struct ia_css_resolution out_res) in need_downscaling() argument
6191 if (in_res.width > out_res.width || in_res.height > out_res.height) in need_downscaling()
6201 struct ia_css_resolution in_res, out_res; in need_yuv_scaler_stage() local
6224 out_res = pipe->output_info[i].res; in need_yuv_scaler_stage()
6227 if ((out_res.width != 0) && need_downscaling(in_res, out_res)) in need_yuv_scaler_stage()
/Linux-v6.1/drivers/video/fbdev/
Dsh7760fb.c470 goto out_res; in sh7760fb_probe()
550 out_res: in sh7760fb_probe()