Lines Matching defs:video_device
85 struct video_device struct
88 struct media_entity entity;
91 const struct v4l2_file_operations *fops;
94 struct device dev; /* v4l device */
95 struct cdev *cdev; /* character device */
97 struct v4l2_device *v4l2_dev; /* v4l2_device parent */
99 struct device *dev_parent; /* device parent */
102 struct v4l2_ctrl_handler *ctrl_handler;
105 struct vb2_queue *queue;
108 struct v4l2_prio_state *prio;
133 void (*release)(struct video_device *vdev); argument
145 container_of(__e, struct video_device, entity) argument