Searched refs:restore (Results 251 - 275 of 359) sorted by relevance

<<1112131415

/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder.c1251 if (dpu_enc->cur_slave && dpu_enc->cur_slave->ops.restore)
1252 dpu_enc->cur_slave->ops.restore(dpu_enc->cur_slave);
1253 if (dpu_enc->cur_master && dpu_enc->cur_master->ops.restore)
1254 dpu_enc->cur_master->ops.restore(dpu_enc->cur_master);
H A Ddpu_encoder_phys_cmd.c711 ops->restore = dpu_encoder_phys_cmd_enable_helper;
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_fbdev.c648 .restore = intel_fbdev_client_restore,
/linux-master/include/linux/
H A Dskmsg.h107 /* psock_update_sk_prot may be called with restore=false many times
109 * exactly once with restore=true when the psock is being destroyed
113 bool restore);
/linux-master/drivers/pci/pcie/
H A Dportdrv.c659 .restore = pcie_port_device_resume,
/linux-master/arch/powerpc/
H A DMakefile59 KBUILD_LDFLAGS_MODULE += --save-restore-funcs
/linux-master/drivers/video/backlight/
H A Dpwm_bl.c689 .restore = pwm_backlight_resume,
/linux-master/drivers/crypto/virtio/
H A Dvirtio_crypto_core.c592 .restore = virtcrypto_restore,
/linux-master/net/vmw_vsock/
H A Dvirtio_transport.c867 .restore = virtio_vsock_restore,
/linux-master/drivers/virtio/
H A Dvirtio_pci_common.c533 .restore = virtio_pci_restore,
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_DAC1064.c826 /* restore crtc1 */
829 /* restore cursor */
832 /* restore crtc2 */
1095 .restore = MGA1064_restore,
1105 .restore = MGAG100_restore,
H A Dmatroxfb_Ti3026.c526 /* restore pclk */
745 .restore = Ti3026_restore
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_workarounds.c1275 goto restore;
1347 restore:
/linux-master/arch/sparc/kernel/
H A Dhead_64.S860 /* Now we can restore interrupt state. */
865 restore
884 restore
H A Dhead_32.S291 /* Ok, restore the MMU control register we saved in %g5 */
560 * No, it doesn't work, have to play the save/readCWP/restore trick.
570 restore
/linux-master/arch/arm/boot/compressed/
H A Dhead.S1436 mov r1, r7 @ restore architecture number
1437 mov r2, r8 @ restore atags pointer
1504 orr r4, r9, #1 @ restore image base and set LSB
/linux-master/lib/
H A Dxarray.c720 goto restore;
736 restore:
/linux-master/arch/m68k/fpsp040/
H A Dfpsp.h73 | the handler exit code restore the value.
H A Dsrem_mod.S216 movel L_SCR2(%a6),%d0 |restore d0
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.h416 int (*restore)(struct bnx2x *bp, member in struct:bnx2x_vlan_mac_obj
1482 * (BNX2X_MCAST_CMD_DEL) or restore (BNX2X_MCAST_CMD_RESTORE) a current
/linux-master/drivers/hwmon/
H A Dapplesmc.c702 .restore = applesmc_pm_restore,
/linux-master/drivers/firmware/
H A Darm_sdei.c757 * The sequence is freeze->thaw. Reboot. freeze->restore. We unregister
759 * and restore.
814 .restore = sdei_device_restore,
/linux-master/drivers/ata/
H A Dsata_rcar.c1006 .restore = sata_rcar_restore,
/linux-master/drivers/input/serio/
H A Di8042.c998 * Save the CTR for restore on unload / reboot.
1115 pr_warn("Can't restore CTR\n");
1227 * Here we try to restore the original BIOS settings to avoid
1271 * not restore the controller state to whatever it had been at boot
1279 * off control to the platform firmware, otherwise we can simply restore
1312 .restore = i8042_pm_restore,
/linux-master/drivers/net/ethernet/sfc/
H A Defx.c1264 /* Used for both resume and restore */
1308 .restore = efx_pm_resume,

Completed in 273 milliseconds

<<1112131415