Searched defs:rvin_group (Results 1 – 1 of 1) sorted by relevance
288 struct rvin_group { struct289 struct kref refcount;291 struct media_device mdev;293 struct mutex lock;294 unsigned int count;295 struct v4l2_async_notifier notifier;296 struct rvin_dev *vin[RCAR_VIN_NUM];298 int (*link_setup)(struct rvin_dev *vin);300 struct {303 } remotes[RVIN_REMOTES_MAX];
Completed in 4 milliseconds