Searched refs:videodev (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/media/radio/ |
| H A D | dsbr100.c | 67 struct video_device videodev; member 263 video_unregister_device(&radio->videodev); in usb_dsbr100_disconnect() 371 strscpy(radio->videodev.name, v4l2_dev->name, in usb_dsbr100_probe() 372 sizeof(radio->videodev.name)); in usb_dsbr100_probe() 373 radio->videodev.v4l2_dev = v4l2_dev; in usb_dsbr100_probe() 374 radio->videodev.fops = &usb_dsbr100_fops; in usb_dsbr100_probe() 375 radio->videodev.ioctl_ops = &usb_dsbr100_ioctl_ops; in usb_dsbr100_probe() 376 radio->videodev.release = video_device_release_empty; in usb_dsbr100_probe() 377 radio->videodev.lock = &radio->v4l2_lock; in usb_dsbr100_probe() 378 radio->videodev.ctrl_handler = &radio->hdl; in usb_dsbr100_probe() [all …]
|
| /linux/drivers/media/radio/si470x/ |
| H A D | radio-si470x-i2c.c | 374 radio->videodev = si470x_viddev_template; in si470x_i2c_probe() 375 radio->videodev.ctrl_handler = &radio->hdl; in si470x_i2c_probe() 376 radio->videodev.lock = &radio->lock; in si470x_i2c_probe() 377 radio->videodev.v4l2_dev = &radio->v4l2_dev; in si470x_i2c_probe() 378 radio->videodev.release = video_device_release_empty; in si470x_i2c_probe() 379 radio->videodev.device_caps = in si470x_i2c_probe() 382 video_set_drvdata(&radio->videodev, radio); in si470x_i2c_probe() 444 retval = video_register_device(&radio->videodev, VFL_TYPE_RADIO, in si470x_i2c_probe() 468 video_unregister_device(&radio->videodev); in si470x_i2c_remove()
|
| H A D | radio-si470x-usb.c | 665 radio->videodev = si470x_viddev_template; in si470x_usb_driver_probe() 666 radio->videodev.ctrl_handler = &radio->hdl; in si470x_usb_driver_probe() 667 radio->videodev.lock = &radio->lock; in si470x_usb_driver_probe() 668 radio->videodev.v4l2_dev = &radio->v4l2_dev; in si470x_usb_driver_probe() 669 radio->videodev.release = video_device_release_empty; in si470x_usb_driver_probe() 670 radio->videodev.device_caps = in si470x_usb_driver_probe() 673 video_set_drvdata(&radio->videodev, radio); in si470x_usb_driver_probe() 739 retval = video_register_device(&radio->videodev, VFL_TYPE_RADIO, in si470x_usb_driver_probe() 822 video_unregister_device(&radio->videodev); in si470x_usb_driver_disconnect()
|
| H A D | radio-si470x-common.c | 223 dev_warn(&radio->videodev.dev, "tune does not complete\n"); in si470x_set_chan() 225 dev_warn(&radio->videodev.dev, in si470x_set_chan() 348 dev_warn(&radio->videodev.dev, "seek does not complete\n"); in si470x_set_seek() 350 dev_warn(&radio->videodev.dev, in si470x_set_seek()
|
| H A D | radio-si470x.h | 137 struct video_device videodev; member
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | hist-v4l2.rst | 58 ``videodev.h`` since it was only used once in the ``videodev`` kernel 78 Added a v4l to V4L2 ioctl compatibility layer to videodev.c. Driver 99 1999-05-02: Fixed a typo in videodev.h, and added the 209 ``videodev.h`` for compatibility with the original ``videodev.h`` file. 219 the ``videodev.h`` header file was renamed to ``v4l2_fourcc``. 222 ``videodev.h`` file in Linux 2.4.0 and the ``videodev.h`` file included 228 ``videodev.h`` file in the ``videodevX`` patch and the ``videodev.h`` 280 ``videodev.h`` header file. 284 latter was missing in the ``videodev.h`` file. 616 Until further the "videodev" module will automatically translate [all …]
|
| H A D | pixfmt-intro.rst | 39 defined in the :ref:`videodev2.h <videodev>` header file. These
|
| H A D | v4l2.rst | 28 videodev
|
| H A D | open.rst | 65 The driver modules plug into the ``videodev`` kernel module. It provides
|
| H A D | diff-v4l.rst | 29 The V4L ``videodev`` module automatically assigns minor numbers to
|
| /linux/drivers/media/usb/dvb-usb/ |
| H A D | cxusb.h | 128 struct video_device *videodev, *radiodev; member
|