Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/freescale/fs_enet/
Dmii-fec.c122 goto out_res; in fs_enet_mdio_probe()
175 out_res: in fs_enet_mdio_probe()
/linux-6.12.1/drivers/staging/media/atomisp/pci/
Datomisp_cmd.c1748 struct atomisp_resolution eff_res, out_res; in atomisp_calculate_real_zoom_region() local
1752 memset(&out_res, 0, sizeof(out_res)); in atomisp_calculate_real_zoom_region()
1809 out_res.width = stream_env->pipe_configs[css_pipe_id].output_info[0].res.width; in atomisp_calculate_real_zoom_region()
1810 out_res.height = stream_env->pipe_configs[css_pipe_id].output_info[0].res.height; in atomisp_calculate_real_zoom_region()
1811 if (out_res.width == 0 || out_res.height == 0) { in atomisp_calculate_real_zoom_region()
1817 out_res.width = stream_env->pipe_configs[css_pipe_id].output_info[0].res.width; in atomisp_calculate_real_zoom_region()
1818 out_res.height = stream_env->pipe_configs[css_pipe_id].output_info[0].res.height; in atomisp_calculate_real_zoom_region()
1819 if (out_res.width == 0 || out_res.height == 0) { in atomisp_calculate_real_zoom_region()
1825 if (asd->sensor_array_res.width * out_res.height in atomisp_calculate_real_zoom_region()
1826 < out_res.width * asd->sensor_array_res.height) { in atomisp_calculate_real_zoom_region()
[all …]
Dsh_css.c231 const struct ia_css_resolution out_res);
5778 const struct ia_css_resolution out_res) in need_downscaling() argument
5780 if (in_res.width > out_res.width || in_res.height > out_res.height) in need_downscaling()
5790 struct ia_css_resolution in_res, out_res; in need_yuv_scaler_stage() local
5813 out_res = pipe->output_info[i].res; in need_yuv_scaler_stage()
5816 if ((out_res.width != 0) && need_downscaling(in_res, out_res)) in need_yuv_scaler_stage()
/linux-6.12.1/drivers/video/fbdev/
Dsh7760fb.c470 goto out_res; in sh7760fb_probe()
550 out_res: in sh7760fb_probe()