Home
last modified time | relevance | path

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

12

/linux-6.12.1/sound/
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()
/linux-6.12.1/sound/ac97/
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,
Dbus.c263 ac97_ctrl->ops->warm_reset(ac97_ctrl); in warm_reset_store()
267 static DEVICE_ATTR_WO(warm_reset);
/linux-6.12.1/drivers/watchdog/
Dst_lpc_wdt.c47 bool warm_reset; member
71 st_wdog->warm_reset); in st_wdog_setup()
196 st_wdog->warm_reset = of_property_read_bool(np, "st,warm_reset"); in st_wdog_probe()
230 st_wdog->warm_reset ? "warm" : "cold"); in st_wdog_probe()
/linux-6.12.1/arch/x86/kernel/
Dplatform-quirks.c13 x86_platform.legacy.warm_reset = 1; in x86_early_init_platform_quirks()
Djailhouse.c216 x86_platform.legacy.warm_reset = 0; in jailhouse_init_platform()
Dsmpboot.c908 if (x86_platform.legacy.warm_reset) { in do_boot_cpu()
991 if (smp_ops.kick_ap_alive == native_kick_ap && x86_platform.legacy.warm_reset) in arch_cpuhp_cleanup_kick_cpu()
/linux-6.12.1/drivers/hid/intel-ish-hid/ishtp/
Dbus.h68 bool warm_reset);
Dbus.c716 bool warm_reset) in ishtp_bus_remove_all_clients() argument
725 if (warm_reset && cl->device->reference_count) in ishtp_bus_remove_all_clients()
758 if (warm_reset && cl_device->reference_count) in ishtp_bus_remove_all_clients()
/linux-6.12.1/include/sound/ac97/
Dcontroller.h56 void (*warm_reset)(struct ac97_controller *adrv); member
/linux-6.12.1/arch/x86/include/asm/
Dx86_init.h256 int warm_reset; member
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-bus-usb-lvstest55 What: /sys/bus/usb/devices/.../warm_reset
/linux-6.12.1/drivers/mailbox/
Dmtk-cmdq-mailbox.c162 u32 warm_reset; in cmdq_thread_reset() local
166 warm_reset, !(warm_reset & CMDQ_THR_DO_WARM_RESET), in cmdq_thread_reset()
/linux-6.12.1/sound/soc/pxa/
Dpxa2xx-ac97.c59 .warm_reset = pxa2xx_ac97_warm_reset,
/linux-6.12.1/sound/soc/sh/
Dhac.c232 .warm_reset = hac_ac97_warmrst,
/linux-6.12.1/arch/x86/hyperv/
Dhv_vtl.c44 x86_platform.legacy.warm_reset = 0; in hv_vtl_init_platform()
/linux-6.12.1/sound/soc/fsl/
Dmpc5200_psc_ac97.c133 .warm_reset = psc_ac97_warm_reset,
/linux-6.12.1/include/sound/
Dac97_codec.h191 void (*warm_reset)(struct snd_ac97 *ac97); member
/linux-6.12.1/sound/soc/au1x/
Dac97c.c187 .warm_reset = au1xac97c_ac97_warm_reset,
Dpsc-ac97.c204 .warm_reset = au1xpsc_ac97_warm_reset,
/linux-6.12.1/sound/soc/
Dsoc-ac97.c391 ops->warm_reset = snd_soc_ac97_warm_reset; in snd_soc_set_ac97_ops_of_reset()
/linux-6.12.1/sound/soc/tegra/
Dtegra20_ac97.c138 .warm_reset = tegra20_ac97_codec_warm_reset,
/linux-6.12.1/drivers/regulator/
Dpalmas-regulator.c716 if (reg_init->warm_reset) in palmas_smps_init()
778 if (reg_init->warm_reset) in palmas_ldo_init()
1506 rinit->warm_reset = of_property_read_bool(np, "ti,warm-reset"); in palmas_dt_to_pdata()
/linux-6.12.1/drivers/usb/misc/
Dlvstest.c195 static DEVICE_ATTR_WO(warm_reset);
/linux-6.12.1/drivers/net/wireless/ath/ath12k/
Ddebugfs_htt_stats.h408 __le32 warm_reset; member

12