Searched refs:cold_reset (Results 1 – 8 of 8) sorted by relevance
548 static void vx_reset_board(struct vx_core *chip, int cold_reset) in vx_reset_board() argument555 if (cold_reset) { in vx_reset_board()564 chip->ops->reset_board(chip, cold_reset); in vx_reset_board()566 vx_reset_codec(chip, cold_reset); in vx_reset_board()645 int cold_reset = !(chip->chip_status & VX_STAT_DEVICE_INIT); in snd_vx_dsp_boot() local647 vx_reset_board(chip, cold_reset); in snd_vx_dsp_boot()
130 void vx_reset_codec(struct vx_core *chip, int cold_reset) in vx_reset_codec() argument
92 void (*reset_board)(struct vx_core *chip, int cold_reset);259 void vx_reset_codec(struct vx_core *chip, int cold_reset);
307 chip->cold_reset = 1; in reset_controller()515 if (!chip->cold_reset) { in lola_parse_tree()517 chip->cold_reset = 1; in lola_parse_tree()
365 unsigned int cold_reset:1; member
251 static DEVICE_ATTR_WO(cold_reset);
571 static void vxp_reset_board(struct vx_core *_chip, int cold_reset) in vxp_reset_board() argument
793 static void vx2_reset_board(struct vx_core *_chip, int cold_reset) in vx2_reset_board() argument