Home
last modified time | relevance | path

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

/openbmc/linux/sound/drivers/vx/
H A Dvx_core.c741 chip->chip_status |= VX_STAT_IN_SUSPEND; in snd_vx_suspend()
768 chip->chip_status &= ~VX_STAT_IN_SUSPEND; in snd_vx_resume()
/openbmc/linux/include/sound/
H A Dvx_core.h133 VX_STAT_IN_SUSPEND = (1 << 10), /* in suspend phase */ enumerator