Searched refs:def_conf (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/sound/pci/hda/ |
D | hda_auto_parser.c | 130 unsigned int def_conf; in can_be_headset_mic() local 137 def_conf = snd_hda_codec_get_pincfg(codec, item->pin); in can_be_headset_mic() 138 attr = snd_hda_get_input_pin_attr(def_conf); in can_be_headset_mic() 143 int seq = get_defcfg_sequence(def_conf); in can_be_headset_mic() 193 unsigned int def_conf; in snd_hda_parse_pin_defcfg() local 203 def_conf = snd_hda_codec_get_pincfg(codec, nid); in snd_hda_parse_pin_defcfg() 204 conn = get_defcfg_connect(def_conf); in snd_hda_parse_pin_defcfg() 207 loc = get_defcfg_location(def_conf); in snd_hda_parse_pin_defcfg() 208 dev = get_defcfg_device(def_conf); in snd_hda_parse_pin_defcfg() 222 seq = get_defcfg_sequence(def_conf); in snd_hda_parse_pin_defcfg() [all …]
|
D | patch_via.c | 441 unsigned int def_conf; in vt1708_set_pinconfig_connect() local 444 def_conf = snd_hda_codec_get_pincfg(codec, nid); in vt1708_set_pinconfig_connect() 445 seqassoc = (unsigned char) get_defcfg_association(def_conf); in vt1708_set_pinconfig_connect() 446 seqassoc = (seqassoc << 4) | get_defcfg_sequence(def_conf); in vt1708_set_pinconfig_connect() 447 if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE in vt1708_set_pinconfig_connect() 449 def_conf = def_conf & (~(AC_JACK_PORT_BOTH << 30)); in vt1708_set_pinconfig_connect() 450 snd_hda_codec_set_pincfg(codec, nid, def_conf); in vt1708_set_pinconfig_connect()
|
D | hda_jack.c | 504 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid); in get_input_jack_type() local 505 switch (get_defcfg_device(def_conf)) { in get_input_jack_type() 590 unsigned int def_conf, conn; in add_jack_kctl() local 599 def_conf = snd_hda_codec_get_pincfg(codec, nid); in add_jack_kctl() 600 conn = get_defcfg_connect(def_conf); in add_jack_kctl()
|
D | patch_cirrus.c | 993 unsigned int def_conf, coef; in cs4210_pinmux_init() local 1016 def_conf = snd_hda_codec_get_pincfg(codec, CS421X_DMIC_PIN_NID); in cs4210_pinmux_init() 1017 def_conf &= ~AC_DEFCFG_PORT_CONN; in cs4210_pinmux_init() 1018 def_conf |= (AC_JACK_PORT_NONE << AC_DEFCFG_PORT_CONN_SHIFT); in cs4210_pinmux_init() 1019 snd_hda_codec_set_pincfg(codec, CS421X_DMIC_PIN_NID, def_conf); in cs4210_pinmux_init()
|
D | hda_auto_parser.h | 58 int snd_hda_get_input_pin_attr(unsigned int def_conf);
|
D | patch_sigmatel.c | 518 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid); in stac_init_power_map() local 519 def_conf = get_defcfg_connect(def_conf); in stac_init_power_map() 520 if (def_conf == AC_JACK_PORT_COMPLEX && in stac_init_power_map() 526 if (def_conf == AC_JACK_PORT_NONE) in stac_init_power_map() 817 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid_pin[i]); in has_builtin_speaker() local 818 if (snd_hda_get_input_pin_attr(def_conf) == INPUT_PIN_ATTR_INT) in has_builtin_speaker()
|
/linux-6.1.9/arch/um/drivers/ |
D | stdio_console.c | 72 static char *def_conf; variable 167 s = def_conf; in stdio_init() 194 line_setup(vt_conf, MAX_TTYS, &def_conf, str, "console"); in console_chan_setup()
|
D | ssl.c | 66 static char *def_conf = CONFIG_SSL_CHAN; variable 167 s = def_conf; in ssl_init() 189 line_setup(conf, NR_PORTS, &def_conf, str, "serial line"); in ssl_chan_setup()
|