Searched refs:restore (Results 126 - 150 of 359) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dmigrate_reuseport.c148 static int setup_fastopen(char *buf, int size, int *saved_len, bool restore) argument
156 if (restore) {
158 if (!ASSERT_EQ(len, *saved_len, "write - restore"))
540 ASSERT_OK(err, "setup_fastopen - restore");
/linux-master/include/linux/
H A Dpm.h98 * @resume(), @thaw(), @restore(). Also called if the state transition
147 * @freeze() to save the device settings in memory to be used by @restore()
158 * attempt to restore the contents of main memory from such an image.
177 * @restore: Hibernation-specific, executed after restoring the contents of main
180 * @restore_early: Prepare to execute @restore(), analogous to @resume_early().
217 * @restore_noirq: Prepare for the execution of @restore() by carrying out any
233 * necessary, put the device into the full-power state and restore its
259 * However, the error codes returned by @resume(), @thaw(), @restore(),
294 int (*restore)(struct device *dev); member in struct:dev_pm_ops
318 .restore
[all...]
H A Dplatform_device.h389 .restore = platform_pm_restore,
H A Dsuspend.h141 void (*restore)(void); member in struct:platform_s2idle_ops
429 #define PM_RESTORE_PREPARE 0x0005 /* Going to restore a saved image */
/linux-master/kernel/power/
H A Dsuspend.c110 * Kick all CPUs to ensure that they resume their timers and restore
290 if (state == PM_SUSPEND_TO_IDLE && s2idle_ops && s2idle_ops->restore)
291 s2idle_ops->restore();
/linux-master/drivers/gpu/drm/
H A Ddrm_client.c257 if (!client->funcs || !client->funcs->restore)
260 ret = client->funcs->restore(client);
262 if (!ret) /* The first one to return zero gets the privilege to restore */
H A Ddrm_fbdev_dma.c207 .restore = drm_fbdev_dma_client_restore,
/linux-master/arch/sparc/lib/
H A DNGpage.S60 restore
/linux-master/arch/m68k/fpsp040/
H A Dbugfix.S248 | the cu and restore the state, allowing the instruction in the
252 | restore the instruction from the cu to the frame and continue
370 | the cu and restore the state, allowing the instruction in the
374 | restore the instruction from the cu to the frame and continue
/linux-master/arch/m68k/math-emu/
H A Dfp_util.S110 subq.l #8,%a0 | restore %a0
/linux-master/drivers/hid/surface-hid/
H A Dsurface_hid_core.c280 .restore = surface_hid_restore,
/linux-master/arch/arm/mach-pxa/
H A Dpxa27x.c183 .restore = pxa27x_cpu_pm_restore,
/linux-master/arch/arm/mach-omap2/
H A Dsleep33xx.S197 ldmfd sp!, {r4 - r11, pc} @ restore regs and return
/linux-master/drivers/gpu/drm/armada/
H A Darmada_fbdev.c189 .restore = armada_fbdev_client_restore,
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_fbdev.c222 .restore = msm_fbdev_client_restore,
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_drm_fbdev.c198 .restore = exynos_drm_fbdev_client_restore,
/linux-master/drivers/gpu/drm/tegra/
H A Dfbdev.c208 .restore = tegra_fbdev_client_restore,
/linux-master/drivers/i2c/busses/
H A Di2c-virtio.c271 .restore = pm_sleep_ptr(virtio_i2c_restore),
/linux-master/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_platform.c213 .restore = sxgbe_platform_restore,
/linux-master/drivers/gpu/drm/gma500/
H A Dpsb_intel_drv.h71 int backlight_duty_cycle; /* restore backlight to this value */
114 void (*restore)(struct drm_connector *connector); member in struct:gma_connector
/linux-master/drivers/char/hw_random/
H A Dvirtio-rng.c253 .restore = pm_sleep_ptr(virtrng_restore),
/linux-master/include/net/
H A Daf_vsock.h240 int vsock_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore);
/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_drv.c266 .restore = qxl_pm_restore,
/linux-master/drivers/pnp/
H A Ddriver.c256 .restore = pnp_bus_resume,
/linux-master/drivers/net/wireless/ath/
H A Dath.h144 void (*restore)(struct ath_common *common); member in struct:ath_ps_ops

Completed in 297 milliseconds

1234567891011>>