Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Darizona-jack.c474 info->hpdet_res[info->num_hpdet_res++] = *reading; in arizona_hpdet_do_id()
496 info->hpdet_res[0], info->hpdet_res[1]); in arizona_hpdet_do_id()
499 *reading = info->hpdet_res[0]; in arizona_hpdet_do_id()
514 if (!id_gpio || info->hpdet_res[1] > 50) { in arizona_hpdet_do_id()
1097 for (i = 0; i < ARRAY_SIZE(info->hpdet_res); i++) in arizona_jackdet()
1098 info->hpdet_res[i] = 0; in arizona_jackdet()
H A Darizona.h125 unsigned int hpdet_res[3]; member