Searched refs:cold_reset (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/drivers/vx/
H A Dvx_core.c532 static void vx_reset_board(struct vx_core *chip, int cold_reset) argument
538 if (cold_reset) {
547 chip->ops->reset_board(chip, cold_reset);
549 vx_reset_codec(chip, cold_reset);
629 int cold_reset = !(chip->chip_status & VX_STAT_DEVICE_INIT); local
631 vx_reset_board(chip, cold_reset);
H A Dvx_mixer.c145 void vx_reset_codec(struct vx_core *chip, int cold_reset) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Dvx_core.h114 void (*reset_board)(struct vx_core *chip, int cold_reset);
289 void vx_reset_codec(struct vx_core *chip, int cold_reset);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pcmcia/vx/
H A Dvxp_ops.c586 static void vxp_reset_board(struct vx_core *_chip, int cold_reset) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/vx222/
H A Dvx222_ops.c794 static void vx2_reset_board(struct vx_core *_chip, int cold_reset) argument

Completed in 214 milliseconds