phantom_jack       77 include/sound/jack.h 		 struct snd_jack **jack, bool initial_kctl, bool phantom_jack);
phantom_jack       88 include/sound/jack.h 			       struct snd_jack **jack, bool initial_kctl, bool phantom_jack)
phantom_jack      199 sound/core/jack.c 		 struct snd_jack **jjack, bool initial_kctl, bool phantom_jack)
phantom_jack      225 sound/core/jack.c 	if (!phantom_jack) {
phantom_jack      153 sound/pci/hda/hda_jack.c 	if (jack->phantom_jack)
phantom_jack      223 sound/pci/hda/hda_jack.c 	if (jack && jack->phantom_jack)
phantom_jack      391 sound/pci/hda/hda_jack.c 			  const char *name, bool phantom_jack,
phantom_jack      414 sound/pci/hda/hda_jack.c 			   &jack->jack, true, phantom_jack);
phantom_jack      418 sound/pci/hda/hda_jack.c 	jack->phantom_jack = !!phantom_jack;
phantom_jack      442 sound/pci/hda/hda_jack.c 	bool phantom_jack;
phantom_jack      450 sound/pci/hda/hda_jack.c 	phantom_jack = (conn != AC_JACK_PORT_COMPLEX) ||
phantom_jack      457 sound/pci/hda/hda_jack.c 	if (phantom_jack)
phantom_jack      460 sound/pci/hda/hda_jack.c 	err = snd_hda_jack_add_kctl(codec, nid, name, phantom_jack, 0, NULL);
phantom_jack      464 sound/pci/hda/hda_jack.c 	if (!phantom_jack)
phantom_jack      588 sound/pci/hda/hda_jack.c 		if (!jack->nid || !jack->jack_dirty || jack->phantom_jack)
phantom_jack       37 sound/pci/hda/hda_jack.h 	unsigned int phantom_jack:1;    /* a fixed, always present port? */
phantom_jack       90 sound/pci/hda/hda_jack.h 			  const char *name, bool phantom_jack,
phantom_jack     2157 sound/pci/hda/patch_hdmi.c 	bool phantom_jack;
phantom_jack     2172 sound/pci/hda/patch_hdmi.c 	phantom_jack = !is_jack_detectable(codec, per_pin->pin_nid);
phantom_jack     2173 sound/pci/hda/patch_hdmi.c 	if (phantom_jack)
phantom_jack     2177 sound/pci/hda/patch_hdmi.c 				    phantom_jack, 0, NULL);