Searched refs:video_device (Results 1 – 13 of 13) sorted by relevance
| /include/media/ |
| A D | v4l2-dev.h | 62 struct video_device; 264 struct video_device { struct 305 void (*release)(struct video_device *vdev); argument 414 video_register_device_no_warn(struct video_device *vdev, in video_register_device_no_warn() 427 void video_unregister_device(struct video_device *vdev); 434 struct video_device * __must_check video_device_alloc(void); 443 void video_device_release(struct video_device *vdev); 458 void video_device_release_empty(struct video_device *vdev); 510 struct video_device *video_devdata(struct file *file); 617 void video_device_pipeline_stop(struct video_device *vdev); [all …]
|
| A D | v4l2-mc.h | 58 int v4l_enable_media_source(struct video_device *vdev); 72 void v4l_disable_media_source(struct video_device *vdev); 203 static inline int v4l_enable_media_source(struct video_device *vdev) in v4l_enable_media_source() 208 static inline void v4l_disable_media_source(struct video_device *vdev) in v4l_disable_media_source()
|
| A D | v4l2-fh.h | 21 struct video_device; 44 struct video_device *vdev; 70 void v4l2_fh_init(struct v4l2_fh *fh, struct video_device *vdev);
|
| A D | v4l2-event.h | 22 struct video_device; 106 void v4l2_event_queue(struct video_device *vdev, const struct v4l2_event *ev); 130 void v4l2_event_wake_all(struct video_device *vdev);
|
| A D | videobuf2-v4l2.h | 26 struct video_device; 368 void vb2_video_unregister_device(struct video_device *vdev);
|
| A D | v4l2-ctrls.h | 26 struct video_device; 1508 int v4l2_g_ext_ctrls(struct v4l2_ctrl_handler *hdl, struct video_device *vdev, 1523 struct video_device *vdev, 1540 struct video_device *vdev,
|
| A D | v4l2-mem2mem.h | 48 struct video_device; 524 struct video_device *vdev, int function); 533 struct video_device *vdev, int function) in v4l2_m2m_register_media_controller()
|
| A D | v4l2-common.h | 470 int v4l2_g_parm_cap(struct video_device *vdev, 483 int v4l2_s_parm_cap(struct video_device *vdev,
|
| A D | v4l2-ioctl.h | 663 struct video_device;
|
| A D | v4l2-subdev.h | 1089 struct video_device *devnode;
|
| /include/media/drv-intf/ |
| A D | exynos-fimc.h | 137 struct video_device vdev; 147 struct video_device *vdev) in vdev_to_exynos_video_entity()
|
| A D | saa7146_vv.h | 142 int saa7146_register_device(struct video_device *vid, struct saa7146_dev *dev, char *name, int type… 143 int saa7146_unregister_device(struct video_device *vid, struct saa7146_dev *dev);
|
| A D | tea575x.h | 39 struct video_device vd; /* video device */
|
Completed in 27 milliseconds