Home
last modified time | relevance | path

Searched refs:def_conf (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/sound/pci/hda/
H A Dhda_auto_parser.c130 unsigned int def_conf; in can_be_headset_mic() local
193 unsigned int def_conf; in snd_hda_parse_pin_defcfg() local
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()
249 seq = get_defcfg_sequence(def_conf); in snd_hda_parse_pin_defcfg()
262 seq = get_defcfg_sequence(def_conf); in snd_hda_parse_pin_defcfg()
484 unsigned int def_conf; in hda_get_input_pin_label() local
492 switch (get_defcfg_device(def_conf)) { in hda_get_input_pin_label()
[all …]
H A Dpatch_via.c441 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()
H A Dhda_jack.c504 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()
H A Dpatch_cirrus.c993 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()
H A Dhda_auto_parser.h60 int snd_hda_get_input_pin_attr(unsigned int def_conf);
H A Dpatch_sigmatel.c518 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()
/openbmc/linux/arch/um/drivers/
H A Dstdio_console.c72 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()
H A Dssl.c66 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()