snd_hda_jack_detect_state 4206 sound/pci/hda/hda_generic.c return snd_hda_jack_detect_state(codec, pin) != HDA_JACK_NOT_PRESENT; snd_hda_jack_detect_state 4416 sound/pci/hda/hda_generic.c if (snd_hda_jack_detect_state(codec, nid) == HDA_JACK_PRESENT) snd_hda_jack_detect_state 4617 sound/pci/hda/hda_generic.c if (snd_hda_jack_detect_state(codec, pin) == HDA_JACK_PRESENT) { snd_hda_jack_detect_state 230 sound/pci/hda/hda_jack.c EXPORT_SYMBOL_GPL(snd_hda_jack_detect_state); snd_hda_jack_detect_state 75 sound/pci/hda/hda_jack.h int snd_hda_jack_detect_state(struct hda_codec *codec, hda_nid_t nid); snd_hda_jack_detect_state 84 sound/pci/hda/hda_jack.h return snd_hda_jack_detect_state(codec, nid) != HDA_JACK_NOT_PRESENT; snd_hda_jack_detect_state 8769 sound/pci/hda/patch_realtek.c if (snd_hda_jack_detect_state(codec, 0x1b) == HDA_JACK_PRESENT) {