Searched refs:to_dss_device (Results 1 – 4 of 4) sorted by relevance
36 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 …]
321 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()
499 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()
554 #define to_dss_device(x) container_of((x), struct omap_dss_device, dev) macro