/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | Makefile | 11 videodev-objs := v4l2-dev.o v4l2-ioctl.o v4l2-device.o v4l2-fh.o \ 12 v4l2-event.o v4l2-subdev.o v4l2-common.o \ 13 v4l2-ctrls-core.o v4l2-ctrls-api.o \ 14 v4l2 [all...] |
H A D | v4l2-trace.c | 2 #include <media/v4l2-common.h> 3 #include <media/v4l2-fh.h> 4 #include <media/videobuf2-v4l2.h> 7 #include <trace/events/v4l2.h>
|
/kernel/linux/linux-5.10/drivers/media/usb/em28xx/ |
H A D | em28xx-video.c | 39 #include <media/v4l2-common.h> 40 #include <media/v4l2-ioctl.h> 41 #include <media/v4l2-event.h> 75 MODULE_DESCRIPTION(DRIVER_DESC " - v4l2 interface"); 138 struct em28xx_v4l2 *v4l2 = dev->v4l2; in norm_maxw() local 141 return v4l2->sensor_xres; in norm_maxw() 151 struct em28xx_v4l2 *v4l2 = dev->v4l2; in norm_maxh() local 154 return v4l2 in norm_maxh() 216 struct em28xx_v4l2 *v4l2 = dev->v4l2; em28xx_set_outfmt() local 325 struct em28xx_v4l2 *v4l2 = dev->v4l2; em28xx_resolution_set() local 360 struct em28xx_v4l2 *v4l2 = dev->v4l2; em28xx_set_alternate() local 460 struct em28xx_v4l2 *v4l2 = dev->v4l2; em28xx_copy_video() local 625 struct em28xx_v4l2 *v4l2 = dev->v4l2; finish_field_prepare_next() local 647 struct em28xx_v4l2 *v4l2 = dev->v4l2; process_frame_data_em28xx() local 734 struct em28xx_v4l2 *v4l2 = dev->v4l2; process_frame_data_em25xx() local 909 struct em28xx_v4l2 *v4l2 = dev->v4l2; em28xx_enable_analog_tuner() local 974 struct em28xx_v4l2 *v4l2 = dev->v4l2; em28xx_v4l2_create_entities() local 1043 struct em28xx_v4l2 *v4l2 = dev->v4l2; queue_setup() local 1062 struct em28xx_v4l2 *v4l2 = dev->v4l2; buffer_prepare() local 1082 struct em28xx_v4l2 *v4l2 = dev->v4l2; em28xx_start_analog_streaming() local 1150 struct em28xx_v4l2 *v4l2 = dev->v4l2; em28xx_stop_streaming() local 1185 struct em28xx_v4l2 *v4l2 = dev->v4l2; em28xx_stop_vbi_streaming() local 1250 struct em28xx_v4l2 *v4l2 = dev->v4l2; em28xx_vb2_setup() local 1344 struct em28xx_v4l2 *v4l2 = em28xx_s_ctrl() local 1426 struct em28xx_v4l2 *v4l2 = dev->v4l2; vidioc_g_fmt_vid_cap() local 1459 struct em28xx_v4l2 *v4l2 = dev->v4l2; vidioc_try_fmt_vid_cap() local 1521 struct em28xx_v4l2 *v4l2 = dev->v4l2; em28xx_set_video_format() local 1544 struct em28xx_v4l2 *v4l2 = dev->v4l2; vidioc_s_fmt_vid_cap() local 1576 struct em28xx_v4l2 *v4l2 = dev->v4l2; vidioc_s_std() local 1609 struct em28xx_v4l2 *v4l2 = dev->v4l2; vidioc_g_parm() local 1862 struct em28xx_v4l2 *v4l2 = dev->v4l2; vidioc_g_frequency() local 1876 struct em28xx_v4l2 *v4l2 = dev->v4l2; vidioc_s_frequency() local 1980 struct em28xx_v4l2 *v4l2 = dev->v4l2; vidioc_querycap() local 2059 struct em28xx_v4l2 *v4l2 = dev->v4l2; vidioc_g_fmt_vbi_cap() local 2125 struct em28xx_v4l2 *v4l2 = container_of(ref, struct em28xx_v4l2, ref); em28xx_free_v4l2() local 2139 struct em28xx_v4l2 *v4l2 = dev->v4l2; em28xx_v4l2_open() local 2206 struct em28xx_v4l2 *v4l2 = dev->v4l2; em28xx_v4l2_fini() local 2293 struct em28xx_v4l2 *v4l2 = dev->v4l2; em28xx_v4l2_close() local 2461 struct em28xx_v4l2 *v4l2 = dev->v4l2; em28xx_tuner_setup() local 2526 struct em28xx_v4l2 *v4l2; em28xx_v4l2_init() local [all...] |
H A D | em28xx-camera.c | 23 #include <media/v4l2-common.h> 314 struct em28xx_v4l2 *v4l2 = dev->v4l2; in em28xx_init_camera() local 326 v4l2->sensor_xres = 640; in em28xx_init_camera() 327 v4l2->sensor_yres = 480; in em28xx_init_camera() 340 v4l2->sensor_xtal = 4300000; in em28xx_init_camera() 341 pdata.xtal = v4l2->sensor_xtal; in em28xx_init_camera() 343 v4l2_i2c_new_subdev_board(&v4l2->v4l2_dev, adap, in em28xx_init_camera() 346 v4l2->vinmode = EM28XX_VINMODE_RGB8_GRBG; in em28xx_init_camera() 347 v4l2 in em28xx_init_camera() [all...] |
H A D | em28xx-vbi.c | 36 struct em28xx_v4l2 *v4l2 = dev->v4l2; in vbi_queue_setup() local 37 unsigned long size = v4l2->vbi_width * v4l2->vbi_height * 2; in vbi_queue_setup() 57 struct em28xx_v4l2 *v4l2 = dev->v4l2; in vbi_buffer_prepare() local 60 size = v4l2->vbi_width * v4l2->vbi_height * 2; in vbi_buffer_prepare()
|
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/ |
H A D | em28xx-video.c | 29 #include <media/v4l2-common.h> 30 #include <media/v4l2-ioctl.h> 31 #include <media/v4l2-event.h> 65 MODULE_DESCRIPTION(DRIVER_DESC " - v4l2 interface"); 128 struct em28xx_v4l2 *v4l2 = dev->v4l2; in norm_maxw() local 131 return v4l2->sensor_xres; in norm_maxw() 141 struct em28xx_v4l2 *v4l2 = dev->v4l2; in norm_maxh() local 144 return v4l2 in norm_maxh() 206 struct em28xx_v4l2 *v4l2 = dev->v4l2; em28xx_set_outfmt() local 315 struct em28xx_v4l2 *v4l2 = dev->v4l2; em28xx_resolution_set() local 350 struct em28xx_v4l2 *v4l2 = dev->v4l2; em28xx_set_alternate() local 450 struct em28xx_v4l2 *v4l2 = dev->v4l2; em28xx_copy_video() local 615 struct em28xx_v4l2 *v4l2 = dev->v4l2; finish_field_prepare_next() local 637 struct em28xx_v4l2 *v4l2 = dev->v4l2; process_frame_data_em28xx() local 724 struct em28xx_v4l2 *v4l2 = dev->v4l2; process_frame_data_em25xx() local 899 struct em28xx_v4l2 *v4l2 = dev->v4l2; em28xx_enable_analog_tuner() local 964 struct em28xx_v4l2 *v4l2 = dev->v4l2; em28xx_v4l2_create_entities() local 1033 struct em28xx_v4l2 *v4l2 = dev->v4l2; queue_setup() local 1052 struct em28xx_v4l2 *v4l2 = dev->v4l2; buffer_prepare() local 1072 struct em28xx_v4l2 *v4l2 = dev->v4l2; em28xx_start_analog_streaming() local 1140 struct em28xx_v4l2 *v4l2 = dev->v4l2; em28xx_stop_streaming() local 1175 struct em28xx_v4l2 *v4l2 = dev->v4l2; em28xx_stop_vbi_streaming() local 1240 struct em28xx_v4l2 *v4l2 = dev->v4l2; em28xx_vb2_setup() local 1334 struct em28xx_v4l2 *v4l2 = em28xx_s_ctrl() local 1416 struct em28xx_v4l2 *v4l2 = dev->v4l2; vidioc_g_fmt_vid_cap() local 1449 struct em28xx_v4l2 *v4l2 = dev->v4l2; vidioc_try_fmt_vid_cap() local 1511 struct em28xx_v4l2 *v4l2 = dev->v4l2; em28xx_set_video_format() local 1534 struct em28xx_v4l2 *v4l2 = dev->v4l2; vidioc_s_fmt_vid_cap() local 1566 struct em28xx_v4l2 *v4l2 = dev->v4l2; vidioc_s_std() local 1599 struct em28xx_v4l2 *v4l2 = dev->v4l2; vidioc_g_parm() local 1852 struct em28xx_v4l2 *v4l2 = dev->v4l2; vidioc_g_frequency() local 1866 struct em28xx_v4l2 *v4l2 = dev->v4l2; vidioc_s_frequency() local 1970 struct em28xx_v4l2 *v4l2 = dev->v4l2; vidioc_querycap() local 2049 struct em28xx_v4l2 *v4l2 = dev->v4l2; vidioc_g_fmt_vbi_cap() local 2115 struct em28xx_v4l2 *v4l2 = container_of(ref, struct em28xx_v4l2, ref); em28xx_free_v4l2() local 2129 struct em28xx_v4l2 *v4l2 = dev->v4l2; em28xx_v4l2_open() local 2196 struct em28xx_v4l2 *v4l2 = dev->v4l2; em28xx_v4l2_fini() local 2283 struct em28xx_v4l2 *v4l2 = dev->v4l2; em28xx_v4l2_close() local 2451 struct em28xx_v4l2 *v4l2 = dev->v4l2; em28xx_tuner_setup() local 2516 struct em28xx_v4l2 *v4l2; em28xx_v4l2_init() local [all...] |
H A D | em28xx-camera.c | 13 #include <media/v4l2-common.h> 304 struct em28xx_v4l2 *v4l2 = dev->v4l2; in em28xx_init_camera() local 316 v4l2->sensor_xres = 640; in em28xx_init_camera() 317 v4l2->sensor_yres = 480; in em28xx_init_camera() 330 v4l2->sensor_xtal = 4300000; in em28xx_init_camera() 331 pdata.xtal = v4l2->sensor_xtal; in em28xx_init_camera() 333 v4l2_i2c_new_subdev_board(&v4l2->v4l2_dev, adap, in em28xx_init_camera() 336 v4l2->vinmode = EM28XX_VINMODE_RGB8_GRBG; in em28xx_init_camera() 337 v4l2 in em28xx_init_camera() [all...] |
H A D | em28xx-vbi.c | 26 struct em28xx_v4l2 *v4l2 = dev->v4l2; in vbi_queue_setup() local 27 unsigned long size = v4l2->vbi_width * v4l2->vbi_height * 2; in vbi_queue_setup() 47 struct em28xx_v4l2 *v4l2 = dev->v4l2; in vbi_buffer_prepare() local 50 size = v4l2->vbi_width * v4l2->vbi_height * 2; in vbi_buffer_prepare()
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | Makefile | 8 videodev-objs := v4l2-dev.o v4l2-ioctl.o v4l2-device.o v4l2-fh.o \ 9 v4l2-event.o v4l2-ctrls.o v4l2-subdev.o v4l2-clk.o \ 10 v4l2-async.o v4l2 [all...] |
H A D | v4l2-trace.c | 2 #include <media/v4l2-common.h> 3 #include <media/v4l2-fh.h> 4 #include <media/videobuf2-v4l2.h> 7 #include <trace/events/v4l2.h>
|
/kernel/linux/linux-5.10/drivers/gpu/drm/rcar-du/ |
H A D | rcar_du_kms.c | 40 .v4l2 = V4L2_PIX_FMT_RGB565, 48 .v4l2 = V4L2_PIX_FMT_ARGB555, 56 .v4l2 = V4L2_PIX_FMT_XRGB555, 63 .v4l2 = V4L2_PIX_FMT_XBGR32, 71 .v4l2 = V4L2_PIX_FMT_ABGR32, 79 .v4l2 = V4L2_PIX_FMT_UYVY, 87 .v4l2 = V4L2_PIX_FMT_YUYV, 95 .v4l2 = V4L2_PIX_FMT_NV12M, 103 .v4l2 = V4L2_PIX_FMT_NV21M, 111 .v4l2 [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/renesas/rcar-du/ |
H A D | rcar_du_kms.c | 44 .v4l2 = V4L2_PIX_FMT_RGB565, 52 .v4l2 = V4L2_PIX_FMT_ARGB555, 60 .v4l2 = V4L2_PIX_FMT_XRGB555, 67 .v4l2 = V4L2_PIX_FMT_XBGR32, 75 .v4l2 = V4L2_PIX_FMT_ABGR32, 83 .v4l2 = V4L2_PIX_FMT_UYVY, 91 .v4l2 = V4L2_PIX_FMT_YUYV, 99 .v4l2 = V4L2_PIX_FMT_NV12M, 107 .v4l2 = V4L2_PIX_FMT_NV21M, 115 .v4l2 [all...] |
/kernel/linux/linux-5.10/drivers/media/common/v4l2-tpg/ |
H A D | Makefile | 2 v4l2-tpg-objs := v4l2-tpg-core.o v4l2-tpg-colors.o 4 obj-$(CONFIG_VIDEO_V4L2_TPG) += v4l2-tpg.o
|
/kernel/linux/linux-6.6/drivers/media/common/v4l2-tpg/ |
H A D | Makefile | 2 v4l2-tpg-objs := v4l2-tpg-core.o v4l2-tpg-colors.o 4 obj-$(CONFIG_VIDEO_V4L2_TPG) += v4l2-tpg.o
|
/kernel/linux/linux-5.10/drivers/media/platform/qcom/camss/ |
H A D | camss-video.h | 16 #include <media/v4l2-dev.h> 17 #include <media/v4l2-device.h> 18 #include <media/v4l2-fh.h> 19 #include <media/v4l2-mediabus.h> 20 #include <media/videobuf2-v4l2.h>
|
H A D | camss-csid.h | 15 #include <media/v4l2-ctrls.h> 16 #include <media/v4l2-device.h> 17 #include <media/v4l2-mediabus.h> 18 #include <media/v4l2-subdev.h>
|
/kernel/linux/linux-6.6/drivers/media/platform/qcom/camss/ |
H A D | camss-video.h | 16 #include <media/v4l2-dev.h> 17 #include <media/v4l2-device.h> 18 #include <media/v4l2-fh.h> 19 #include <media/v4l2-mediabus.h> 20 #include <media/videobuf2-v4l2.h>
|
/kernel/linux/linux-6.6/drivers/media/platform/sunxi/sun6i-csi/ |
H A D | sun6i_csi.c | 18 #include <media/v4l2-device.h> 19 #include <media/v4l2-mc.h> 78 struct sun6i_csi_v4l2 *v4l2 = &csi_dev->v4l2; in sun6i_csi_v4l2_setup() local 79 struct media_device *media_dev = &v4l2->media_dev; in sun6i_csi_v4l2_setup() 80 struct v4l2_device *v4l2_dev = &v4l2->v4l2_dev; in sun6i_csi_v4l2_setup() 106 dev_err(dev, "failed to register v4l2 device: %d\n", ret); in sun6i_csi_v4l2_setup() 124 struct sun6i_csi_v4l2 *v4l2 = &csi_dev->v4l2; in sun6i_csi_v4l2_cleanup() local 126 media_device_unregister(&v4l2 in sun6i_csi_v4l2_cleanup() [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/rcar-vin/ |
H A D | rcar-vin.h | 18 #include <media/v4l2-async.h> 19 #include <media/v4l2-ctrls.h> 20 #include <media/v4l2-dev.h> 21 #include <media/v4l2-device.h> 22 #include <media/v4l2-fwnode.h> 23 #include <media/videobuf2-v4l2.h>
|
/kernel/linux/linux-5.10/drivers/staging/media/tegra-video/ |
H A D | vi.h | 17 #include <media/v4l2-async.h> 18 #include <media/v4l2-ctrls.h> 19 #include <media/v4l2-device.h> 20 #include <media/v4l2-dev.h> 21 #include <media/v4l2-subdev.h> 22 #include <media/videobuf2-v4l2.h> 158 * @fmts_bitmap: a bitmap for supported formats matching v4l2 subdev formats
|
/kernel/linux/linux-6.6/drivers/staging/media/tegra-video/ |
H A D | vi.h | 17 #include <media/v4l2-async.h> 18 #include <media/v4l2-ctrls.h> 19 #include <media/v4l2-device.h> 20 #include <media/v4l2-dev.h> 21 #include <media/v4l2-subdev.h> 22 #include <media/videobuf2-v4l2.h> 173 * @fmts_bitmap: a bitmap for supported formats matching v4l2 subdev formats
|
/kernel/linux/linux-5.10/drivers/staging/media/imx/ |
H A D | imx-media-of.c | 10 #include <media/v4l2-ctrls.h> 11 #include <media/v4l2-device.h> 12 #include <media/v4l2-fwnode.h> 13 #include <media/v4l2-subdev.h>
|
/kernel/linux/linux-6.6/drivers/staging/media/imx/ |
H A D | imx-media-of.c | 10 #include <media/v4l2-ctrls.h> 11 #include <media/v4l2-device.h> 12 #include <media/v4l2-fwnode.h> 13 #include <media/v4l2-subdev.h>
|
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/common/ |
H A D | mtk_vcodec_cmn_drv.h | 12 #include <media/v4l2-ctrls.h> 13 #include <media/v4l2-device.h> 14 #include <media/v4l2-ioctl.h> 15 #include <media/v4l2-mem2mem.h>
|
/kernel/linux/linux-5.10/drivers/media/radio/wl128x/ |
H A D | fmdrv_v4l2.h | 13 #include <media/v4l2-ioctl.h> 14 #include <media/v4l2-common.h> 15 #include <media/v4l2-ctrls.h>
|