Home
last modified time | relevance | path

Searched refs:unregister_syscore_ops (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/drivers/base/
Dsyscore.c33 void unregister_syscore_ops(struct syscore_ops *ops) in unregister_syscore_ops() function
39 EXPORT_SYMBOL_GPL(unregister_syscore_ops);
/linux-4.19.296/include/linux/
Dsyscore_ops.h22 extern void unregister_syscore_ops(struct syscore_ops *ops);
/linux-4.19.296/drivers/xen/
Dxen-acpi-processor.c594 unregister_syscore_ops(&xap_syscore_ops); in xen_acpi_processor_exit()
/linux-4.19.296/drivers/base/firmware_loader/
Dmain.c1212 unregister_syscore_ops(&fw_syscore_ops); in unregister_fw_pm_ops()
/linux-4.19.296/virt/kvm/
Dkvm_main.c4379 unregister_syscore_ops(&kvm_syscore_ops); in kvm_exit()