Home
last modified time | relevance | path

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

/Linux-v4.19/include/media/
Dsoc_camera.h101 int (*get_formats)(struct soc_camera_device *, unsigned int, member
/Linux-v4.19/Documentation/media/v4l-drivers/
Dsoc-camera.rst89 .get_formats and, possibly, a .put_formats operations. See below for more
169 .get_formats and, if required, a .put_formats methods.
/Linux-v4.19/drivers/media/platform/soc_camera/
Dsoc_camera.c462 if (!ici->ops->get_formats) in soc_camera_init_user_formats()
474 ret = ici->ops->get_formats(icd, i, NULL); in soc_camera_init_user_formats()
494 if (!ici->ops->get_formats) { in soc_camera_init_user_formats()
502 ret = ici->ops->get_formats(icd, i, in soc_camera_init_user_formats()
Dsh_mobile_ceu_camera.c1600 .get_formats = sh_mobile_ceu_get_formats,
/Linux-v4.19/drivers/media/platform/
Dpxa_camera.c759 int (*get_formats)(struct v4l2_device *, unsigned int, in pxa_mbus_build_fmts_xlate()
779 ret = get_formats(v4l2_dev, i, NULL); in pxa_mbus_build_fmts_xlate()
795 ret = get_formats(v4l2_dev, i, user_formats + fmts); in pxa_mbus_build_fmts_xlate()