Lines Matching refs:fbdev
75 struct omapfb2_device *fbdev; member
82 struct omapfb2_device *fbdev; member
127 int omapfb_create_sysfs(struct omapfb2_device *fbdev);
128 void omapfb_remove_sysfs(struct omapfb2_device *fbdev);
138 void omapfb_start_auto_update(struct omapfb2_device *fbdev,
140 void omapfb_stop_auto_update(struct omapfb2_device *fbdev,
162 struct omapfb2_device *fbdev, struct omap_dss_device *dssdev) in get_display_data() argument
166 for (i = 0; i < fbdev->num_displays; ++i) in get_display_data()
167 if (fbdev->displays[i].dssdev == dssdev) in get_display_data()
168 return &fbdev->displays[i]; in get_display_data()
175 static inline void omapfb_lock(struct omapfb2_device *fbdev) in omapfb_lock() argument
177 mutex_lock(&fbdev->mtx); in omapfb_lock()
180 static inline void omapfb_unlock(struct omapfb2_device *fbdev) in omapfb_unlock() argument
182 mutex_unlock(&fbdev->mtx); in omapfb_unlock()