Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/hda/
H A Dhdaa.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);
H A Dhdaa.c174 static struct hdaa_audio_ctl *hdaa_audio_ctl_amp_get(struct hdaa_devinfo *,
176 static void hdaa_audio_ctl_amp_set_internal(struct hdaa_devinfo *,
199 hdaa_audio_ctl_each(struct hdaa_devinfo *devinfo, int *index) in hdaa_audio_ctl_each()
210 hdaa_audio_ctl_amp_get(struct hdaa_devinfo *devinfo, nid_t nid, int dir, in hdaa_audio_ctl_amp_get()
266 struct hdaa_devinfo *devinfo = pdevinfo->devinfo; in hdaa_channels_handler()
381 struct hdaa_devinfo *devinfo = w->devinfo; in hdaa_hpredir_handler()
464 struct hdaa_devinfo *devinfo; in hdaa_autorecsrc_handler()
534 struct hdaa_devinfo *devinfo = w->devinfo; in hdaa_presence_handler()
605 struct hdaa_devinfo *devinfo = arg; in hdaa_jack_poll_callback()
631 struct hdaa_devinfo *devinfo = w->devinfo; in hdaa_eld_dump()
[all …]
H A Dhdaa_patches.c475 struct hdaa_devinfo *devinfo = w->devinfo; in hdaa_widget_patch()
528 hdaa_patch(struct hdaa_devinfo *devinfo) in hdaa_patch()
764 hdaa_patch_direct(struct hdaa_devinfo *devinfo) in hdaa_patch_direct()