Searched refs:cold_reset (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.1/sound/drivers/vx/ |
D | vx_core.c | 566 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()
|
D | vx_mixer.c | 130 void vx_reset_codec(struct vx_core *chip, int cold_reset) in vx_reset_codec() argument
|
/Linux-v6.1/drivers/net/dsa/sja1105/ |
D | sja1105_spi.c | 180 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/ |
D | vx_core.h | 92 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/ |
D | lola.c | 306 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()
|
D | lola.h | 365 unsigned int cold_reset:1; member
|
/Linux-v6.1/sound/ac97/ |
D | bus.c | 251 static DEVICE_ATTR_WO(cold_reset);
|
/Linux-v6.1/sound/pcmcia/vx/ |
D | vxp_ops.c | 573 static void vxp_reset_board(struct vx_core *_chip, int cold_reset) in vxp_reset_board() argument
|
/Linux-v6.1/sound/pci/vx222/ |
D | vx222_ops.c | 795 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/ |
D | debugfs_htt_stats.h | 281 u32 cold_reset; member
|
D | debugfs_htt_stats.c | 445 htt_stats_buf->cold_reset); in htt_print_hw_stats_pdev_errs_tlv()
|