Searched refs:warm_reset (Results 1 - 25 of 26) sorted by relevance

12

/linux-master/sound/
H A Dac97_bus.c60 if (try_warm && ops->warm_reset) {
61 ops->warm_reset(ac97);
68 if (ops->warm_reset)
69 ops->warm_reset(ac97);
/linux-master/sound/ac97/
H A Dsnd_ac97_compat.c34 if (actrl->ops->warm_reset)
35 actrl->ops->warm_reset(actrl);
58 .warm_reset = compat_ac97_warm_reset,
H A Dbus.c263 ac97_ctrl->ops->warm_reset(ac97_ctrl);
267 static DEVICE_ATTR_WO(warm_reset);
/linux-master/include/sound/ac97/
H A Dcontroller.h45 * @warm_reset: Warm reset of the AC97 AC-Link.
56 void (*warm_reset)(struct ac97_controller *adrv); member in struct:ac97_controller_ops
/linux-master/drivers/hid/intel-ish-hid/ishtp/
H A Dbus.h69 bool warm_reset);
H A Dbus.c708 * @warm_reset: Reset due to FW reset dure to errors or S3 suspend
716 bool warm_reset)
725 if (warm_reset && cl->device->reference_count)
758 if (warm_reset && cl_device->reference_count)
715 ishtp_bus_remove_all_clients(struct ishtp_device *ishtp_dev, bool warm_reset) argument
/linux-master/arch/x86/kernel/
H A Dplatform-quirks.c13 x86_platform.legacy.warm_reset = 1;
H A Djailhouse.c215 x86_platform.legacy.warm_reset = 0;
H A Dsmpboot.c907 if (x86_platform.legacy.warm_reset) {
990 if (smp_ops.kick_ap_alive == native_kick_ap && x86_platform.legacy.warm_reset)
/linux-master/drivers/watchdog/
H A Dst_lpc_wdt.c47 bool warm_reset; member in struct:st_wdog
71 st_wdog->warm_reset);
196 st_wdog->warm_reset = of_property_read_bool(np, "st,warm_reset");
230 st_wdog->warm_reset ? "warm" : "cold");
/linux-master/arch/x86/include/asm/
H A Dx86_init.h246 int warm_reset; member in struct:x86_legacy_features
/linux-master/sound/soc/sh/
H A Dhac.c232 .warm_reset = hac_ac97_warmrst,
/linux-master/sound/soc/fsl/
H A Dmpc5200_psc_ac97.c133 .warm_reset = psc_ac97_warm_reset,
/linux-master/sound/soc/pxa/
H A Dpxa2xx-ac97.c59 .warm_reset = pxa2xx_ac97_warm_reset,
/linux-master/arch/x86/hyperv/
H A Dhv_vtl.c45 x86_platform.legacy.warm_reset = 0;
/linux-master/sound/soc/
H A Dsoc-ac97.c373 * This function sets the reset and warm_reset properties of ops and parses
391 ops->warm_reset = snd_soc_ac97_warm_reset;
/linux-master/sound/soc/au1x/
H A Dac97c.c187 .warm_reset = au1xac97c_ac97_warm_reset,
H A Dpsc-ac97.c204 .warm_reset = au1xpsc_ac97_warm_reset,
/linux-master/include/sound/
H A Dac97_codec.h191 void (*warm_reset)(struct snd_ac97 *ac97); member in struct:snd_ac97_bus_ops
/linux-master/sound/soc/tegra/
H A Dtegra20_ac97.c138 .warm_reset = tegra20_ac97_codec_warm_reset,
/linux-master/drivers/mailbox/
H A Dmtk-cmdq-mailbox.c163 u32 warm_reset; local
167 warm_reset, !(warm_reset & CMDQ_THR_DO_WARM_RESET),
/linux-master/drivers/regulator/
H A Dpalmas-regulator.c716 if (reg_init->warm_reset)
778 if (reg_init->warm_reset)
1506 rinit->warm_reset = of_property_read_bool(np, "ti,warm-reset");
/linux-master/drivers/usb/misc/
H A Dlvstest.c195 static DEVICE_ATTR_WO(warm_reset);
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_htt_stats.h288 u32 warm_reset; member in struct:htt_hw_stats_pdev_errs_tlv
/linux-master/include/linux/mfd/
H A Dpalmas.h157 int warm_reset; member in struct:palmas_reg_init

Completed in 232 milliseconds

12