Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/freescale/fs_enet/
Dmii-fec.c129 goto out_res; in fs_enet_mdio_probe()
182 out_res: in fs_enet_mdio_probe()
/Linux-v6.6/drivers/staging/media/atomisp/pci/
Datomisp_cmd.c1864 struct atomisp_resolution eff_res, out_res; in atomisp_calculate_real_zoom_region() local
1868 memset(&out_res, 0, sizeof(out_res)); in atomisp_calculate_real_zoom_region()
1925 out_res.width = stream_env->pipe_configs[css_pipe_id].output_info[0].res.width; in atomisp_calculate_real_zoom_region()
1926 out_res.height = stream_env->pipe_configs[css_pipe_id].output_info[0].res.height; in atomisp_calculate_real_zoom_region()
1927 if (out_res.width == 0 || out_res.height == 0) { in atomisp_calculate_real_zoom_region()
1933 out_res.width = stream_env->pipe_configs[css_pipe_id].output_info[0].res.width; in atomisp_calculate_real_zoom_region()
1934 out_res.height = stream_env->pipe_configs[css_pipe_id].output_info[0].res.height; in atomisp_calculate_real_zoom_region()
1935 if (out_res.width == 0 || out_res.height == 0) { in atomisp_calculate_real_zoom_region()
1941 if (asd->sensor_array_res.width * out_res.height in atomisp_calculate_real_zoom_region()
1942 < out_res.width * asd->sensor_array_res.height) { in atomisp_calculate_real_zoom_region()
[all …]
Dsh_css.c235 const struct ia_css_resolution out_res);
5944 const struct ia_css_resolution out_res) in need_downscaling() argument
5946 if (in_res.width > out_res.width || in_res.height > out_res.height) in need_downscaling()
5956 struct ia_css_resolution in_res, out_res; in need_yuv_scaler_stage() local
5979 out_res = pipe->output_info[i].res; in need_yuv_scaler_stage()
5982 if ((out_res.width != 0) && need_downscaling(in_res, out_res)) in need_yuv_scaler_stage()
/Linux-v6.6/drivers/video/fbdev/
Dsh7760fb.c470 goto out_res; in sh7760fb_probe()
550 out_res: in sh7760fb_probe()