Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/drivers/vx/
A 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()
A Dvx_mixer.c130 void vx_reset_codec(struct vx_core *chip, int cold_reset) in vx_reset_codec() argument
/linux-6.3-rc2/drivers/net/dsa/sja1105/
A 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-6.3-rc2/include/sound/
A 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-6.3-rc2/sound/pci/lola/
A 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()
A Dlola.h365 unsigned int cold_reset:1; member
/linux-6.3-rc2/sound/ac97/
A Dbus.c251 static DEVICE_ATTR_WO(cold_reset);
/linux-6.3-rc2/sound/pcmcia/vx/
A Dvxp_ops.c573 static void vxp_reset_board(struct vx_core *_chip, int cold_reset) in vxp_reset_board() argument
/linux-6.3-rc2/drivers/ptp/
A Dptp_idt82p33.c1260 goto cold_reset; in idt82p33_reset()
1271 cold_reset: in idt82p33_reset()
/linux-6.3-rc2/sound/pci/vx222/
A Dvx222_ops.c795 static void vx2_reset_board(struct vx_core *_chip, int cold_reset) in vx2_reset_board() argument
/linux-6.3-rc2/drivers/net/wireless/ath/ath11k/
A Ddebugfs_htt_stats.h281 u32 cold_reset; member
A Ddebugfs_htt_stats.c445 htt_stats_buf->cold_reset); in htt_print_hw_stats_pdev_errs_tlv()

Completed in 59 milliseconds