Searched defs:drm_panel_funcs (Results 1 – 2 of 2) sorted by relevance
77938 struct drm_panel_funcs { struct77939 int (*prepare)(struct drm_panel *);77940 int (*enable)(struct drm_panel *);77941 int (*disable)(struct drm_panel *);77942 int (*unprepare)(struct drm_panel *);77943 int (*get_modes)(struct drm_panel *, struct drm_connector *);77944 enum drm_panel_orientation (*get_orientation)(struct drm_panel *);77945 int (*get_timings)(struct drm_panel *, unsigned int, struct display_timing *);77946 void (*debugfs_init)(struct drm_panel *, struct dentry *);
87567 struct drm_panel_funcs { struct87568 int (*prepare)(struct drm_panel *);87569 int (*enable)(struct drm_panel *);87570 int (*disable)(struct drm_panel *);87571 int (*unprepare)(struct drm_panel *);87572 int (*get_modes)(struct drm_panel *, struct drm_connector *);87573 enum drm_panel_orientation (*get_orientation)(struct drm_panel *);87574 int (*get_timings)(struct drm_panel *, unsigned int, struct display_timing *);87575 void (*debugfs_init)(struct drm_panel *, struct dentry *);