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

/linux-master/drivers/net/ethernet/freescale/fs_enet/
H A Dmii-fec.c125 goto out_res;
178 out_res:
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_cmd.c1842 struct atomisp_resolution eff_res, out_res; local
1846 memset(&out_res, 0, sizeof(out_res));
1903 out_res.width = stream_env->pipe_configs[css_pipe_id].output_info[0].res.width;
1904 out_res.height = stream_env->pipe_configs[css_pipe_id].output_info[0].res.height;
1905 if (out_res.width == 0 || out_res.height == 0) {
1911 out_res.width = stream_env->pipe_configs[css_pipe_id].output_info[0].res.width;
1912 out_res.height = stream_env->pipe_configs[css_pipe_id].output_info[0].res.height;
1913 if (out_res
[all...]
H A Dsh_css.c231 const struct ia_css_resolution out_res);
5897 const struct ia_css_resolution out_res)
5899 if (in_res.width > out_res.width || in_res.height > out_res.height)
5909 struct ia_css_resolution in_res, out_res; local
5932 out_res = pipe->output_info[i].res;
5935 if ((out_res.width != 0) && need_downscaling(in_res, out_res))
5896 need_downscaling(const struct ia_css_resolution in_res, const struct ia_css_resolution out_res) argument
/linux-master/drivers/video/fbdev/
H A Dsh7760fb.c470 goto out_res;
550 out_res:

Completed in 279 milliseconds