Lines Matching defs:omap_dss_driver
793 struct omap_dss_driver { struct
794 int (*probe)(struct omap_dss_device *);
795 void (*remove)(struct omap_dss_device *);
797 int (*connect)(struct omap_dss_device *dssdev);
798 void (*disconnect)(struct omap_dss_device *dssdev);
800 int (*enable)(struct omap_dss_device *display);
801 void (*disable)(struct omap_dss_device *display);
802 int (*run_test)(struct omap_dss_device *display, int test);
804 int (*update)(struct omap_dss_device *dssdev,
806 int (*sync)(struct omap_dss_device *dssdev);
808 int (*enable_te)(struct omap_dss_device *dssdev, bool enable);
809 int (*get_te)(struct omap_dss_device *dssdev);
811 u8 (*get_rotate)(struct omap_dss_device *dssdev);
812 int (*set_rotate)(struct omap_dss_device *dssdev, u8 rotate);
814 bool (*get_mirror)(struct omap_dss_device *dssdev);
815 int (*set_mirror)(struct omap_dss_device *dssdev, bool enable);
817 int (*memory_read)(struct omap_dss_device *dssdev,
821 void (*get_resolution)(struct omap_dss_device *dssdev,
823 void (*get_dimensions)(struct omap_dss_device *dssdev,
848 int omap_dss_register_driver(struct omap_dss_driver *); argument