Home
last modified time | relevance | path

Searched refs:hdaa_devinfo (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/sound/pci/hda/
HDhdaa.h91 struct hdaa_devinfo;
112 struct hdaa_devinfo *devinfo;
170 struct hdaa_devinfo *devinfo;
187 struct hdaa_devinfo { struct
225 struct hdaa_devinfo *devinfo; argument
268 struct hdaa_widget *hdaa_widget_get(struct hdaa_devinfo *, nid_t);
272 void hdaa_patch(struct hdaa_devinfo *devinfo);
273 void hdaa_patch_direct(struct hdaa_devinfo *devinfo);
HDhdaa.c176 static struct hdaa_audio_ctl *hdaa_audio_ctl_amp_get(struct hdaa_devinfo *,
178 static void hdaa_audio_ctl_amp_set_internal(struct hdaa_devinfo *,
201 hdaa_audio_ctl_each(struct hdaa_devinfo *devinfo, int *index) in hdaa_audio_ctl_each()
212 hdaa_audio_ctl_amp_get(struct hdaa_devinfo *devinfo, nid_t nid, int dir, in hdaa_audio_ctl_amp_get()
268 struct hdaa_devinfo *devinfo = pdevinfo->devinfo; in hdaa_channels_handler()
382 struct hdaa_devinfo *devinfo = w->devinfo; in hdaa_hpredir_handler()
465 struct hdaa_devinfo *devinfo; in hdaa_autorecsrc_handler()
535 struct hdaa_devinfo *devinfo = w->devinfo; in hdaa_presence_handler()
579 struct hdaa_devinfo *devinfo = arg; in hdaa_jack_poll_callback()
605 struct hdaa_devinfo *devinfo = w->devinfo; in hdaa_eld_dump()
[all …]
HDhdaa_patches.c383 struct hdaa_devinfo *devinfo = w->devinfo; in hdaa_widget_patch()
436 hdaa_patch(struct hdaa_devinfo *devinfo) in hdaa_patch()
672 hdaa_patch_direct(struct hdaa_devinfo *devinfo) in hdaa_patch_direct()