Home
last modified time | relevance | path

Searched refs:VX_STAT_CHIP_INIT (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/sound/drivers/vx/
H A Dvx_hwdep.c92 chip->chip_status |= VX_STAT_CHIP_INIT; in snd_vx_setup_firmware()
H A Dvx_core.c537 if (! (chip->chip_status & VX_STAT_CHIP_INIT) || in snd_vx_irq_handler()
735 chip->chip_status &= ~VX_STAT_CHIP_INIT; in snd_vx_resume()
747 chip->chip_status |= VX_STAT_CHIP_INIT; in snd_vx_resume()
/kernel/linux/linux-6.6/sound/drivers/vx/
H A Dvx_hwdep.c96 chip->chip_status |= VX_STAT_CHIP_INIT; in snd_vx_setup_firmware()
H A Dvx_core.c554 if (! (chip->chip_status & VX_STAT_CHIP_INIT) || in snd_vx_irq_handler()
755 chip->chip_status &= ~VX_STAT_CHIP_INIT; in snd_vx_resume()
767 chip->chip_status |= VX_STAT_CHIP_INIT; in snd_vx_resume()
/kernel/linux/linux-5.10/include/sound/
H A Dvx_core.h132 VX_STAT_CHIP_INIT = (1 << 2), /* all operational */ enumerator
/kernel/linux/linux-6.6/include/sound/
H A Dvx_core.h132 VX_STAT_CHIP_INIT = (1 << 2), /* all operational */ enumerator

Completed in 6 milliseconds