Searched defs:video_device (Results 1 – 1 of 1) sorted by relevance
266 struct video_device { struct268 struct media_entity entity;269 struct media_intf_devnode *intf_devnode;270 struct media_pipeline pipe;272 const struct v4l2_file_operations *fops;274 u32 device_caps;277 struct device dev;278 struct cdev *cdev;280 struct v4l2_device *v4l2_dev;281 struct device *dev_parent;[all …]