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