Lines Matching defs:video_device
78 struct video_device struct
81 struct media_entity entity;
84 const struct v4l2_file_operations *fops;
87 struct device dev; /* v4l device */
88 struct cdev *cdev; /* character device */
91 struct device *parent; /* device parent */
92 struct v4l2_device *v4l2_dev; /* v4l2_device parent */
95 struct v4l2_ctrl_handler *ctrl_handler;
98 struct v4l2_prio_state *prio;
122 void (*release)(struct video_device *vdev); argument
132 container_of(__e, struct video_device, entity) argument