Lines Matching refs:omap_dss_device

20 static ssize_t display_name_show(struct omap_dss_device *dssdev, char *buf)  in display_name_show()
27 static ssize_t display_enabled_show(struct omap_dss_device *dssdev, char *buf) in display_enabled_show()
33 static ssize_t display_enabled_store(struct omap_dss_device *dssdev, in display_enabled_store()
60 static ssize_t display_tear_show(struct omap_dss_device *dssdev, char *buf) in display_tear_show()
67 static ssize_t display_tear_store(struct omap_dss_device *dssdev, in display_tear_store()
87 static ssize_t display_timings_show(struct omap_dss_device *dssdev, char *buf) in display_timings_show()
102 static ssize_t display_timings_store(struct omap_dss_device *dssdev, in display_timings_store()
140 static ssize_t display_rotate_show(struct omap_dss_device *dssdev, char *buf) in display_rotate_show()
149 static ssize_t display_rotate_store(struct omap_dss_device *dssdev, in display_rotate_store()
168 static ssize_t display_mirror_show(struct omap_dss_device *dssdev, char *buf) in display_mirror_show()
177 static ssize_t display_mirror_store(struct omap_dss_device *dssdev, in display_mirror_store()
197 static ssize_t display_wss_show(struct omap_dss_device *dssdev, char *buf) in display_wss_show()
209 static ssize_t display_wss_store(struct omap_dss_device *dssdev, in display_wss_store()
234 ssize_t (*show)(struct omap_dss_device *, char *);
235 ssize_t (*store)(struct omap_dss_device *, const char *, size_t);
273 struct omap_dss_device *dssdev; in display_attr_show()
276 dssdev = container_of(kobj, struct omap_dss_device, kobj); in display_attr_show()
288 struct omap_dss_device *dssdev; in display_attr_store()
291 dssdev = container_of(kobj, struct omap_dss_device, kobj); in display_attr_store()
312 struct omap_dss_device *dssdev = NULL; in display_init_sysfs()
335 struct omap_dss_device *dssdev = NULL; in display_uninit_sysfs()