Searched refs:hda_hp_plugged (Results 1 – 3 of 3) sorted by relevance
2316 int val, jack_type = 0, hda_mic_plugged, hda_hp_plugged; in rt5640_jack_work() local2332 hda_hp_plugged = !(val & (0x1 << 11)); in rt5640_jack_work()2334 hda_hp_plugged); in rt5640_jack_work()2337 (0x1 << 10), !hda_hp_plugged << 10); in rt5640_jack_work()2339 if (hda_hp_plugged) in rt5640_jack_work()
1437 if (hp_flag != rt5659->hda_hp_plugged) { in rt5659_jack_detect_intel_hd_header()1438 rt5659->hda_hp_plugged = hp_flag; in rt5659_jack_detect_intel_hd_header()4052 rt5659->hda_hp_plugged = true; in rt5659_intel_hd_header_probe_setup()
1814 bool hda_hp_plugged; member