Searched refs:videodev (Results 1 – 10 of 10) sorted by relevance
67 struct video_device videodev; member263 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 …]
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()
137 struct video_device videodev; member
58 ``videodev.h`` since it was only used once in the ``videodev`` kernel78 Added a v4l to V4L2 ioctl compatibility layer to videodev.c. Driver99 1999-05-02: Fixed a typo in videodev.h, and added the209 ``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 included228 ``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 …]
39 defined in the :ref:`videodev2.h <videodev>` header file. These
28 videodev
65 The driver modules plug into the ``videodev`` kernel module. It provides
29 The V4L ``videodev`` module automatically assigns minor numbers to
128 struct video_device *videodev, *radiodev; member
655 media/uapi/v4l/videodev userspace-api/media/v4l/videodev