warm_reset         46 arch/mips/include/asm/netlogic/psb-bootinfo.h 	uint64_t warm_reset;
warm_reset        232 arch/x86/include/asm/x86_init.h 	int warm_reset;
warm_reset        303 arch/x86/kernel/apic/x2apic_uv_x.c 		x86_platform.legacy.warm_reset = 0;
warm_reset        154 arch/x86/kernel/jailhouse.c 	x86_platform.legacy.warm_reset	= 0;
warm_reset         12 arch/x86/kernel/platform-quirks.c 	x86_platform.legacy.warm_reset = 1;
warm_reset       1056 arch/x86/kernel/smpboot.c 	if (x86_platform.legacy.warm_reset) {
warm_reset       1125 arch/x86/kernel/smpboot.c 	if (x86_platform.legacy.warm_reset) {
warm_reset        737 drivers/hid/intel-ish-hid/ishtp/bus.c 				  bool warm_reset)
warm_reset        777 drivers/hid/intel-ish-hid/ishtp/bus.c 		if (warm_reset && cl_device->reference_count)
warm_reset         69 drivers/hid/intel-ish-hid/ishtp/bus.h 				     bool warm_reset);
warm_reset        119 drivers/mailbox/mtk-cmdq-mailbox.c 	u32 warm_reset;
warm_reset        123 drivers/mailbox/mtk-cmdq-mailbox.c 			warm_reset, !(warm_reset & CMDQ_THR_DO_WARM_RESET),
warm_reset        717 drivers/regulator/palmas-regulator.c 		if (reg_init->warm_reset)
warm_reset        779 drivers/regulator/palmas-regulator.c 	if (reg_init->warm_reset)
warm_reset       1507 drivers/regulator/palmas-regulator.c 		rinit->warm_reset = of_property_read_bool(np, "ti,warm-reset");
warm_reset        195 drivers/usb/misc/lvstest.c static DEVICE_ATTR_WO(warm_reset);
warm_reset         48 drivers/watchdog/st_lpc_wdt.c 	bool warm_reset;
warm_reset         72 drivers/watchdog/st_lpc_wdt.c 				   st_wdog->warm_reset);
warm_reset        203 drivers/watchdog/st_lpc_wdt.c 	st_wdog->warm_reset	= of_property_read_bool(np, "st,warm_reset");
warm_reset        237 drivers/watchdog/st_lpc_wdt.c 		 st_wdog->warm_reset ? "warm" : "cold");
warm_reset        166 include/linux/mfd/palmas.h 	int warm_reset;
warm_reset         56 include/sound/ac97/controller.h 	void (*warm_reset)(struct ac97_controller *adrv);
warm_reset        191 include/sound/ac97_codec.h 	void (*warm_reset)(struct snd_ac97 *ac97);
warm_reset        264 sound/ac97/bus.c 	ac97_ctrl->ops->warm_reset(ac97_ctrl);
warm_reset        268 sound/ac97/bus.c static DEVICE_ATTR_WO(warm_reset);
warm_reset         34 sound/ac97/snd_ac97_compat.c 	if (actrl->ops->warm_reset)
warm_reset         35 sound/ac97/snd_ac97_compat.c 		actrl->ops->warm_reset(actrl);
warm_reset         58 sound/ac97/snd_ac97_compat.c 	.warm_reset = compat_ac97_warm_reset,
warm_reset         60 sound/ac97_bus.c 	if (try_warm && ops->warm_reset) {
warm_reset         61 sound/ac97_bus.c 		ops->warm_reset(ac97);
warm_reset         68 sound/ac97_bus.c 	if (ops->warm_reset)
warm_reset         69 sound/ac97_bus.c 		ops->warm_reset(ac97);
warm_reset        187 sound/soc/au1x/ac97c.c 	.warm_reset	= au1xac97c_ac97_warm_reset,
warm_reset        204 sound/soc/au1x/psc-ac97.c 	.warm_reset	= au1xpsc_ac97_warm_reset,
warm_reset        247 sound/soc/cirrus/ep93xx-ac97.c 	.warm_reset	= ep93xx_ac97_warm_reset,
warm_reset        500 sound/soc/fsl/imx-ssi.c 	.warm_reset	= imx_ssi_ac97_warm_reset
warm_reset        134 sound/soc/fsl/mpc5200_psc_ac97.c 	.warm_reset	= psc_ac97_warm_reset,
warm_reset         57 sound/soc/pxa/pxa2xx-ac97.c 	.warm_reset	= pxa2xx_ac97_warm_reset,
warm_reset        232 sound/soc/sh/hac.c 	.warm_reset = hac_ac97_warmrst,
warm_reset        416 sound/soc/soc-ac97.c 	ops->warm_reset = snd_soc_ac97_warm_reset;
warm_reset        139 sound/soc/tegra/tegra20_ac97.c 	.warm_reset	= tegra20_ac97_codec_warm_reset,