Home
last modified time | relevance | path

Searched refs:warm_reset (Results 1 – 18 of 18) sorted by relevance

/linux-4.4.14/sound/
Dac97_bus.c64 if (try_warm && ops->warm_reset) { in snd_ac97_reset()
65 ops->warm_reset(ac97); in snd_ac97_reset()
72 if (ops->warm_reset) in snd_ac97_reset()
73 ops->warm_reset(ac97); in snd_ac97_reset()
/linux-4.4.14/drivers/watchdog/
Dst_lpc_wdt.c52 bool warm_reset; member
109 st_wdog->warm_reset); in st_wdog_setup()
236 st_wdog->warm_reset = of_property_read_bool(np, "st,warm_reset"); in st_wdog_probe()
273 st_wdog->warm_reset ? "warm" : "cold"); in st_wdog_probe()
/linux-4.4.14/arch/mips/include/asm/netlogic/
Dpsb-bootinfo.h46 uint64_t warm_reset; member
/linux-4.4.14/sound/soc/pxa/
Dpxa2xx-ac97.c49 .warm_reset = pxa2xx_ac97_warm_reset,
/linux-4.4.14/sound/soc/
Dsoc-ac97.c294 ops->warm_reset = snd_soc_ac97_warm_reset; in snd_soc_set_ac97_ops_of_reset()
/linux-4.4.14/sound/soc/sh/
Dhac.c234 .warm_reset = hac_ac97_warmrst,
/linux-4.4.14/sound/soc/fsl/
Dmpc5200_psc_ac97.c138 .warm_reset = psc_ac97_warm_reset,
Dimx-ssi.c507 .warm_reset = imx_ssi_ac97_warm_reset
/linux-4.4.14/sound/soc/au1x/
Dac97c.c186 .warm_reset = au1xac97c_ac97_warm_reset,
Dpsc-ac97.c208 .warm_reset = au1xpsc_ac97_warm_reset,
/linux-4.4.14/sound/soc/blackfin/
Dbf5xx-ac97.c204 .warm_reset = bf5xx_ac97_warm_reset,
/linux-4.4.14/sound/soc/nuc900/
Dnuc900-ac97.c205 .warm_reset = nuc900_ac97_warm_reset,
/linux-4.4.14/sound/soc/cirrus/
Dep93xx-ac97.c249 .warm_reset = ep93xx_ac97_warm_reset,
/linux-4.4.14/sound/soc/tegra/
Dtegra20_ac97.c148 .warm_reset = tegra20_ac97_codec_warm_reset,
/linux-4.4.14/sound/soc/samsung/
Dac97.c204 .warm_reset = s3c_ac97_warm_reset,
/linux-4.4.14/include/sound/
Dac97_codec.h441 void (*warm_reset)(struct snd_ac97 *ac97); member
/linux-4.4.14/drivers/regulator/
Dpalmas-regulator.c686 if (reg_init->warm_reset) in palmas_smps_init()
748 if (reg_init->warm_reset) in palmas_ldo_init()
1459 pdata->reg_init[idx]->warm_reset = in palmas_dt_to_pdata()
/linux-4.4.14/include/linux/mfd/
Dpalmas.h160 int warm_reset; member