Searched refs:is_jack_detectable (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/ |
D | hda_jack.h | 150 bool is_jack_detectable(struct hda_codec *codec, hda_nid_t nid);
|
D | hda_jack.c | 29 bool is_jack_detectable(struct hda_codec *codec, hda_nid_t nid) in is_jack_detectable() function 43 EXPORT_SYMBOL_GPL(is_jack_detectable); 530 !is_jack_detectable(codec, nid); in add_jack_kctl()
|
D | hda_generic.c | 4267 if (!is_jack_detectable(codec, pin)) in detect_pin_state() 4325 if (is_jack_detectable(codec, pins[i])) in add_pin_power_ctls() 4359 if (is_jack_detectable(codec, pins[i])) in sync_pin_power_ctls() 4857 if (!is_jack_detectable(codec, nid)) in check_auto_mute_availability() 4869 if (!is_jack_detectable(codec, nid)) in check_auto_mute_availability() 4961 if (!is_jack_detectable(codec, nid)) in check_auto_mic_availability() 6055 if (is_jack_detectable(codec, nid) && in clear_unsol_on_unused_pins()
|
D | patch_realtek.c | 6311 if (!is_jack_detectable(codec, 0x21)) in alc294_fixup_gx502_hp() 6343 if (!is_jack_detectable(codec, 0x21)) in alc294_fixup_gu502_hp() 10199 if (!is_jack_detectable(codec, 0x1b)) in alc662_fixup_aspire_ethos_hp()
|
D | patch_sigmatel.c | 521 is_jack_detectable(codec, nid)) { in stac_init_power_map()
|
D | patch_hdmi.c | 2302 !is_jack_detectable(codec, per_pin->pin_nid)) in generic_hdmi_build_jack()
|