Home
last modified time | relevance | path

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

/netbsd/sys/dev/hdaudio/
H A Dhdafg.c673 defdev = COP_CFG_DEFAULT_DEVICE(w->w_pin.config); in hdafg_widget_pin_parse()
709 COP_CFG_DEFAULT_DEVICE(config) == in hdafg_widget_getcaps()
1024 defdev = COP_CFG_DEFAULT_DEVICE(w->w_pin.config); in hdafg_assoc_dump()
1055 defdev = COP_CFG_DEFAULT_DEVICE(w->w_pin.config); in hdafg_assoc_dump()
1076 defdev = COP_CFG_DEFAULT_DEVICE(w->w_pin.config); in hdafg_assoc_dump()
1171 type = COP_CFG_DEFAULT_DEVICE(w->w_pin.config); in hdafg_assoc_parse()
2034 if (COP_CFG_DEFAULT_DEVICE(w->w_pin.config) != in hdafg_prepare_pin_controls()
2046 (COP_CFG_DEFAULT_DEVICE(w->w_pin.config) == in hdafg_prepare_pin_controls()
2389 switch (COP_CFG_DEFAULT_DEVICE(w->w_pin.config)) { in hdafg_mixer_child_is_input()
2535 switch (COP_CFG_DEFAULT_DEVICE(w->w_pin.config)) { in hdafg_assign_names()
[all …]
H A Dhdaudioreg.h346 #define COP_CFG_DEFAULT_DEVICE(x) (((x) >> 20) & 0xf) macro
/netbsd/usr.sbin/hdaudioctl/
H A Dgraph.c126 pin_devices[COP_CFG_DEFAULT_DEVICE(config)]); in hdaudioctl_graph()