Home
last modified time | relevance | path

Searched refs:video_device_alloc (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/staging/most/video/
H A Dvideo.c412 mdev->vdev = video_device_alloc(); in comp_register_videodev()
/linux/Documentation/driver-api/media/
H A Dv4l2-dev.rst10 To allocate it dynamically use :c:func:`video_device_alloc`:
14 struct video_device *vdev = video_device_alloc();
/linux/drivers/media/v4l2-core/
H A Dv4l2-dev.c147 struct video_device *video_device_alloc(void) in video_device_alloc() function
151 EXPORT_SYMBOL(video_device_alloc);
/linux/Documentation/translations/zh_CN/video4linux/
H A Dv4l2-framework.txt533 struct video_device *vdev = video_device_alloc();
/linux/drivers/media/pci/saa7164/
H A Dsaa7164-encoder.c982 vfd = video_device_alloc(); in saa7164_encoder_alloc()
/linux/drivers/media/pci/zoran/
H A Dzoran_card.c899 zr->video_dev = video_device_alloc(); in zoran_init_video_devices()
/linux/drivers/media/platform/atmel/
H A Datmel-isi.c1219 isi->vdev = video_device_alloc(); in atmel_isi_probe()
/linux/drivers/media/pci/saa7134/
H A Dsaa7134-core.c938 vfd = video_device_alloc(); in vdev_init()