Home
last modified time | relevance | path

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

12

/openbmc/linux/sound/
H A Dac97_bus.c60 if (try_warm && ops->warm_reset) { in snd_ac97_reset()
61 ops->warm_reset(ac97); in snd_ac97_reset()
68 if (ops->warm_reset) in snd_ac97_reset()
69 ops->warm_reset(ac97); in snd_ac97_reset()
/openbmc/linux/sound/ac97/
H A Dsnd_ac97_compat.c34 if (actrl->ops->warm_reset) in compat_ac97_warm_reset()
35 actrl->ops->warm_reset(actrl); in compat_ac97_warm_reset()
58 .warm_reset = compat_ac97_warm_reset,
H A Dbus.c264 ac97_ctrl->ops->warm_reset(ac97_ctrl); in warm_reset_store()
268 static DEVICE_ATTR_WO(warm_reset);
/openbmc/linux/drivers/watchdog/
H A Dst_lpc_wdt.c48 bool warm_reset; member
72 st_wdog->warm_reset); in st_wdog_setup()
203 st_wdog->warm_reset = of_property_read_bool(np, "st,warm_reset"); in st_wdog_probe()
237 st_wdog->warm_reset ? "warm" : "cold"); in st_wdog_probe()
/openbmc/u-boot/arch/arm/mach-omap2/
H A Dreset.c21 u32 __weak warm_reset(void) in warm_reset() function
H A Demif-common.c404 if (warm_reset()) { in dra7_ddr3_init()
1199 if (!(running_from_sdram() || warm_reset())) { in emif_get_device_details()
1275 if (!in_sdram && (!warm_reset() || is_dra7xx())) { in do_sdram_init()
1285 if (warm_reset() && (emif_sdram_type(regs->sdram_config) == in do_sdram_init()
1523 if ((sdram_type == EMIF_SDRAM_TYPE_LPDDR2) && !warm_reset()) in sdram_init()
1538 if (!(in_sdram || warm_reset())) { in sdram_init()
1582 (!in_sdram && !warm_reset()) && (!is_dra7xx())) { in sdram_init()
H A Dhwinit-common.c185 if (warm_reset()) in early_system_init()
/openbmc/linux/arch/x86/kernel/
H A Dplatform-quirks.c13 x86_platform.legacy.warm_reset = 1; in x86_early_init_platform_quirks()
H A Djailhouse.c213 x86_platform.legacy.warm_reset = 0; in jailhouse_init_platform()
/openbmc/linux/include/sound/ac97/
H A Dcontroller.h56 void (*warm_reset)(struct ac97_controller *adrv); member
/openbmc/linux/drivers/hid/intel-ish-hid/ishtp/
H A Dbus.h69 bool warm_reset);
H A Dbus.c716 bool warm_reset) in ishtp_bus_remove_all_clients() argument
756 if (warm_reset && cl_device->reference_count) in ishtp_bus_remove_all_clients()
/openbmc/u-boot/arch/arm/include/asm/arch-omap4/
H A Dsys_proto.h65 u32 warm_reset(void);
/openbmc/u-boot/arch/arm/mach-omap2/omap4/
H A Dboot.c70 if (!warm_reset()) in omap_reboot_mode()
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/
H A Dsys_proto.h74 u32 warm_reset(void);
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/
H A Dsys_proto.h72 u32 warm_reset(void);
/openbmc/linux/arch/x86/include/asm/
H A Dx86_init.h246 int warm_reset; member
/openbmc/linux/drivers/mailbox/
H A Dmtk-cmdq-mailbox.c160 u32 warm_reset; in cmdq_thread_reset() local
164 warm_reset, !(warm_reset & CMDQ_THR_DO_WARM_RESET), in cmdq_thread_reset()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-usb-lvstest55 What: /sys/bus/usb/devices/.../warm_reset
/openbmc/linux/sound/soc/pxa/
H A Dpxa2xx-ac97.c59 .warm_reset = pxa2xx_ac97_warm_reset,
/openbmc/linux/sound/soc/sh/
H A Dhac.c232 .warm_reset = hac_ac97_warmrst,
/openbmc/linux/arch/x86/hyperv/
H A Dhv_vtl.c44 x86_platform.legacy.warm_reset = 0; in hv_vtl_init_platform()
/openbmc/linux/sound/soc/fsl/
H A Dmpc5200_psc_ac97.c134 .warm_reset = psc_ac97_warm_reset,
/openbmc/linux/include/sound/
H A Dac97_codec.h191 void (*warm_reset)(struct snd_ac97 *ac97); member
/openbmc/linux/sound/soc/au1x/
H A Dac97c.c187 .warm_reset = au1xac97c_ac97_warm_reset,

12