Searched refs:suspend (Results 51 - 75 of 1698) sorted by relevance

1234567891011>>

/linux-master/arch/arm/include/asm/
H A Dcpuidle.h36 int (*suspend)(unsigned long arg); member in struct:cpuidle_ops
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Ddriver.h12 int (*suspend)(void *priv); member in struct:nvif_driver
/linux-master/arch/arm/mach-lpc32xx/
H A Dpm.c48 * Backup a small area of IRAM used for the suspend code
49 * Copy suspend code to IRAM
61 * IRAM code are used for suspend is restored
65 #include <linux/suspend.h>
77 * Both STANDBY and MEM suspend states are handled the same with no
92 * Copy code to suspend system into IRAM. The suspend code
101 /* Transfer to suspend code in IRAM */
/linux-master/include/drm/
H A Ddrm_fb_helper.h261 void drm_fb_helper_set_suspend(struct drm_fb_helper *fb_helper, bool suspend);
263 bool suspend);
372 bool suspend)
377 drm_fb_helper_set_suspend_unlocked(struct drm_fb_helper *fb_helper, bool suspend) argument
371 drm_fb_helper_set_suspend(struct drm_fb_helper *fb_helper, bool suspend) argument
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dinstmem.h11 bool suspend; member in struct:nvkm_instmem
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_types.h75 /** @submission_state.suspend: suspend fence state */
77 /** @submission_state.suspend.lock: suspend fences lock */
79 /** @submission_state.suspend.context: suspend fences context */
81 /** @submission_state.suspend.seqno: suspend fences seqno */
83 } suspend; member in struct:xe_guc::__anon865
/linux-master/sound/soc/sof/
H A Dtrace.c44 sdev->ipc->ops->fw_tracing->suspend(sdev, pm_state);
/linux-master/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_bus.h23 int (*suspend)(struct vchiq_device *device, member in struct:vchiq_driver
/linux-master/arch/arm/mach-s3c/
H A Dpm.c8 // S3C common power management (suspend to ram) support.
11 #include <linux/suspend.h>
19 #include <asm/suspend.h>
84 * to happen if you suspend with no wakeup (system will often
/linux-master/arch/arm/mach-socfpga/
H A Dpm.c19 #include <linux/suspend.h>
20 #include <asm/suspend.h>
137 pr_info("SoCFPGA initialized for DDR self-refresh during suspend.\n");
/linux-master/drivers/usb/cdns3/
H A Dcore.h23 * @suspend: suspend callback for this role
32 int (*suspend)(struct cdns *cdns, bool do_wakeup); member in struct:cdns_role_driver
44 bool suspend, bool wakeup);
/linux-master/drivers/net/phy/
H A Dax88796b.c103 .suspend = genphy_suspend,
111 .suspend = genphy_suspend,
H A Dmediatek-ge.c78 .suspend = genphy_suspend,
92 .suspend = genphy_suspend,
H A Dintel-xway.c360 .suspend = genphy_suspend,
371 .suspend = genphy_suspend,
382 .suspend = genphy_suspend,
393 .suspend = genphy_suspend,
403 .suspend = genphy_suspend,
413 .suspend = genphy_suspend,
423 .suspend = genphy_suspend,
433 .suspend = genphy_suspend,
443 .suspend = genphy_suspend,
453 .suspend
[all...]
H A Drealtek.c1123 .suspend = genphy_suspend,
1132 .suspend = genphy_suspend,
1151 .suspend = rtl8211b_suspend,
1168 .suspend = genphy_suspend,
1178 .suspend = genphy_suspend,
1190 .suspend = rtl821x_suspend,
1203 .suspend = rtl821x_suspend,
1212 .suspend = genphy_suspend,
1224 .suspend = genphy_suspend,
1238 .suspend
[all...]
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.h54 bool (*suspend)(struct nouveau_drm *); member in struct:nouveau_fence_priv
95 u32 *suspend; member in struct:nv84_fence_priv
/linux-master/arch/powerpc/platforms/4xx/
H A Dcpm.c24 #include <linux/suspend.h>
43 unsigned int suspend; member in struct:cpm
194 return !!cpm.suspend;
222 cpm_suspend_standby(cpm.suspend);
303 cpm.suspend = cpm_get_uint_property(np, "suspend");
317 if (cpm.standby || cpm.suspend)
/linux-master/drivers/regulator/
H A Dda9062-regulator.c50 struct reg_field suspend; member in struct:da9062_regulator_info
66 struct regmap_field *suspend; member in struct:da9062_regulator
139 * and suspend state.
176 * LDOs use sleep flags - one for normal and one for suspend state.
270 return regmap_field_write(regl->suspend, 1);
277 return regmap_field_write(regl->suspend, 0);
391 .suspend = REG_FIELD(DA9062AA_BUCK1_CONT,
428 .suspend = REG_FIELD(DA9062AA_BUCK3_CONT,
465 .suspend = REG_FIELD(DA9062AA_BUCK4_CONT,
494 .suspend
[all...]
/linux-master/include/linux/clk/
H A Dtegra.h27 * suspend:
40 void (*suspend)(void); member in struct:tegra_cpu_car_ops
120 if (WARN_ON(!tegra_cpu_car_ops->suspend))
123 tegra_cpu_car_ops->suspend();
/linux-master/net/mac80211/
H A Dpm.c28 goto suspend;
85 /* Drivers don't expect to suspend while some operations like
101 * of power-save due to TX and during suspend
143 goto suspend;
168 * We disconnected on all interfaces before suspend, all channel
176 suspend:
/linux-master/drivers/base/
H A Disa.c69 if (isa_driver && isa_driver->suspend)
70 return isa_driver->suspend(dev, to_isa_dev(dev)->id, state);
91 .suspend = isa_bus_suspend,
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dhif.h21 int (*suspend)(struct ath12k_base *ab); member in struct:ath12k_hif_ops
99 if (ab->hif.ops->suspend)
100 return ab->hif.ops->suspend(ab);
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dhif.h22 int (*suspend)(struct ath11k_base *ab); member in struct:ath11k_hif_ops
86 if (ab->hif.ops->suspend)
87 return ab->hif.ops->suspend(ab);
/linux-master/arch/sh/boards/mach-ap325rxa/
H A Dsdram.S12 #include <asm/suspend.h>
/linux-master/arch/sh/kernel/cpu/shmobile/
H A Dpm.c12 #include <linux/suspend.h>
13 #include <asm/suspend.h>

Completed in 371 milliseconds

1234567891011>>