Home
last modified time | relevance | path

Searched defs:mxr_device (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/media/video/s5p-tv/
Dmixer.h232 struct mxr_device { struct
234 struct device *dev;
236 struct mxr_layer *layer[MXR_MAX_LAYERS];
238 struct mxr_output *output[MXR_MAX_OUTPUTS];
240 int output_cnt;
245 struct v4l2_device v4l2_dev;
269 static inline struct mxr_device *to_mdev(struct device *dev) in to_mdev() argument