Searched refs:def_conf (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/sound/pci/hda/ |
D | hda_auto_parser.c | 132 unsigned int def_conf; in can_be_headset_mic() local 139 def_conf = snd_hda_codec_get_pincfg(codec, item->pin); in can_be_headset_mic() 140 attr = snd_hda_get_input_pin_attr(def_conf); in can_be_headset_mic() 145 int seq = get_defcfg_sequence(def_conf); in can_be_headset_mic() 195 unsigned int def_conf; in snd_hda_parse_pin_defcfg() local 205 def_conf = snd_hda_codec_get_pincfg(codec, nid); in snd_hda_parse_pin_defcfg() 206 conn = get_defcfg_connect(def_conf); in snd_hda_parse_pin_defcfg() 209 loc = get_defcfg_location(def_conf); in snd_hda_parse_pin_defcfg() 210 dev = get_defcfg_device(def_conf); in snd_hda_parse_pin_defcfg() 224 seq = get_defcfg_sequence(def_conf); in snd_hda_parse_pin_defcfg() [all …]
|
D | hda_jack.c | 357 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid); in get_input_jack_type() local 358 switch (get_defcfg_device(def_conf)) { in get_input_jack_type() 471 unsigned int def_conf, conn; in add_jack_kctl() local 478 def_conf = snd_hda_codec_get_pincfg(codec, nid); in add_jack_kctl() 479 conn = get_defcfg_connect(def_conf); in add_jack_kctl()
|
D | patch_via.c | 502 unsigned int def_conf; in vt1708_set_pinconfig_connect() local 505 def_conf = snd_hda_codec_get_pincfg(codec, nid); in vt1708_set_pinconfig_connect() 506 seqassoc = (unsigned char) get_defcfg_association(def_conf); in vt1708_set_pinconfig_connect() 507 seqassoc = (seqassoc << 4) | get_defcfg_sequence(def_conf); in vt1708_set_pinconfig_connect() 508 if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE in vt1708_set_pinconfig_connect() 510 def_conf = def_conf & (~(AC_JACK_PORT_BOTH << 30)); in vt1708_set_pinconfig_connect() 511 snd_hda_codec_set_pincfg(codec, nid, def_conf); in vt1708_set_pinconfig_connect()
|
D | patch_cirrus.c | 988 unsigned int def_conf, coef; in cs4210_pinmux_init() local 1011 def_conf = snd_hda_codec_get_pincfg(codec, CS421X_DMIC_PIN_NID); in cs4210_pinmux_init() 1012 def_conf &= ~AC_DEFCFG_PORT_CONN; in cs4210_pinmux_init() 1013 def_conf |= (AC_JACK_PORT_NONE << AC_DEFCFG_PORT_CONN_SHIFT); in cs4210_pinmux_init() 1014 snd_hda_codec_set_pincfg(codec, CS421X_DMIC_PIN_NID, def_conf); in cs4210_pinmux_init()
|
D | hda_auto_parser.h | 62 int snd_hda_get_input_pin_attr(unsigned int def_conf);
|
D | patch_sigmatel.c | 540 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid); in stac_init_power_map() local 541 def_conf = get_defcfg_connect(def_conf); in stac_init_power_map() 542 if (def_conf == AC_JACK_PORT_COMPLEX && in stac_init_power_map() 548 if (def_conf == AC_JACK_PORT_NONE) in stac_init_power_map() 839 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid_pin[i]); in has_builtin_speaker() local 840 if (snd_hda_get_input_pin_attr(def_conf) == INPUT_PIN_ATTR_INT) in has_builtin_speaker()
|
/linux-4.1.27/arch/um/drivers/ |
D | stdio_console.c | 74 static char *def_conf; variable 171 s = def_conf; in stdio_init() 195 line_setup(vt_conf, MAX_TTYS, &def_conf, str, "console"); in console_chan_setup()
|
D | ssl.c | 69 static char *def_conf = CONFIG_SSL_CHAN; variable 172 s = def_conf; in ssl_init() 194 line_setup(conf, NR_PORTS, &def_conf, str, "serial line"); in ssl_chan_setup()
|