HomeSort by: relevance | last modified time | path
    Searched refs:drm_audio_component (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_audio_component.h 1 /* $NetBSD: drm_audio_component.h,v 1.2 2021/12/18 23:45:45 riastradh Exp $ */
9 struct drm_audio_component;
96 int (*master_bind)(struct device *dev, struct drm_audio_component *);
103 void (*master_unbind)(struct device *dev, struct drm_audio_component *);
107 * struct drm_audio_component - Used for direct communication between DRM and hda drivers
109 struct drm_audio_component { struct
i915_component.h 29 #include "drm_audio_component.h"
46 * @base: the drm_audio_component base class
48 struct drm_audio_component base;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_drv.h 64 #include <drm/drm_audio_component.h>
221 struct drm_audio_component *component;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm.h 220 struct drm_audio_component *audio_component;
amdgpu_dm.c 82 #include <drm/drm_audio_component.h>
668 struct drm_audio_component *acomp = data;
682 struct drm_audio_component *acomp = data;
753 struct drm_audio_component *acomp = adev->dm.audio_component;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_disp.c 500 nv50_audio_component_eld_notify(struct drm_audio_component *acomp, int port)
551 struct drm_audio_component *acomp = data;
570 struct drm_audio_component *acomp = data;

Completed in 146 milliseconds