Searched refs:is_jack_detectable (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/sound/pci/hda/ |
D | hda_jack.h | 85 bool is_jack_detectable(struct hda_codec *codec, hda_nid_t nid);
|
D | hda_jack.c | 33 bool is_jack_detectable(struct hda_codec *codec, hda_nid_t nid) in is_jack_detectable() function 47 EXPORT_SYMBOL_GPL(is_jack_detectable); 483 !is_jack_detectable(codec, nid); in add_jack_kctl()
|
D | hda_generic.c | 4018 if (!is_jack_detectable(codec, pin)) in detect_pin_state() 4076 if (is_jack_detectable(codec, pins[i])) in add_pin_power_ctls() 4110 if (is_jack_detectable(codec, pins[i])) in sync_pin_power_ctls() 4608 if (!is_jack_detectable(codec, nid)) in check_auto_mute_availability() 4620 if (!is_jack_detectable(codec, nid)) in check_auto_mute_availability() 4712 if (!is_jack_detectable(codec, nid)) in check_auto_mic_availability() 5804 if (is_jack_detectable(codec, nid) && in clear_unsol_on_unused_pins()
|
D | patch_sigmatel.c | 544 is_jack_detectable(codec, nid)) { in stac_init_power_map()
|
D | patch_hdmi.c | 2085 if (!is_jack_detectable(codec, per_pin->pin_nid)) in generic_hdmi_build_jack()
|