Searched refs:suspend (Results 201 - 225 of 1698) sorted by relevance

1234567891011>>

/linux-master/drivers/watchdog/
H A Ddb8500_wdt.c135 .suspend = pm_ptr(db8500_wdt_suspend),
/linux-master/drivers/cpuidle/
H A Dcpuidle-big_little.c22 #include <asm/suspend.h>
/linux-master/include/linux/
H A Dclockchips.h120 void (*suspend)(struct clock_event_device *); member in struct:clock_event_device
/linux-master/sound/soc/codecs/
H A Dac97.c113 .suspend = ac97_soc_suspend,
H A Drt1015p.c83 .suspend = rt1015p_suspend,
/linux-master/drivers/gpu/drm/udl/
H A Dudl_drv.c157 .suspend = udl_usb_suspend,
/linux-master/drivers/soc/mediatek/
H A Dmtk-regulator-coupler.c17 #include <linux/suspend.h>
/linux-master/drivers/ata/
H A Dpata_piccolo.c114 .suspend = ata_pci_device_suspend,
H A Dpata_jmicron.c162 .suspend = ata_pci_device_suspend,
H A Dpata_marvell.c173 .suspend = ata_pci_device_suspend,
H A Dpata_sch.c55 .suspend = ata_pci_device_suspend,
H A Dpata_ns87410.c152 .suspend = ata_pci_device_suspend,
/linux-master/kernel/module/
H A Dkmod.c26 #include <linux/suspend.h>
/linux-master/arch/arm/mach-exynos/
H A Dsuspend.c13 #include <linux/suspend.h>
31 #include <asm/suspend.h>
244 pr_info("Failed to suspend the system\n");
245 return 1; /* Aborting suspend */
277 pr_info("Failed to suspend the system\n");
287 * EXYNOS_EINT_WAKEUP_MASK is set by pinctrl driver in late suspend.
342 * suspend for any reason.
546 ret = call_firmware_op(suspend);
570 * avoid hard-coding the suspend to mem state. It's safe to do
577 pr_err("Failed to prepare regulators for suspend (
[all...]
/linux-master/arch/mips/generic/
H A Dboard-ingenic.c16 #include <linux/suspend.h>
/linux-master/drivers/usb/cdns3/
H A Dcdns3-imx.c151 bool suspend, bool wakeup);
249 bool suspend, bool wakeup)
262 if (suspend) {
405 bool suspend, bool wakeup)
248 cdns_imx_platform_suspend(struct device *dev, bool suspend, bool wakeup) argument
404 cdns_imx_platform_suspend(struct device *dev, bool suspend, bool wakeup) argument
/linux-master/include/linux/mfd/
H A Dcore.h71 int (*suspend)(struct platform_device *dev); member in struct:mfd_cell
/linux-master/sound/aoa/soundbus/
H A Dsoundbus.h133 int (*suspend)(struct codec_info_item *cii, pm_message_t state); member in struct:codec_info
166 /* TODO: suspend/resume */
/linux-master/drivers/input/misc/
H A Dpcspkr.c121 .suspend = pcspkr_suspend,
/linux-master/drivers/platform/x86/intel/pmc/
H A Dcnp.c211 * when a cable is attached. To unblock PC10 during suspend,
229 pmcdev->suspend = cnl_suspend;
/linux-master/drivers/net/phy/
H A Ddp83tg720.c175 .suspend = genphy_suspend,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddev.c405 void mlx5_detach_device(struct mlx5_core_dev *dev, bool suspend) argument
434 if (adrv->suspend && suspend) {
435 adrv->suspend(adev, pm);
/linux-master/drivers/hid/amd-sfh-hid/
H A Damd_sfh_common.h72 void (*suspend)(struct amd_mp2_dev *mp2); member in struct:amd_mp2_ops
/linux-master/arch/powerpc/include/asm/
H A Dmacio.h131 int (*suspend)(struct macio_dev* dev, pm_message_t state); member in struct:macio_driver
/linux-master/drivers/input/rmi4/
H A Drmi_bus.h68 * @suspend: Should perform any required operations to suspend the particular
85 int (*suspend)(struct rmi_function *fn); member in struct:rmi_function_handler

Completed in 421 milliseconds

1234567891011>>