Searched refs:cold_reset (Results 1 – 14 of 14) sorted by relevance
| /linux/sound/drivers/vx/ |
| A D | vx_core.c | 556 static void vx_reset_board(struct vx_core *chip, int cold_reset) in vx_reset_board() argument 563 if (cold_reset) { in vx_reset_board() 572 chip->ops->reset_board(chip, cold_reset); in vx_reset_board() 574 vx_reset_codec(chip, cold_reset); in vx_reset_board() 653 int cold_reset = !(chip->chip_status & VX_STAT_DEVICE_INIT); in snd_vx_dsp_boot() local 655 vx_reset_board(chip, cold_reset); in snd_vx_dsp_boot()
|
| A D | vx_mixer.c | 130 void vx_reset_codec(struct vx_core *chip, int cold_reset) in vx_reset_codec() argument
|
| /linux/drivers/net/dsa/sja1105/ |
| A 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/include/sound/ |
| A D | vx_core.h | 92 void (*reset_board)(struct vx_core *chip, int cold_reset); 259 void vx_reset_codec(struct vx_core *chip, int cold_reset);
|
| /linux/sound/pci/lola/ |
| A 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()
|
| A D | lola.h | 365 unsigned int cold_reset:1; member
|
| /linux/sound/ac97/ |
| A D | bus.c | 250 static DEVICE_ATTR_WO(cold_reset);
|
| /linux/sound/pcmcia/vx/ |
| A D | vxp_ops.c | 575 static void vxp_reset_board(struct vx_core *_chip, int cold_reset) in vxp_reset_board() argument
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| A D | debugfs_htt_stats.h | 409 __le32 cold_reset; member
|
| A D | debugfs_htt_stats.c | 630 le32_to_cpu(htt_buf->cold_reset)); in ath12k_htt_print_hw_stats_pdev_errs_tlv()
|
| /linux/drivers/ptp/ |
| A D | ptp_idt82p33.c | 1260 goto cold_reset; in idt82p33_reset() 1271 cold_reset: in idt82p33_reset()
|
| /linux/sound/pci/vx222/ |
| A D | vx222_ops.c | 795 static void vx2_reset_board(struct vx_core *_chip, int cold_reset) in vx2_reset_board() argument
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| A D | debugfs_htt_stats.h | 289 u32 cold_reset; member
|
| A D | debugfs_htt_stats.c | 445 htt_stats_buf->cold_reset); in htt_print_hw_stats_pdev_errs_tlv()
|
Completed in 72 milliseconds