Searched refs:def_conf (Results 1 – 3 of 3) sorted by relevance
/linux/arch/um/drivers/ |
H A 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()
|
H A 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()
|
/linux/sound/pci/hda/ |
H A 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()
|