Home
last modified time | relevance | path

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

/openbmc/linux/sound/drivers/vx/
H 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()
H A Dvx_mixer.c130 void vx_reset_codec(struct vx_core *chip, int cold_reset) in vx_reset_codec() argument
/openbmc/u-boot/include/linux/mtd/
H A Dsamsung_onenand.h69 unsigned int cold_reset; /* 0x02A0 */ member
/openbmc/linux/drivers/net/dsa/sja1105/
H 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()
/openbmc/linux/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);
/openbmc/linux/sound/pci/lola/
H 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()
H A Dlola.h365 unsigned int cold_reset:1; member
/openbmc/linux/sound/ac97/
H A Dbus.c251 static DEVICE_ATTR_WO(cold_reset);
/openbmc/linux/sound/pcmcia/vx/
H A Dvxp_ops.c573 static void vxp_reset_board(struct vx_core *_chip, int cold_reset) in vxp_reset_board() argument
/openbmc/linux/drivers/ptp/
H A Dptp_idt82p33.c1260 goto cold_reset; in idt82p33_reset()
1271 cold_reset: in idt82p33_reset()
/openbmc/linux/sound/pci/vx222/
H A Dvx222_ops.c795 static void vx2_reset_board(struct vx_core *_chip, int cold_reset) in vx2_reset_board() argument
/openbmc/qemu/hw/ipmi/
H A Dipmi_bmc_sim.c860 static void cold_reset(IPMIBmcSim *ibs, in cold_reset() function
2003 [IPMI_CMD_COLD_RESET] = { cold_reset },
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_htt_stats.h289 u32 cold_reset; member
H A Ddebugfs_htt_stats.c445 htt_stats_buf->cold_reset); in htt_print_hw_stats_pdev_errs_tlv()