Home
last modified time | relevance | path

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

/sound/soc/codecs/
Drt5677.c958 RT5677_GPIO1_PIN_MASK, RT5677_GPIO1_PIN_IRQ); in rt5677_dsp_work()
5321 if ((reg_gpio & RT5677_GPIO1_PIN_MASK) == RT5677_GPIO1_PIN_IRQ) in rt5677_check_hotword()
5326 RT5677_GPIO1_PIN_MASK, RT5677_GPIO1_PIN_IRQ); in rt5677_check_hotword()
5540 RT5677_GPIO1_PIN_MASK, RT5677_GPIO1_PIN_IRQ); in rt5677_init_irq()
Drt5677.h1580 #define RT5677_GPIO1_PIN_IRQ (0x1 << 15) macro