Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/hdaudio/
H A Dhdaudio.c246 struct hdaudio_function_group *fg; in hdaudio_rirb_unsol()
675 hdaudio_attach_fg(struct hdaudio_function_group *fg, prop_array_t config) in hdaudio_attach_fg()
704 struct hdaudio_function_group *fg; in hdaudio_codec_attach()
948 struct hdaudio_function_group *fg; in hdaudio_rescan()
968 struct hdaudio_function_group *fg; in hdaudio_childdet()
1322 static struct hdaudio_function_group *
1326 struct hdaudio_function_group *fg = NULL; in hdaudioioctl_fgrp_lookup()
1349 struct hdaudio_function_group *fg; in hdaudioioctl_fgrp_info()
1395 struct hdaudio_function_group *fg; in hdaudioioctl_fgrp_getconfig()
1443 struct hdaudio_function_group *fg; in hdaudioioctl_fgrp_setconfig()
[all …]
H A Dhdaudiovar.h69 struct hdaudio_function_group { struct
84 struct hdaudio_function_group *co_fg; argument
H A Dhdafg.c297 struct hdaudio_function_group *sc_fg;
3765 sc->sc_fg = (struct hdaudio_function_group *)(vaddr_t)fgptr; in hdafg_attach()