Home
last modified time | relevance | path

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

/Linux-v5.4/sound/drivers/vx/
Dvx_hwdep.c92 chip->chip_status |= VX_STAT_CHIP_INIT; in snd_vx_setup_firmware()
Dvx_core.c536 if (! (chip->chip_status & VX_STAT_CHIP_INIT) || in snd_vx_irq_handler()
734 chip->chip_status &= ~VX_STAT_CHIP_INIT; in snd_vx_resume()
746 chip->chip_status |= VX_STAT_CHIP_INIT; in snd_vx_resume()
/Linux-v5.4/include/sound/
Dvx_core.h132 VX_STAT_CHIP_INIT = (1 << 2), /* all operational */ enumerator