Searched refs:warm_reset (Results 1 – 20 of 20) sorted by relevance
/linux-4.1.27/sound/soc/codecs/ |
D | stac9766.c | 247 if (try_warm && soc_ac97_ops->warm_reset) { in stac9766_reset() 248 soc_ac97_ops->warm_reset(ac97); in stac9766_reset() 254 if (soc_ac97_ops->warm_reset) in stac9766_reset() 255 soc_ac97_ops->warm_reset(ac97); in stac9766_reset() 273 ac97->bus->ops->warm_reset(ac97); in stac9766_codec_resume()
|
D | ad1980.c | 211 if (try_warm && soc_ac97_ops->warm_reset) { in ad1980_reset() 212 soc_ac97_ops->warm_reset(ac97); in ad1980_reset()
|
D | wm9712.c | 621 if (try_warm && soc_ac97_ops->warm_reset) { in wm9712_reset() 622 soc_ac97_ops->warm_reset(wm9712->ac97); in wm9712_reset() 628 if (soc_ac97_ops->warm_reset) in wm9712_reset() 629 soc_ac97_ops->warm_reset(wm9712->ac97); in wm9712_reset()
|
D | wm9713.c | 1130 if (try_warm && soc_ac97_ops->warm_reset) { in wm9713_reset() 1131 soc_ac97_ops->warm_reset(wm9713->ac97); in wm9713_reset() 1137 if (soc_ac97_ops->warm_reset) in wm9713_reset() 1138 soc_ac97_ops->warm_reset(wm9713->ac97); in wm9713_reset()
|
/linux-4.1.27/arch/mips/include/asm/netlogic/ |
D | psb-bootinfo.h | 46 uint64_t warm_reset; member
|
/linux-4.1.27/sound/soc/pxa/ |
D | pxa2xx-ac97.c | 48 .warm_reset = pxa2xx_ac97_warm_reset,
|
/linux-4.1.27/sound/soc/ |
D | soc-ac97.c | 274 ops->warm_reset = snd_soc_ac97_warm_reset; in snd_soc_set_ac97_ops_of_reset()
|
/linux-4.1.27/sound/soc/sh/ |
D | hac.c | 234 .warm_reset = hac_ac97_warmrst,
|
/linux-4.1.27/sound/soc/fsl/ |
D | mpc5200_psc_ac97.c | 138 .warm_reset = psc_ac97_warm_reset,
|
D | imx-ssi.c | 508 .warm_reset = imx_ssi_ac97_warm_reset
|
/linux-4.1.27/sound/soc/blackfin/ |
D | bf5xx-ac97.c | 204 .warm_reset = bf5xx_ac97_warm_reset,
|
/linux-4.1.27/sound/soc/au1x/ |
D | ac97c.c | 186 .warm_reset = au1xac97c_ac97_warm_reset,
|
D | psc-ac97.c | 208 .warm_reset = au1xpsc_ac97_warm_reset,
|
/linux-4.1.27/sound/soc/nuc900/ |
D | nuc900-ac97.c | 205 .warm_reset = nuc900_ac97_warm_reset,
|
/linux-4.1.27/sound/soc/tegra/ |
D | tegra20_ac97.c | 148 .warm_reset = tegra20_ac97_codec_warm_reset,
|
/linux-4.1.27/sound/soc/cirrus/ |
D | ep93xx-ac97.c | 249 .warm_reset = ep93xx_ac97_warm_reset,
|
/linux-4.1.27/include/sound/ |
D | ac97_codec.h | 441 void (*warm_reset)(struct snd_ac97 *ac97); member
|
/linux-4.1.27/sound/soc/samsung/ |
D | ac97.c | 204 .warm_reset = s3c_ac97_warm_reset,
|
/linux-4.1.27/drivers/regulator/ |
D | palmas-regulator.c | 686 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.1.27/include/linux/mfd/ |
D | palmas.h | 159 int warm_reset; member
|