Lines Matching refs:omap_dss_device
31 static ssize_t display_name_show(struct omap_dss_device *dssdev, char *buf) in display_name_show()
38 static ssize_t display_enabled_show(struct omap_dss_device *dssdev, char *buf) in display_enabled_show()
44 static ssize_t display_enabled_store(struct omap_dss_device *dssdev, in display_enabled_store()
71 static ssize_t display_tear_show(struct omap_dss_device *dssdev, char *buf) in display_tear_show()
78 static ssize_t display_tear_store(struct omap_dss_device *dssdev, in display_tear_store()
98 static ssize_t display_timings_show(struct omap_dss_device *dssdev, char *buf) in display_timings_show()
113 static ssize_t display_timings_store(struct omap_dss_device *dssdev, in display_timings_store()
151 static ssize_t display_rotate_show(struct omap_dss_device *dssdev, char *buf) in display_rotate_show()
160 static ssize_t display_rotate_store(struct omap_dss_device *dssdev, in display_rotate_store()
179 static ssize_t display_mirror_show(struct omap_dss_device *dssdev, char *buf) in display_mirror_show()
188 static ssize_t display_mirror_store(struct omap_dss_device *dssdev, in display_mirror_store()
208 static ssize_t display_wss_show(struct omap_dss_device *dssdev, char *buf) in display_wss_show()
220 static ssize_t display_wss_store(struct omap_dss_device *dssdev, in display_wss_store()
245 ssize_t (*show)(struct omap_dss_device *, char *);
246 ssize_t (*store)(struct omap_dss_device *, const char *, size_t);
283 struct omap_dss_device *dssdev; in display_attr_show()
286 dssdev = container_of(kobj, struct omap_dss_device, kobj); in display_attr_show()
298 struct omap_dss_device *dssdev; in display_attr_store()
301 dssdev = container_of(kobj, struct omap_dss_device, kobj); in display_attr_store()
322 struct omap_dss_device *dssdev = NULL; in display_init_sysfs()
345 struct omap_dss_device *dssdev = NULL; in display_uninit_sysfs()