Searched defs:mxr_device (Results 1 – 1 of 1) sorted by relevance
234 struct mxr_device { struct236 struct device *dev;238 struct mxr_layer *layer[MXR_MAX_LAYERS];240 struct mxr_output *output[MXR_MAX_OUTPUTS];242 int output_cnt;247 struct v4l2_device v4l2_dev;271 static inline struct mxr_device *to_mdev(struct device *dev) in to_mdev() argument