Home
last modified time | relevance | path

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

/linux-6.12.1/sound/drivers/vx/
Dvx_hwdep.c96 chip->chip_status |= VX_STAT_CHIP_INIT; in snd_vx_setup_firmware()
Dvx_core.c544 if (! (chip->chip_status & VX_STAT_CHIP_INIT) || in snd_vx_irq_handler()
744 chip->chip_status &= ~VX_STAT_CHIP_INIT; in snd_vx_resume()
757 chip->chip_status |= VX_STAT_CHIP_INIT; in snd_vx_resume()
/linux-6.12.1/include/sound/
Dvx_core.h132 VX_STAT_CHIP_INIT = (1 << 2), /* all operational */ enumerator