Searched refs:VX_STAT_DEVICE_INIT (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/vx/
H A Dvx_hwdep.c105 chip->chip_status |= VX_STAT_DEVICE_INIT;
205 if (! (vx->chip_status & VX_STAT_DEVICE_INIT)) {
219 vx->chip_status |= VX_STAT_DEVICE_INIT;
H A Dvx_core.c587 chip->chip_status & VX_STAT_DEVICE_INIT ? "Yes" : "No");
632 int cold_reset = !(chip->chip_status & VX_STAT_DEVICE_INIT);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dvx_core.h153 VX_STAT_DEVICE_INIT = (1 << 1), /* devices are registered */ enumerator in enum:__anon18716

Completed in 73 milliseconds