Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/drivers/staging/media/atomisp/pci/
H A Datomisp_cmd.c1737 struct atomisp_resolution eff_res, out_res; in atomisp_calculate_real_zoom_region() local
1741 memset(&out_res, 0, sizeof(out_res)); in atomisp_calculate_real_zoom_region()
1800 if (out_res.width == 0 || out_res.height == 0) { in atomisp_calculate_real_zoom_region()
1808 if (out_res.width == 0 || out_res.height == 0) { in atomisp_calculate_real_zoom_region()
1814 if (asd->sensor_array_res.width * out_res.height in atomisp_calculate_real_zoom_region()
1815 < out_res.width * asd->sensor_array_res.height) { in atomisp_calculate_real_zoom_region()
1818 * out_res.height / out_res.width; in atomisp_calculate_real_zoom_region()
1828 * out_res.width / out_res.height; in atomisp_calculate_real_zoom_region()
1854 * out_res.height / out_res.width; in atomisp_calculate_real_zoom_region()
1858 * out_res.width / out_res.height; in atomisp_calculate_real_zoom_region()
[all …]
H A Dsh_css.c222 const struct ia_css_resolution out_res);
5769 const struct ia_css_resolution out_res) in need_downscaling() argument
5771 if (in_res.width > out_res.width || in_res.height > out_res.height) in need_downscaling()
5781 struct ia_css_resolution in_res, out_res; in need_yuv_scaler_stage() local
5804 out_res = pipe->output_info[i].res; in need_yuv_scaler_stage()
5807 if ((out_res.width != 0) && need_downscaling(in_res, out_res)) in need_yuv_scaler_stage()
/linux-6.15/drivers/video/fbdev/
H A Dsh7760fb.c469 goto out_res; in sh7760fb_probe()
549 out_res: in sh7760fb_probe()