Searched refs:val81 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | rt711.c | 138 unsigned int btn_type = 0, val80, val81; in rt711_button_detect() local 146 RT711_IRQ_FLAG_TABLE2, &val81); in rt711_button_detect() 151 val81 &= 0xff00; in rt711_button_detect() 163 switch (val81) { in rt711_button_detect()
|
H A D | rt700.c | 62 unsigned int btn_type = 0, val80, val81; in rt700_button_detect() local 68 ret = rt700_index_read(rt700->regmap, RT700_IRQ_FLAG_TABLE2, &val81); in rt700_button_detect() 73 val81 &= 0xff00; in rt700_button_detect() 85 switch (val81) { in rt700_button_detect()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | rt700.c | 63 unsigned int btn_type = 0, val80, val81; in rt700_button_detect() local 69 ret = rt700_index_read(rt700->regmap, RT700_IRQ_FLAG_TABLE2, &val81); in rt700_button_detect() 74 val81 &= 0xff00; in rt700_button_detect() 86 switch (val81) { in rt700_button_detect()
|
H A D | rt711.c | 139 unsigned int btn_type = 0, val80, val81; in rt711_button_detect() local 147 RT711_IRQ_FLAG_TABLE2, &val81); in rt711_button_detect() 152 val81 &= 0xff00; in rt711_button_detect() 164 switch (val81) { in rt711_button_detect()
|
Completed in 7 milliseconds