Home
last modified time | relevance | path

Searched refs:is_jack_detectable (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/sound/pci/hda/
Dhda_jack.h82 bool is_jack_detectable(struct hda_codec *codec, hda_nid_t nid);
Dhda_jack.c33 bool is_jack_detectable(struct hda_codec *codec, hda_nid_t nid) in is_jack_detectable() function
47 EXPORT_SYMBOL_GPL(is_jack_detectable);
431 !is_jack_detectable(codec, nid); in add_jack_kctl()
Dhda_generic.c4186 if (!is_jack_detectable(codec, pin)) in detect_pin_state()
4244 if (is_jack_detectable(codec, pins[i])) in add_pin_power_ctls()
4278 if (is_jack_detectable(codec, pins[i])) in sync_pin_power_ctls()
4776 if (!is_jack_detectable(codec, nid)) in check_auto_mute_availability()
4788 if (!is_jack_detectable(codec, nid)) in check_auto_mute_availability()
4880 if (!is_jack_detectable(codec, nid)) in check_auto_mic_availability()
5974 if (is_jack_detectable(codec, nid) && in clear_unsol_on_unused_pins()
Dpatch_sigmatel.c527 is_jack_detectable(codec, nid)) { in stac_init_power_map()
Dpatch_hdmi.c2140 phantom_jack = !is_jack_detectable(codec, per_pin->pin_nid); in generic_hdmi_build_jack()