Home
last modified time | relevance | path

Searched refs:VX_STAT_XILINX_LOADED (Results 1 – 5 of 5) sorted by relevance

/linux/sound/drivers/vx/
H A Dvx_hwdep.c71 chip->chip_status |= VX_STAT_XILINX_LOADED; in snd_vx_setup_firmware()
H A Dvx_core.c607 (chip->chip_status & VX_STAT_XILINX_LOADED) ? "Loaded" : "No"); in vx_proc_read()
/linux/include/sound/
H A Dvx_core.h130 VX_STAT_XILINX_LOADED = (1 << 0), /* devices are registered */ enumerator
/linux/sound/pcmcia/vx/
H A Dvxp_ops.c277 if (! (_chip->chip_status & VX_STAT_XILINX_LOADED)) in vxp_test_and_ack()
/linux/sound/pci/vx222/
H A Dvx222_ops.c441 if (! (chip->chip_status & VX_STAT_XILINX_LOADED)) in vx2_test_and_ack()