Home
last modified time | relevance | path

Searched refs:videodev (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/media/radio/
H A Ddsbr100.c67 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 Dradio-si470x-i2c.c374 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 Dradio-si470x-usb.c665 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 Dradio-si470x-common.c223 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 Dradio-si470x.h137 struct video_device videodev; member
/linux/Documentation/userspace-api/media/v4l/
H A Dhist-v4l2.rst58 ``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 Dpixfmt-intro.rst39 defined in the :ref:`videodev2.h <videodev>` header file. These
H A Dv4l2.rst28 videodev
H A Dopen.rst65 The driver modules plug into the ``videodev`` kernel module. It provides
H A Ddiff-v4l.rst29 The V4L ``videodev`` module automatically assigns minor numbers to
/linux/drivers/media/usb/dvb-usb/
H A Dcxusb.h128 struct video_device *videodev, *radiodev; member