cold_reset 92 include/sound/vx_core.h void (*reset_board)(struct vx_core *chip, int cold_reset); cold_reset 259 include/sound/vx_core.h void vx_reset_codec(struct vx_core *chip, int cold_reset); cold_reset 251 sound/ac97/bus.c static DEVICE_ATTR_WO(cold_reset); cold_reset 548 sound/drivers/vx/vx_core.c static void vx_reset_board(struct vx_core *chip, int cold_reset) cold_reset 555 sound/drivers/vx/vx_core.c if (cold_reset) { cold_reset 564 sound/drivers/vx/vx_core.c chip->ops->reset_board(chip, cold_reset); cold_reset 566 sound/drivers/vx/vx_core.c vx_reset_codec(chip, cold_reset); cold_reset 645 sound/drivers/vx/vx_core.c int cold_reset = !(chip->chip_status & VX_STAT_DEVICE_INIT); cold_reset 647 sound/drivers/vx/vx_core.c vx_reset_board(chip, cold_reset); cold_reset 130 sound/drivers/vx/vx_mixer.c void vx_reset_codec(struct vx_core *chip, int cold_reset) cold_reset 307 sound/pci/lola/lola.c chip->cold_reset = 1; cold_reset 515 sound/pci/lola/lola.c if (!chip->cold_reset) { cold_reset 517 sound/pci/lola/lola.c chip->cold_reset = 1; cold_reset 365 sound/pci/lola/lola.h unsigned int cold_reset:1; cold_reset 793 sound/pci/vx222/vx222_ops.c static void vx2_reset_board(struct vx_core *_chip, int cold_reset) cold_reset 571 sound/pcmcia/vx/vxp_ops.c static void vxp_reset_board(struct vx_core *_chip, int cold_reset)