Searched refs:suspend (Results 101 - 125 of 1699) sorted by relevance

1234567891011>>

/linux-master/arch/arm/mach-omap2/
H A Dpm.c15 #include <linux/suspend.h>
36 * suspend work
120 * omap_common_suspend_init - Set common suspend routines for OMAP SoCs
121 * @pm_suspend: function pointer to SoC specific suspend function
/linux-master/arch/arm/mach-pxa/
H A Dpm.c15 #include <linux/suspend.h>
/linux-master/drivers/ata/
H A Dpata_netcell.c98 .suspend = ata_pci_device_suspend,
/linux-master/arch/x86/kernel/cpu/mtrr/
H A Dlegacy.c33 * The suspend/resume methods are only for CPUs without MTRR. CPUs using generic
73 .suspend = mtrr_save,
84 * suspend/resume for them.
87 * suspend/resume? If no, we should remove the code.
/linux-master/include/linux/
H A Dolpc-ec.h36 int (*suspend)(struct platform_device *); member in struct:olpc_ec_driver
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dengine.h23 int (*fini)(struct nvkm_engine *, bool suspend);
H A Dsubdev.h43 int (*fini)(struct nvkm_subdev *, bool suspend);
68 int nvkm_subdev_fini(struct nvkm_subdev *, bool suspend);
/linux-master/arch/powerpc/sysdev/
H A Dfsl_pmc.c14 #include <linux/suspend.h>
/linux-master/drivers/pmdomain/renesas/
H A Drmobile-sysc.c35 int (*suspend)(void); member in struct:rmobile_pm_domain
52 if (rmobile_pd->suspend) {
53 int ret = rmobile_pd->suspend();
233 pd->suspend = rmobile_pd_suspend_console;
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/ce/
H A Dga100.c49 ga100_ce_fini(struct nvkm_engine *engine, bool suspend) argument
/linux-master/include/linux/regulator/
H A Dmachine.h16 #include <linux/suspend.h>
43 * operations in suspend mode
45 * DISABLE_IN_SUSPEND - turn off regulator in suspend states
46 * ENABLE_IN_SUSPEND - keep regulator on in suspend states
73 * @uV: Default operating voltage during suspend, it can be adjusted
75 * @min_uV: Minimum suspend voltage may be set.
76 * @max_uV: Maximum suspend voltage may be set.
77 * @mode: Operating mode during suspend.
78 * @enabled: operations during suspend.
205 /* regulator suspend state
[all...]
/linux-master/arch/arm64/kernel/
H A Dsuspend.c20 #include <asm/suspend.h>
62 * PSTATE was not saved over suspend/resume, re-enable any detected
108 * accidentally losing these bits we must not attempt to suspend until
113 /* Report any MTE async fault before going to suspend */
129 * calls functions that never return (aka suspend finishers) hence
143 /* Call the suspend finisher */
147 * Never gets here, unless the suspend finisher fails.
/linux-master/drivers/cpufreq/
H A Dcpufreq-dt.c179 .suspend = cpufreq_generic_suspend,
323 if (data->suspend)
324 dt_cpufreq_driver.suspend = data->suspend;
/linux-master/sound/soc/sof/intel/
H A Dhda-common-ops.c92 .suspend = hda_dsp_suspend,
/linux-master/sound/soc/sof/
H A Dpm.c17 * system suspend. This function only cares about the device
36 * is that there are streams that ignored the suspend trigger.
38 * device suspend latency considerations will be added later.
46 /* This case would be during runtime suspend */
185 * Debugfs cannot be read in runtime suspend, so cache
206 /* do nothing if dsp suspend callback is not set */
207 if (!runtime_suspend && !sof_ops(sdev)->suspend)
222 goto suspend;
229 "error: setting hw_params flag during suspend %d\n",
237 /* suspend DM
[all...]
/linux-master/arch/loongarch/power/
H A Dsuspend.c3 * loongson-specific suspend support
10 #include <linux/suspend.h>
69 /* processor specific suspend */
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dpm.c52 /* for STA-like interface, don't runtime suspend */
56 wil_dbg_pm(wil, "Delay suspend when connecting\n");
64 /* AP-like interface - can't suspend */
83 wil_dbg_pm(wil, "Deny any suspend - %s mode\n",
88 if (is_runtime && !wil->platform_ops.suspend) {
103 wil_dbg_pm(wil, "Delay suspend when resetting\n");
108 wil_dbg_pm(wil, "Delay suspend during recovery\n");
184 wil_dbg_pm(wil, "suspend keep radio on\n");
202 wil_dbg_pm(wil, "Pending TX data, reject suspend\n");
208 wil_dbg_pm(wil, "Pending RX data, reject suspend\
[all...]
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-stm32.c101 int (*suspend)(struct stm32_dwmac *dwmac); member in struct:stm32_ops
247 static void stm32_dwmac_clk_disable(struct stm32_dwmac *dwmac, bool suspend) argument
250 if (!dwmac->ops->clk_rx_enable_in_suspend || !suspend)
451 if (dwmac->ops->suspend)
452 ret = dwmac->ops->suspend(dwmac);
487 .suspend = stm32mp1_suspend,
/linux-master/drivers/gpu/drm/nouveau/nvkm/core/
H A Dobject.c193 nvkm_object_fini(struct nvkm_object *object, bool suspend) argument
195 const char *action = suspend ? "suspend" : "fini";
203 ret = nvkm_object_fini(child, suspend);
204 if (ret && suspend)
210 ret = object->func->fini(object, suspend);
213 if (suspend)
H A Dengine.c101 nvkm_engine_fini(struct nvkm_subdev *subdev, bool suspend) argument
105 return engine->func->fini(engine, suspend);
/linux-master/arch/x86/power/
H A Dhibernate_32.c9 #include <linux/suspend.h>
16 #include <asm/suspend.h>
/linux-master/arch/arm/mach-mvebu/
H A Dpm.c17 #include <linux/suspend.h>
20 #include <asm/suspend.h>
193 pr_warn("Entering suspend to RAM. Only special wake-up sources will resume the system\n");
/linux-master/drivers/net/phy/
H A Dmeson-gxl.c198 .suspend = genphy_suspend,
217 .suspend = genphy_suspend,
/linux-master/arch/arm/mach-exynos/
H A Dpm.c13 #include <linux/suspend.h>
22 #include <asm/suspend.h>
H A Dfirmware.c17 #include <asm/suspend.h>
126 pr_info("Failed to suspend the system\n");
155 .suspend = IS_ENABLED(CONFIG_PM_SLEEP) ? exynos_suspend : NULL,

Completed in 399 milliseconds

1234567891011>>