Home
last modified time | relevance | path

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

/Linux-v6.1/sound/drivers/vx/
Dvx_core.c566 static void vx_reset_board(struct vx_core *chip, int cold_reset) in vx_reset_board() argument
573 if (cold_reset) { in vx_reset_board()
582 chip->ops->reset_board(chip, cold_reset); in vx_reset_board()
584 vx_reset_codec(chip, cold_reset); in vx_reset_board()
663 int cold_reset = !(chip->chip_status & VX_STAT_DEVICE_INIT); in snd_vx_dsp_boot() local
665 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
/Linux-v6.1/drivers/net/dsa/sja1105/
Dsja1105_spi.c180 u32 cold_reset = BIT(3); in sja1105et_reset_cmd() local
183 return sja1105_xfer_u32(priv, SPI_WRITE, regs->rgu, &cold_reset, NULL); in sja1105et_reset_cmd()
190 u32 cold_reset = BIT(2); in sja1105pqrs_reset_cmd() local
193 return sja1105_xfer_u32(priv, SPI_WRITE, regs->rgu, &cold_reset, NULL); in sja1105pqrs_reset_cmd()
/Linux-v6.1/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);
/Linux-v6.1/sound/pci/lola/
Dlola.c306 chip->cold_reset = 1; in reset_controller()
512 if (!chip->cold_reset) { in lola_parse_tree()
514 chip->cold_reset = 1; in lola_parse_tree()
Dlola.h365 unsigned int cold_reset:1; member
/Linux-v6.1/sound/ac97/
Dbus.c251 static DEVICE_ATTR_WO(cold_reset);
/Linux-v6.1/sound/pcmcia/vx/
Dvxp_ops.c573 static void vxp_reset_board(struct vx_core *_chip, int cold_reset) in vxp_reset_board() argument
/Linux-v6.1/sound/pci/vx222/
Dvx222_ops.c795 static void vx2_reset_board(struct vx_core *_chip, int cold_reset) in vx2_reset_board() argument
/Linux-v6.1/drivers/net/wireless/ath/ath11k/
Ddebugfs_htt_stats.h281 u32 cold_reset; member
Ddebugfs_htt_stats.c445 htt_stats_buf->cold_reset); in htt_print_hw_stats_pdev_errs_tlv()