Searched refs:is_jack_detectable (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/sound/pci/hda/ |
D | hda_jack.h | 82 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); 431 !is_jack_detectable(codec, nid); in add_jack_kctl()
|
D | hda_generic.c | 4020 if (!is_jack_detectable(codec, pin)) in detect_pin_state() 4078 if (is_jack_detectable(codec, pins[i])) in add_pin_power_ctls() 4112 if (is_jack_detectable(codec, pins[i])) in sync_pin_power_ctls() 4610 if (!is_jack_detectable(codec, nid)) in check_auto_mute_availability() 4622 if (!is_jack_detectable(codec, nid)) in check_auto_mute_availability() 4714 if (!is_jack_detectable(codec, nid)) in check_auto_mic_availability() 5806 if (is_jack_detectable(codec, nid) && in clear_unsol_on_unused_pins()
|
D | patch_hdmi.c | 2105 phantom_jack = !is_jack_detectable(codec, per_pin->pin_nid); in generic_hdmi_build_jack()
|
D | patch_sigmatel.c | 544 is_jack_detectable(codec, nid)) { in stac_init_power_map()
|