Home
last modified time | relevance | path

Searched refs:to_dss_device (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/video/omap2/dss/
Ddisplay.c36 struct omap_dss_device *dssdev = to_dss_device(dev); in display_enabled_show()
46 struct omap_dss_device *dssdev = to_dss_device(dev); in display_enabled_store()
67 struct omap_dss_device *dssdev = to_dss_device(dev); in display_upd_mode_show()
78 struct omap_dss_device *dssdev = to_dss_device(dev); in display_upd_mode_store()
107 struct omap_dss_device *dssdev = to_dss_device(dev); in display_tear_show()
116 struct omap_dss_device *dssdev = to_dss_device(dev); in display_tear_store()
135 struct omap_dss_device *dssdev = to_dss_device(dev); in display_timings_show()
152 struct omap_dss_device *dssdev = to_dss_device(dev); in display_timings_store()
187 struct omap_dss_device *dssdev = to_dss_device(dev); in display_rotate_show()
198 struct omap_dss_device *dssdev = to_dss_device(dev); in display_rotate_store()
[all …]
Dcore.c321 struct omap_dss_device *dssdev = to_dss_device(dev); in dss_bus_match()
332 struct omap_dss_device *dssdev = to_dss_device(dev); in device_name_show()
381 struct omap_dss_device *dssdev = to_dss_device(dev); in dss_driver_probe()
412 struct omap_dss_device *dssdev = to_dss_device(dev); in dss_driver_remove()
/linux-2.6.39/drivers/video/omap2/displays/
Dpanel-taal.c499 struct omap_dss_device *dssdev = to_dss_device(dev); in taal_num_errors_show()
525 struct omap_dss_device *dssdev = to_dss_device(dev); in taal_hw_revision_show()
559 struct omap_dss_device *dssdev = to_dss_device(dev); in show_cabc_mode()
579 struct omap_dss_device *dssdev = to_dss_device(dev); in store_cabc_mode()
/linux-2.6.39/arch/arm/plat-omap/include/plat/
Ddisplay.h554 #define to_dss_device(x) container_of((x), struct omap_dss_device, dev) macro