Lines Matching defs:fbdev
63 struct omapfb2_device *fbdev;
70 struct omapfb2_device *fbdev;
115 int omapfb_create_sysfs(struct omapfb2_device *fbdev);
116 void omapfb_remove_sysfs(struct omapfb2_device *fbdev);
126 void omapfb_start_auto_update(struct omapfb2_device *fbdev,
128 void omapfb_stop_auto_update(struct omapfb2_device *fbdev,
150 struct omapfb2_device *fbdev, struct omap_dss_device *dssdev)
154 for (i = 0; i < fbdev->num_displays; ++i)
155 if (fbdev->displays[i].dssdev == dssdev)
156 return &fbdev->displays[i];
163 static inline void omapfb_lock(struct omapfb2_device *fbdev)
165 mutex_lock(&fbdev->mtx);
168 static inline void omapfb_unlock(struct omapfb2_device *fbdev)
170 mutex_unlock(&fbdev->mtx);