Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dmii-fec.c122 goto out_res; in fs_enet_mdio_probe()
175 out_res: in fs_enet_mdio_probe()
/linux/drivers/video/fbdev/
H A Dsh7760fb.c469 goto out_res; in sh7760fb_probe()
549 out_res: in sh7760fb_probe()
/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css.c223 const struct ia_css_resolution out_res);
5740 const struct ia_css_resolution out_res) in need_downscaling() argument
5742 if (in_res.width > out_res.width || in_res.height > out_res.height) in need_downscaling()
5752 struct ia_css_resolution in_res, out_res; in need_yuv_scaler_stage() local
5775 out_res = pipe->output_info[i].res; in need_yuv_scaler_stage()
5778 if ((out_res.width != 0) && need_downscaling(in_res, out_res)) in need_yuv_scaler_stage()