Lines Matching refs:omap_dss_device

21 static ssize_t display_name_show(struct omap_dss_device *dssdev, char *buf)  in display_name_show()
28 static ssize_t display_enabled_show(struct omap_dss_device *dssdev, char *buf) in display_enabled_show()
34 static ssize_t display_enabled_store(struct omap_dss_device *dssdev, in display_enabled_store()
61 static ssize_t display_tear_show(struct omap_dss_device *dssdev, char *buf) in display_tear_show()
68 static ssize_t display_tear_store(struct omap_dss_device *dssdev, in display_tear_store()
88 static ssize_t display_timings_show(struct omap_dss_device *dssdev, char *buf) in display_timings_show()
103 static ssize_t display_timings_store(struct omap_dss_device *dssdev, in display_timings_store()
141 static ssize_t display_rotate_show(struct omap_dss_device *dssdev, char *buf) in display_rotate_show()
150 static ssize_t display_rotate_store(struct omap_dss_device *dssdev, in display_rotate_store()
169 static ssize_t display_mirror_show(struct omap_dss_device *dssdev, char *buf) in display_mirror_show()
178 static ssize_t display_mirror_store(struct omap_dss_device *dssdev, in display_mirror_store()
198 static ssize_t display_wss_show(struct omap_dss_device *dssdev, char *buf) in display_wss_show()
210 static ssize_t display_wss_store(struct omap_dss_device *dssdev, in display_wss_store()
235 ssize_t (*show)(struct omap_dss_device *, char *);
236 ssize_t (*store)(struct omap_dss_device *, const char *, size_t);
274 struct omap_dss_device *dssdev; in display_attr_show()
277 dssdev = container_of(kobj, struct omap_dss_device, kobj); in display_attr_show()
289 struct omap_dss_device *dssdev; in display_attr_store()
292 dssdev = container_of(kobj, struct omap_dss_device, kobj); in display_attr_store()
313 struct omap_dss_device *dssdev = NULL; in display_init_sysfs()
336 struct omap_dss_device *dssdev = NULL; in display_uninit_sysfs()