Home
last modified time | relevance | path

Searched refs:hpdet_active (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/soc/codecs/
H A Darizona-jack.c540 if (!info->hpdet_active) { in arizona_hpdet_irq()
596 if (info->hpdet_active) { in arizona_hpdet_irq()
598 info->hpdet_active = false; in arizona_hpdet_irq()
624 info->hpdet_active = true; in arizona_identify_headphone()
659 info->hpdet_active = false; in arizona_identify_headphone()
674 info->hpdet_active = true; in arizona_start_hpdet_acc_id()
707 info->hpdet_active = false; in arizona_start_hpdet_acc_id()
H A Darizona.h117 bool hpdet_active; member