Searched refs:val80 (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 142 RT711_IRQ_FLAG_TABLE1, &val80); in rt711_button_detect() 150 val80 &= 0x0381; in rt711_button_detect() 153 switch (val80) { in rt711_button_detect()
|
H A D | rt700.c | 62 unsigned int btn_type = 0, val80, val81; in rt700_button_detect() local 65 ret = rt700_index_read(rt700->regmap, RT700_IRQ_FLAG_TABLE1, &val80); in rt700_button_detect() 72 val80 &= 0x0381; in rt700_button_detect() 75 switch (val80) { 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 66 ret = rt700_index_read(rt700->regmap, RT700_IRQ_FLAG_TABLE1, &val80); in rt700_button_detect() 73 val80 &= 0x0381; in rt700_button_detect() 76 switch (val80) { in rt700_button_detect()
|
H A D | rt711.c | 139 unsigned int btn_type = 0, val80, val81; in rt711_button_detect() local 143 RT711_IRQ_FLAG_TABLE1, &val80); in rt711_button_detect() 151 val80 &= 0x0381; in rt711_button_detect() 154 switch (val80) { in rt711_button_detect()
|
Completed in 6 milliseconds