/openbmc/linux/sound/ |
H A D | ac97_bus.c | 60 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 D | snd_ac97_compat.c | 34 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 D | bus.c | 264 ac97_ctrl->ops->warm_reset(ac97_ctrl); in warm_reset_store() 268 static DEVICE_ATTR_WO(warm_reset);
|
/openbmc/linux/drivers/watchdog/ |
H A D | st_lpc_wdt.c | 48 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 D | reset.c | 21 u32 __weak warm_reset(void) in warm_reset() function
|
H A D | emif-common.c | 404 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 D | hwinit-common.c | 185 if (warm_reset()) in early_system_init()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | platform-quirks.c | 13 x86_platform.legacy.warm_reset = 1; in x86_early_init_platform_quirks()
|
H A D | jailhouse.c | 214 x86_platform.legacy.warm_reset = 0; in jailhouse_init_platform()
|
/openbmc/linux/include/sound/ac97/ |
H A D | controller.h | 56 void (*warm_reset)(struct ac97_controller *adrv); member
|
/openbmc/linux/drivers/hid/intel-ish-hid/ishtp/ |
H A D | bus.h | 69 bool warm_reset);
|
H A D | bus.c | 716 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 D | sys_proto.h | 65 u32 warm_reset(void);
|
/openbmc/u-boot/arch/arm/mach-omap2/omap4/ |
H A D | boot.c | 70 if (!warm_reset()) in omap_reboot_mode()
|
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/ |
H A D | sys_proto.h | 74 u32 warm_reset(void);
|
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/ |
H A D | sys_proto.h | 72 u32 warm_reset(void);
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | x86_init.h | 246 int warm_reset; member
|
/openbmc/linux/drivers/mailbox/ |
H A D | mtk-cmdq-mailbox.c | 160 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 D | sysfs-bus-usb-lvstest | 55 What: /sys/bus/usb/devices/.../warm_reset
|
/openbmc/linux/sound/soc/pxa/ |
H A D | pxa2xx-ac97.c | 59 .warm_reset = pxa2xx_ac97_warm_reset,
|
/openbmc/linux/sound/soc/sh/ |
H A D | hac.c | 232 .warm_reset = hac_ac97_warmrst,
|
/openbmc/linux/arch/x86/hyperv/ |
H A D | hv_vtl.c | 44 x86_platform.legacy.warm_reset = 0; in hv_vtl_init_platform()
|
/openbmc/linux/sound/soc/fsl/ |
H A D | mpc5200_psc_ac97.c | 134 .warm_reset = psc_ac97_warm_reset,
|
/openbmc/linux/include/sound/ |
H A D | ac97_codec.h | 191 void (*warm_reset)(struct snd_ac97 *ac97); member
|
/openbmc/linux/sound/soc/au1x/ |
H A D | ac97c.c | 187 .warm_reset = au1xac97c_ac97_warm_reset,
|