Lines Matching full:hda
11 * struct drm_audio_component_ops - Ops implemented by DRM driver, called by hda driver
65 * struct drm_audio_component_audio_ops - Ops implemented by hda driver, called by DRM driver
73 * @pin_eld_notify: Notify the HDA driver that pin sense and/or ELD information has changed
76 * begun to tear it down. This allows the HDA driver to update its
77 * status accordingly (even when the HDA controller is in power save
84 * Called by HDA driver to check and convert from the pin widget node
91 * Called at binding master component, for HDA codec-specific
98 * Called at unbinding master component, for HDA codec-specific
105 * struct drm_audio_component - Used for direct communication between DRM and hda drivers
113 * @ops: Ops implemented by DRM driver, called by hda driver
117 * @audio_ops: Ops implemented by hda driver, called by DRM driver