Searched refs:suspend (Results 76 - 100 of 1701) sorted by relevance

1234567891011>>

/linux-master/arch/sh/boards/mach-migor/
H A Dsdram.S12 #include <asm/suspend.h>
/linux-master/arch/sh/kernel/
H A Dasm-offsets.c16 #include <linux/suspend.h>
19 #include <asm/suspend.h>
/linux-master/arch/arm/mach-milbeaut/
H A Dplatsmp.c10 #include <linux/suspend.h>
16 #include <asm/suspend.h>
/linux-master/arch/x86/power/
H A Dhibernate_64.c12 #include <linux/suspend.h>
25 #include <asm/suspend.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dpriv.h65 int nvkm_therm_fan_fini(struct nvkm_therm *, bool suspend);
72 int nvkm_therm_sensor_fini(struct nvkm_therm *, bool suspend);
/linux-master/drivers/net/phy/
H A Dste10Xp.c111 .suspend = genphy_suspend,
121 .suspend = genphy_suspend,
H A Drealtek.c879 .suspend = genphy_suspend,
888 .suspend = genphy_suspend,
907 .suspend = rtl8211b_suspend,
924 .suspend = genphy_suspend,
934 .suspend = genphy_suspend,
946 .suspend = rtl821x_suspend,
959 .suspend = rtl821x_suspend,
968 .suspend = genphy_suspend,
980 .suspend = genphy_suspend,
992 .suspend
[all...]
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dobject.h32 int (*fini)(struct nvkm_object *, bool suspend);
60 int nvkm_object_fini(struct nvkm_object *, bool suspend);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dbase.c70 nvkm_devinit_fini(struct nvkm_subdev *subdev, bool suspend) argument
74 if (suspend)
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bar/
H A Dbase.c93 nvkm_bar_fini(struct nvkm_subdev *subdev, bool suspend) argument
103 if (!suspend) /* Handled by instmem. */
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dbase.c51 nvkm_gsp_fini(struct nvkm_subdev *subdev, bool suspend) argument
58 return gsp->func->fini(gsp, suspend);
/linux-master/arch/arm/mach-s5pv210/
H A Dpm.c13 #include <linux/suspend.h>
19 #include <asm/suspend.h>
100 pr_info("Failed to suspend the system\n");
101 return 1; /* Aborting suspend */
110 * S5P_EINT_WAKEUP_MASK is set by pinctrl driver in late suspend.
/linux-master/arch/riscv/kernel/
H A Dsuspend.c7 #define pr_fmt(fmt) "suspend: " fmt
10 #include <linux/suspend.h>
13 #include <asm/suspend.h>
80 * Should never reach here, unless the suspend finisher
172 * The SBI HSM suspend function is only available when:
178 pr_info("HSM suspend not available\n");
/linux-master/arch/sh/boards/mach-kfr2r09/
H A Dsdram.S12 #include <asm/suspend.h>
/linux-master/arch/mips/loongson64/
H A Dpm.c3 * loongson-specific suspend support
8 #include <linux/suspend.h>
/linux-master/arch/mips/loongson2ef/common/
H A Dpm.c3 * loongson-specific suspend support
8 #include <linux/suspend.h>
126 /* processor specific suspend */
/linux-master/include/linux/regulator/
H A Dcoupler.h12 #include <linux/suspend.h>
/linux-master/drivers/net/usb/
H A Dhuawei_cdc_ncm.c148 drvstate->subdriver->suspend)
149 ret = drvstate->subdriver->suspend(intf, message);
177 drvstate->subdriver->suspend(intf, PMSG_SUSPEND);
218 .suspend = huawei_cdc_ncm_suspend,
/linux-master/include/linux/
H A Dauxiliary_bus.h149 * @suspend: Called to put the device to sleep mode. Usually to a power state.
184 int (*suspend)(struct auxiliary_device *auxdev, pm_message_t state); member in struct:auxiliary_driver
H A Disa.h18 int (*suspend)(struct device *, unsigned int, pm_message_t); member in struct:isa_driver
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_pcie.h61 * @suspend: S2IDLE sleep/active
76 unsigned long suspend; member in struct:iosm_pcie
177 * the device's usage count then, carry out a suspend,
/linux-master/arch/arm/mach-pxa/
H A Dsmemc.c50 .suspend = pxa3xx_smemc_suspend,
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_nvif.c96 .suspend = nvkm_client_suspend,
/linux-master/drivers/gpu/drm/nouveau/nvkm/core/
H A Dsubdev.c54 nvkm_subdev_fini(struct nvkm_subdev *subdev, bool suspend) argument
57 const char *action = suspend ? "suspend" : subdev->use.enabled ? "fini" : "reset";
64 int ret = subdev->func->fini(subdev, suspend);
67 if (suspend)
/linux-master/arch/loongarch/power/
H A Dhibernate.c6 #include <linux/suspend.h>

Completed in 431 milliseconds

1234567891011>>