Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/mediatek/
H A Dmtk_drm_ddp_comp.h77 const u32 *(*get_formats)(struct device *dev); member
225 if (comp->funcs && comp->funcs->get_formats) in mtk_ddp_comp_get_formats()
226 return comp->funcs->get_formats(comp->dev); in mtk_ddp_comp_get_formats()
H A Dmtk_drm_ddp_comp.c362 .get_formats = mtk_ovl_get_formats,
386 .get_formats = mtk_rdma_get_formats,
413 .get_formats = mtk_ovl_adaptor_get_formats,
/openbmc/linux/drivers/media/platform/intel/
H A Dpxa_camera.c714 int (*get_formats)(struct v4l2_device *, unsigned int, in pxa_mbus_build_fmts_xlate()
734 ret = get_formats(v4l2_dev, i, NULL); in pxa_mbus_build_fmts_xlate()
750 ret = get_formats(v4l2_dev, i, user_formats + fmts); in pxa_mbus_build_fmts_xlate()