Searched defs:mgb4_vin_dev (Results 1 – 1 of 1) sorted by relevance
38 struct mgb4_vin_dev { struct39 struct mgb4_dev *mgbdev;40 struct v4l2_device v4l2dev;41 struct video_device vdev;42 struct vb2_queue queue;66 struct mgb4_vin_dev *mgb4_vin_create(struct mgb4_dev *mgbdev, int id); argument