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

/linux-master/sound/drivers/vx/
H A Dvx_core.c566 static void vx_reset_board(struct vx_core *chip, int cold_reset) argument
573 if (cold_reset) {
582 chip->ops->reset_board(chip, cold_reset);
584 vx_reset_codec(chip, cold_reset);
663 int cold_reset = !(chip->chip_status & VX_STAT_DEVICE_INIT); local
665 vx_reset_board(chip, cold_reset);
H A Dvx_mixer.c130 void vx_reset_codec(struct vx_core *chip, int cold_reset) argument
/linux-master/include/sound/
H 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-master/drivers/net/dsa/sja1105/
H A Dsja1105_spi.c180 u32 cold_reset = BIT(3); local
183 return sja1105_xfer_u32(priv, SPI_WRITE, regs->rgu, &cold_reset, NULL);
190 u32 cold_reset = BIT(2); local
193 return sja1105_xfer_u32(priv, SPI_WRITE, regs->rgu, &cold_reset, NULL);
/linux-master/sound/pci/lola/
H A Dlola.c306 chip->cold_reset = 1;
512 if (!chip->cold_reset) {
514 chip->cold_reset = 1;
H A Dlola.h365 unsigned int cold_reset:1; member in struct:lola
/linux-master/sound/pcmcia/vx/
H A Dvxp_ops.c573 static void vxp_reset_board(struct vx_core *_chip, int cold_reset) argument
/linux-master/sound/ac97/
H A Dbus.c250 static DEVICE_ATTR_WO(cold_reset);
/linux-master/drivers/ptp/
H A Dptp_idt82p33.c1260 goto cold_reset;
1271 cold_reset:
/linux-master/sound/pci/vx222/
H A Dvx222_ops.c795 static void vx2_reset_board(struct vx_core *_chip, int cold_reset) argument
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_htt_stats.h289 u32 cold_reset; member in struct:htt_hw_stats_pdev_errs_tlv
H A Ddebugfs_htt_stats.c444 len += scnprintf(buf + len, buf_len - len, "cold_reset = %u\n",
445 htt_stats_buf->cold_reset);

Completed in 376 milliseconds