Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/drivers/vx/
Dvx_core.c549 static void vx_reset_board(struct vx_core *chip, int cold_reset) in vx_reset_board() argument
556 if (cold_reset) { in vx_reset_board()
565 chip->ops->reset_board(chip, cold_reset); in vx_reset_board()
567 vx_reset_codec(chip, cold_reset); in vx_reset_board()
646 int cold_reset = !(chip->chip_status & VX_STAT_DEVICE_INIT); in snd_vx_dsp_boot() local
648 vx_reset_board(chip, cold_reset); in snd_vx_dsp_boot()
Dvx_mixer.c130 void vx_reset_codec(struct vx_core *chip, int cold_reset) in vx_reset_codec() argument
/kernel/linux/linux-5.10/include/sound/
Dvx_core.h92 void (*reset_board)(struct vx_core *chip, int cold_reset);
260 void vx_reset_codec(struct vx_core *chip, int cold_reset);
/kernel/linux/linux-5.10/sound/pci/lola/
Dlola.c307 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()
Dlola.h365 unsigned int cold_reset:1; member
/kernel/linux/linux-5.10/sound/ac97/
Dbus.c251 static DEVICE_ATTR_WO(cold_reset);
/kernel/linux/linux-5.10/sound/pcmcia/vx/
Dvxp_ops.c571 static void vxp_reset_board(struct vx_core *_chip, int cold_reset) in vxp_reset_board() argument
/kernel/linux/linux-5.10/sound/pci/vx222/
Dvx222_ops.c793 static void vx2_reset_board(struct vx_core *_chip, int cold_reset) in vx2_reset_board() argument
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
Ddebugfs_htt_stats.h270 u32 cold_reset; member
Ddebugfs_htt_stats.c458 htt_stats_buf->cold_reset); in htt_print_hw_stats_pdev_errs_tlv()