Searched refs:get_formats (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/media/ |
D | soc_camera.h | 101 int (*get_formats)(struct soc_camera_device *, unsigned int, member
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | soc-camera.rst | 89 .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/ |
D | soc_camera.c | 462 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()
|
D | sh_mobile_ceu_camera.c | 1600 .get_formats = sh_mobile_ceu_get_formats,
|
/Linux-v4.19/drivers/media/platform/ |
D | pxa_camera.c | 759 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()
|