def_conf           68 arch/um/drivers/ssl.c static char *def_conf = CONFIG_SSL_CHAN;
def_conf          171 arch/um/drivers/ssl.c 			s = def_conf;
def_conf          193 arch/um/drivers/ssl.c 	line_setup(conf, NR_PORTS, &def_conf, str, "serial line");
def_conf           74 arch/um/drivers/stdio_console.c static char *def_conf;
def_conf          171 arch/um/drivers/stdio_console.c 			s = def_conf;
def_conf          198 arch/um/drivers/stdio_console.c 	line_setup(vt_conf, MAX_TTYS, &def_conf, str, "console");
def_conf          128 sound/pci/hda/hda_auto_parser.c 	unsigned int def_conf;
def_conf          135 sound/pci/hda/hda_auto_parser.c 	def_conf = snd_hda_codec_get_pincfg(codec, item->pin);
def_conf          136 sound/pci/hda/hda_auto_parser.c 	attr = snd_hda_get_input_pin_attr(def_conf);
def_conf          141 sound/pci/hda/hda_auto_parser.c 		int seq = get_defcfg_sequence(def_conf);
def_conf          191 sound/pci/hda/hda_auto_parser.c 		unsigned int def_conf;
def_conf          201 sound/pci/hda/hda_auto_parser.c 		def_conf = snd_hda_codec_get_pincfg(codec, nid);
def_conf          202 sound/pci/hda/hda_auto_parser.c 		conn = get_defcfg_connect(def_conf);
def_conf          205 sound/pci/hda/hda_auto_parser.c 		loc = get_defcfg_location(def_conf);
def_conf          206 sound/pci/hda/hda_auto_parser.c 		dev = get_defcfg_device(def_conf);
def_conf          220 sound/pci/hda/hda_auto_parser.c 			seq = get_defcfg_sequence(def_conf);
def_conf          221 sound/pci/hda/hda_auto_parser.c 			assoc = get_defcfg_association(def_conf);
def_conf          247 sound/pci/hda/hda_auto_parser.c 			seq = get_defcfg_sequence(def_conf);
def_conf          248 sound/pci/hda/hda_auto_parser.c 			assoc = get_defcfg_association(def_conf);
def_conf          260 sound/pci/hda/hda_auto_parser.c 			seq = get_defcfg_sequence(def_conf);
def_conf          261 sound/pci/hda/hda_auto_parser.c 			assoc = get_defcfg_association(def_conf);
def_conf          446 sound/pci/hda/hda_auto_parser.c int snd_hda_get_input_pin_attr(unsigned int def_conf)
def_conf          448 sound/pci/hda/hda_auto_parser.c 	unsigned int loc = get_defcfg_location(def_conf);
def_conf          449 sound/pci/hda/hda_auto_parser.c 	unsigned int conn = get_defcfg_connect(def_conf);
def_conf          482 sound/pci/hda/hda_auto_parser.c 	unsigned int def_conf;
def_conf          488 sound/pci/hda/hda_auto_parser.c 	def_conf = snd_hda_codec_get_pincfg(codec, pin);
def_conf          490 sound/pci/hda/hda_auto_parser.c 	switch (get_defcfg_device(def_conf)) {
def_conf          498 sound/pci/hda/hda_auto_parser.c 		attr = snd_hda_get_input_pin_attr(def_conf);
def_conf          505 sound/pci/hda/hda_auto_parser.c 		attr = snd_hda_get_input_pin_attr(def_conf);
def_conf          620 sound/pci/hda/hda_auto_parser.c 	unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid);
def_conf          621 sound/pci/hda/hda_auto_parser.c 	int attr = snd_hda_get_input_pin_attr(def_conf);
def_conf          655 sound/pci/hda/hda_auto_parser.c 	unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid);
def_conf          656 sound/pci/hda/hda_auto_parser.c 	int attr = snd_hda_get_input_pin_attr(def_conf);
def_conf          710 sound/pci/hda/hda_auto_parser.c 	unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid);
def_conf          717 sound/pci/hda/hda_auto_parser.c 	if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE)
def_conf          720 sound/pci/hda/hda_auto_parser.c 	switch (get_defcfg_device(def_conf)) {
def_conf          732 sound/pci/hda/hda_auto_parser.c 		hdmi = is_hdmi_cfg(def_conf);
def_conf           58 sound/pci/hda/hda_auto_parser.h int snd_hda_get_input_pin_attr(unsigned int def_conf);
def_conf          354 sound/pci/hda/hda_jack.c 	unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid);
def_conf          355 sound/pci/hda/hda_jack.c 	switch (get_defcfg_device(def_conf)) {
def_conf          439 sound/pci/hda/hda_jack.c 	unsigned int def_conf, conn;
def_conf          446 sound/pci/hda/hda_jack.c 	def_conf = snd_hda_codec_get_pincfg(codec, nid);
def_conf          447 sound/pci/hda/hda_jack.c 	conn = get_defcfg_connect(def_conf);
def_conf          989 sound/pci/hda/patch_cirrus.c 	unsigned int def_conf, coef;
def_conf         1012 sound/pci/hda/patch_cirrus.c 		def_conf = snd_hda_codec_get_pincfg(codec, CS421X_DMIC_PIN_NID);
def_conf         1013 sound/pci/hda/patch_cirrus.c 		def_conf &= ~AC_DEFCFG_PORT_CONN;
def_conf         1014 sound/pci/hda/patch_cirrus.c 		def_conf |= (AC_JACK_PORT_NONE << AC_DEFCFG_PORT_CONN_SHIFT);
def_conf         1015 sound/pci/hda/patch_cirrus.c 		snd_hda_codec_set_pincfg(codec, CS421X_DMIC_PIN_NID, def_conf);
def_conf          511 sound/pci/hda/patch_sigmatel.c 		unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid);
def_conf          512 sound/pci/hda/patch_sigmatel.c 		def_conf = get_defcfg_connect(def_conf);
def_conf          513 sound/pci/hda/patch_sigmatel.c 		if (def_conf == AC_JACK_PORT_COMPLEX &&
def_conf          519 sound/pci/hda/patch_sigmatel.c 			if (def_conf == AC_JACK_PORT_NONE)
def_conf          810 sound/pci/hda/patch_sigmatel.c 		unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid_pin[i]);
def_conf          811 sound/pci/hda/patch_sigmatel.c 		if (snd_hda_get_input_pin_attr(def_conf) == INPUT_PIN_ATTR_INT)
def_conf          440 sound/pci/hda/patch_via.c 	unsigned int def_conf;
def_conf          443 sound/pci/hda/patch_via.c 	def_conf = snd_hda_codec_get_pincfg(codec, nid);
def_conf          444 sound/pci/hda/patch_via.c 	seqassoc = (unsigned char) get_defcfg_association(def_conf);
def_conf          445 sound/pci/hda/patch_via.c 	seqassoc = (seqassoc << 4) | get_defcfg_sequence(def_conf);
def_conf          446 sound/pci/hda/patch_via.c 	if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE
def_conf          448 sound/pci/hda/patch_via.c 		def_conf = def_conf & (~(AC_JACK_PORT_BOTH << 30));
def_conf          449 sound/pci/hda/patch_via.c 		snd_hda_codec_set_pincfg(codec, nid, def_conf);