Home
last modified time | relevance | path

Searched refs:VX_STAT_CHIP_INIT (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/sound/drivers/vx/
Dvx_hwdep.c105 chip->chip_status |= VX_STAT_CHIP_INIT; in snd_vx_setup_firmware()
Dvx_core.c549 if (! (chip->chip_status & VX_STAT_CHIP_INIT) || in snd_vx_irq_handler()
754 chip->chip_status &= ~VX_STAT_CHIP_INIT; in snd_vx_resume()
766 chip->chip_status |= VX_STAT_CHIP_INIT; in snd_vx_resume()
/Linux-v4.19/include/sound/
Dvx_core.h145 VX_STAT_CHIP_INIT = (1 << 2), /* all operational */ enumerator