Searched refs:restore (Results 201 - 225 of 356) sorted by relevance

1234567891011>>

/linux-master/arch/arm/kernel/
H A Dentry-common.S304 add sp, sp, #S_OFF @ restore stack
/linux-master/drivers/gpu/drm/i2c/
H A Dch7006_drv.c378 .restore = ch7006_encoder_restore,
/linux-master/include/net/
H A Dudp.h487 /* the GSO CB lays after the UDP one, no need to save and restore any
529 int udp_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore);
/linux-master/drivers/video/fbdev/geode/
H A Dlxfb_core.c607 .restore = lxfb_resume,
H A Dgxfb_core.c474 .restore = gxfb_resume,
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_drv.c506 .restore = radeon_pmops_resume,
/linux-master/drivers/mfd/
H A Dmax8997.c460 .restore = max8997_restore,
/linux-master/drivers/usb/core/
H A Dhcd-pci.c634 .restore = hcd_pci_restore,
/linux-master/sound/ac97/
H A Dbus.c429 .restore = pm_generic_restore,
/linux-master/drivers/usb/host/
H A Dxhci-plat.c548 .restore = pm_sleep_ptr(xhci_plat_restore),
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dqmi.h351 u8 restore; member in struct:qmi_wlanfw_mem_seg_resp_s_v01
/linux-master/drivers/gpu/drm/loongson/
H A Dlsdc_drv.c441 .restore = lsdc_pm_resume,
/linux-master/drivers/acpi/
H A Dfan_core.c435 .restore = acpi_fan_resume,
H A Dsleep.c111 * and to restore them during the subsequent resume. Windows does that also for
129 * continue to save/restore NVS for S4 as specified.
830 .restore = acpi_s2idle_restore,
/linux-master/drivers/platform/surface/aggregator/
H A Dcore.c421 * Try to signal display-on. This will restore events.
472 * case of errors, log them and try to restore normal operation state
544 * likely not actually required) and restore them during the drivers PM
545 * restore callback.
575 * Ignore but log errors, try to restore state as much as possible in
598 .restore = ssam_serial_hub_pm_restore,
/linux-master/arch/s390/kernel/
H A Dentry.S236 lmg %r6,%r14,__SF_GPRS(%r15) # restore kernel registers
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c109 * @restore: true - do not optimize the command
116 bool restore)
122 if (!restore) {
1262 /* Set a restore bit */
1721 * @restore: to restore or not
1730 bool restore,
1737 if (!restore &&
1788 bool restore = test_bit(RAMROD_RESTORE, ramrod_flags); local
1814 elem, restore,
113 bnx2x_exe_queue_add(struct bnx2x *bp, struct bnx2x_exe_queue_obj *o, struct bnx2x_exeq_elem *elem, bool restore) argument
1726 bnx2x_vlan_mac_get_registry_elem( struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o, struct bnx2x_exeq_elem *elem, bool restore, struct bnx2x_vlan_mac_registry_elem **re) argument
1908 bool restore = test_bit(RAMROD_RESTORE, &p->ramrod_flags); local
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dgen_except.S222 | unimplemented, no FPU restore is necessary. If it was
223 | unsupported, we must perform the restore.
435 movel USER_D1(%a6),%d1 | restore d1
450 movel USER_D1(%a6),%d1 | restore d1
/linux-master/arch/parisc/kernel/
H A Dperf_asm.S539 MTDIAG_2 (24) ; restore DR2
972 MTDIAG_2 (23) ; restore DR2
1332 MTDIAG_2 (24) ; restore DR2
1676 MTDIAG_2 (23) ; restore DR2
/linux-master/drivers/scsi/qla4xxx/
H A Dql4_bsg.c696 goto restore;
724 restore:
/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvnv17.c612 nouveau_encoder(encoder)->restore.output =
628 nouveau_encoder(encoder)->restore.output);
H A Ddfp.c75 * (for VT restore etc.)
584 nv_encoder->restore.head =
592 int head = nv_encoder->restore.head;
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_fdma.c931 goto restore;
944 restore:
/linux-master/arch/x86/kernel/
H A Dptrace.c570 restore:
602 goto restore;
887 * operations like PTRACE_SETREGS to fully restore a saved
/linux-master/drivers/base/
H A Dplatform.c1226 if (drv->pm->restore)
1227 ret = drv->pm->restore(dev);

Completed in 904 milliseconds

1234567891011>>