Home
last modified time | relevance | path

Searched refs:cold_reset (Results 1 – 4 of 4) sorted by relevance

/sound/drivers/vx/
Dvx_core.c559 static void vx_reset_board(struct vx_core *chip, int cold_reset) in vx_reset_board() argument
566 if (cold_reset) { in vx_reset_board()
575 chip->ops->reset_board(chip, cold_reset); in vx_reset_board()
577 vx_reset_codec(chip, cold_reset); in vx_reset_board()
657 int cold_reset = !(chip->chip_status & VX_STAT_DEVICE_INIT); in snd_vx_dsp_boot() local
659 vx_reset_board(chip, cold_reset); in snd_vx_dsp_boot()
Dvx_mixer.c145 void vx_reset_codec(struct vx_core *chip, int cold_reset) in vx_reset_codec() argument
/sound/pcmcia/vx/
Dvxp_ops.c586 static void vxp_reset_board(struct vx_core *_chip, int cold_reset) in vxp_reset_board() argument
/sound/pci/vx222/
Dvx222_ops.c796 static void vx2_reset_board(struct vx_core *_chip, int cold_reset) in vx2_reset_board() argument