drm_panel
int drm_panel_attach(struct drm_panel *panel, struct drm_connector *connector)
int drm_panel_detach(struct drm_panel *panel)
struct drm_panel *of_drm_find_panel(const struct device_node *np)
struct drm_panel *panel;
void drm_panel_init(struct drm_panel *panel)
int drm_panel_add(struct drm_panel *panel)
void drm_panel_remove(struct drm_panel *panel)
struct drm_bridge *drm_panel_bridge_add(struct drm_panel *panel,
struct drm_panel *panel,
struct drm_panel;
struct drm_panel;
struct drm_panel **panel,
struct drm_panel **panel,
static inline int drm_panel_unprepare(struct drm_panel *panel)
static inline int drm_panel_disable(struct drm_panel *panel)
static inline int drm_panel_prepare(struct drm_panel *panel)
static inline int drm_panel_enable(struct drm_panel *panel)
static inline int drm_panel_get_modes(struct drm_panel *panel)
void drm_panel_init(struct drm_panel *panel);
int drm_panel_add(struct drm_panel *panel);
void drm_panel_remove(struct drm_panel *panel);
int drm_panel_attach(struct drm_panel *panel, struct drm_connector *connector);
int drm_panel_detach(struct drm_panel *panel);
struct drm_panel *of_drm_find_panel(const struct device_node *np);
static inline struct drm_panel *of_drm_find_panel(const struct device_node *np)
struct drm_panel;
int (*disable)(struct drm_panel *panel);
int (*unprepare)(struct drm_panel *panel);
int (*prepare)(struct drm_panel *panel);
int (*enable)(struct drm_panel *panel);
int (*get_modes)(struct drm_panel *panel);
int (*get_timings)(struct drm_panel *panel, unsigned int num_timings,