Lines Matching defs:omap_dss_driver
521 struct omap_dss_driver { struct
522 int (*probe)(struct omap_dss_device *);
523 void (*remove)(struct omap_dss_device *);
525 int (*connect)(struct omap_dss_device *dssdev);
526 void (*disconnect)(struct omap_dss_device *dssdev);
528 int (*enable)(struct omap_dss_device *display);
529 void (*disable)(struct omap_dss_device *display);
530 int (*run_test)(struct omap_dss_device *display, int test);
532 int (*update)(struct omap_dss_device *dssdev,
534 int (*sync)(struct omap_dss_device *dssdev);
536 int (*enable_te)(struct omap_dss_device *dssdev, bool enable);
537 int (*get_te)(struct omap_dss_device *dssdev);
539 u8 (*get_rotate)(struct omap_dss_device *dssdev);
540 int (*set_rotate)(struct omap_dss_device *dssdev, u8 rotate);
542 bool (*get_mirror)(struct omap_dss_device *dssdev);
543 int (*set_mirror)(struct omap_dss_device *dssdev, bool enable);
545 int (*memory_read)(struct omap_dss_device *dssdev,
549 int (*check_timings)(struct omap_dss_device *dssdev,
551 void (*set_timings)(struct omap_dss_device *dssdev,
553 void (*get_timings)(struct omap_dss_device *dssdev,
555 void (*get_size)(struct omap_dss_device *dssdev,
558 int (*set_wss)(struct omap_dss_device *dssdev, u32 wss);
559 u32 (*get_wss)(struct omap_dss_device *dssdev);
561 int (*read_edid)(struct omap_dss_device *dssdev, u8 *buf, int len);
562 bool (*detect)(struct omap_dss_device *dssdev);
564 int (*register_hpd_cb)(struct omap_dss_device *dssdev,
568 void (*unregister_hpd_cb)(struct omap_dss_device *dssdev);
569 void (*enable_hpd)(struct omap_dss_device *dssdev);
570 void (*disable_hpd)(struct omap_dss_device *dssdev);
572 int (*set_hdmi_mode)(struct omap_dss_device *dssdev, bool hdmi_mode);
573 int (*set_hdmi_infoframe)(struct omap_dss_device *dssdev,