Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/codecs/
Drt5677.c958 RT5677_GPIO1_PIN_MASK, RT5677_GPIO1_PIN_IRQ); in rt5677_dsp_work()
5320 if ((reg_gpio & RT5677_GPIO1_PIN_MASK) == RT5677_GPIO1_PIN_IRQ) in rt5677_check_hotword()
5325 RT5677_GPIO1_PIN_MASK, RT5677_GPIO1_PIN_IRQ); in rt5677_check_hotword()
5539 RT5677_GPIO1_PIN_MASK, RT5677_GPIO1_PIN_IRQ); in rt5677_init_irq()
Drt5677.h1580 #define RT5677_GPIO1_PIN_IRQ (0x1 << 15) macro