Lines Matching defs:panel
51 void drm_panel_init(struct drm_panel *panel) in drm_panel_init()
67 int drm_panel_add(struct drm_panel *panel) in drm_panel_add()
83 void drm_panel_remove(struct drm_panel *panel) in drm_panel_remove()
106 int drm_panel_attach(struct drm_panel *panel, struct drm_connector *connector) in drm_panel_attach()
128 void drm_panel_detach(struct drm_panel *panel) in drm_panel_detach()
145 int drm_panel_prepare(struct drm_panel *panel) in drm_panel_prepare()
165 int drm_panel_unprepare(struct drm_panel *panel) in drm_panel_unprepare()
184 int drm_panel_enable(struct drm_panel *panel) in drm_panel_enable()
203 int drm_panel_disable(struct drm_panel *panel) in drm_panel_disable()
222 int drm_panel_get_modes(struct drm_panel *panel) in drm_panel_get_modes()
250 struct drm_panel *panel; in of_drm_find_panel() local
270 int drm_panel_notifier_register(struct drm_panel *panel, in drm_panel_notifier_register()
277 int drm_panel_notifier_unregister(struct drm_panel *panel, in drm_panel_notifier_unregister()
284 int drm_panel_notifier_call_chain(struct drm_panel *panel, in drm_panel_notifier_call_chain()