Home
last modified time | relevance | path

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

/linux/sound/
H A Dac97_bus.c63 if (try_warm && ops->warm_reset) { in snd_ac97_reset()
64 ops->warm_reset(ac97); in snd_ac97_reset()
71 if (ops->warm_reset) in snd_ac97_reset()
72 ops->warm_reset(ac97); in snd_ac97_reset()
/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.c244 ac97_ctrl->ops->warm_reset(ac97_ctrl); in cold_reset_store()
247 static DEVICE_ATTR_WO(warm_reset); in cold_reset_store()
/linux/drivers/watchdog/
H A 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/arch/x86/kernel/
H A Dplatform-quirks.c13 x86_platform.legacy.warm_reset = 1; in x86_early_init_platform_quirks()
/linux/drivers/hid/intel-ish-hid/ishtp/
H A Dbus.h68 bool warm_reset);
H A Dbus.c724 bool warm_reset) in ishtp_bus_remove_all_clients() argument
733 if (warm_reset && cl->device && cl->device->reference_count) in ishtp_bus_remove_all_clients()
766 if (warm_reset && cl_device->reference_count) in ishtp_bus_remove_all_clients()
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-usb-lvstest55 What: /sys/bus/usb/devices/.../warm_reset
/linux/sound/soc/pxa/
H A Dpxa2xx-ac97.c60 .warm_reset = pxa2xx_ac97_warm_reset,
/linux/drivers/mailbox/
H A Dmtk-cmdq-mailbox.c228 u32 warm_reset; in cmdq_thread_reset() local
232 warm_reset, !(warm_reset & CMDQ_THR_DO_WARM_RESET), in cmdq_thread_reset()
/linux/sound/soc/fsl/
H A Dmpc5200_psc_ac97.c122 .warm_reset = psc_ac97_warm_reset,
/linux/include/sound/
H A Dac97_codec.h191 void (*warm_reset)(struct snd_ac97 *ac97); member
/linux/sound/soc/au1x/
H A Dac97c.c187 .warm_reset = au1xac97c_ac97_warm_reset,
/linux/sound/soc/tegra/
H A Dtegra20_ac97.c138 .warm_reset = tegra20_ac97_codec_warm_reset,
/linux/sound/soc/
H A Dsoc-ac97.c398 ops->warm_reset = snd_soc_ac97_warm_reset; in snd_soc_set_ac97_ops_of_reset()
/linux/drivers/usb/misc/
H A Dlvstest.c195 static DEVICE_ATTR_WO(warm_reset);
/linux/include/linux/mfd/
H A Dpalmas.h157 int warm_reset; member