Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/platform/ti/omap/
Domap_voutdef.h101 struct omap2video_device { struct
102 struct mutex mtx;
104 int state;
106 struct v4l2_device v4l2_dev;
107 struct omap_vout_device *vouts[MAX_VOUT_DEV];
109 int num_displays;
110 struct omap_dss_device *displays[MAX_DISPLAYS];
111 int num_overlays;
112 struct omap_overlay *overlays[MAX_OVLS];
136 struct omap2video_device *vid_dev; argument