Searched refs:acpi_remove_notify_handler (Results  1 – 25 of 27) sorted by relevance
12
| /Linux-v5.4/drivers/usb/typec/ucsi/ | 
| D | ucsi_acpi.c | 118 		acpi_remove_notify_handler(ACPI_HANDLE(&pdev->dev),  in ucsi_acpi_probe()135 	acpi_remove_notify_handler(ACPI_HANDLE(&pdev->dev), ACPI_DEVICE_NOTIFY,  in ucsi_acpi_remove()
 
 | 
| /Linux-v5.4/drivers/thermal/intel/int340x_thermal/ | 
| D | int3402_thermal.c | 78 	acpi_remove_notify_handler(d->handle,  in int3402_thermal_remove()
 | 
| D | int3403_thermal.c | 114 	acpi_remove_notify_handler(priv->adev->handle,  in int3403_sensor_remove()
 | 
| D | int3400_thermal.c | 356 	acpi_remove_notify_handler(  in int3400_thermal_remove()
 | 
| D | processor_thermal_device.c | 401 	acpi_remove_notify_handler(proc_priv->adev->handle,  in proc_thermal_remove()
 | 
| /Linux-v5.4/drivers/xen/ | 
| D | xen-acpi-pad.c | 131 	acpi_remove_notify_handler(device->handle,  in acpi_pad_remove()
 | 
| D | xen-acpi-cpuhotplug.c | 355 		acpi_remove_notify_handler(handle,  in processor_walk_namespace_cb()
 | 
| D | xen-acpi-memhotplug.c | 390 	status = acpi_remove_notify_handler(handle,  in acpi_memory_deregister_notify_handler()
 | 
| /Linux-v5.4/drivers/acpi/acpica/ | 
| D | evxface.c | 211 acpi_remove_notify_handler(acpi_handle device,  in ACPI_EXPORT_SYMBOL()222 	ACPI_FUNCTION_TRACE(acpi_remove_notify_handler);  in ACPI_EXPORT_SYMBOL()
 331 ACPI_EXPORT_SYMBOL(acpi_remove_notify_handler)  in ACPI_EXPORT_SYMBOL()  argument
 
 | 
| /Linux-v5.4/drivers/platform/x86/ | 
| D | intel-hid.c | 513 	acpi_remove_notify_handler(handle, ACPI_DEVICE_NOTIFY, notify_handler);  in intel_hid_probe()523 	acpi_remove_notify_handler(handle, ACPI_DEVICE_NOTIFY, notify_handler);  in intel_hid_remove()
 
 | 
| D | intel-vbtn.c | 193 	acpi_remove_notify_handler(handle, ACPI_DEVICE_NOTIFY, notify_handler);  in intel_vbtn_remove()
 | 
| D | apple-gmux.c | 779 		acpi_remove_notify_handler(gmux_data->dhandle,  in gmux_probe()799 		acpi_remove_notify_handler(gmux_data->dhandle,  in gmux_remove()
 
 | 
| D | ideapad-laptop.c | 1042 	acpi_remove_notify_handler(priv->adev->handle,  in ideapad_acpi_add()1066 	acpi_remove_notify_handler(priv->adev->handle,  in ideapad_acpi_remove()
 
 | 
| D | wmi.c | 1345 	acpi_remove_notify_handler(acpi_device->handle, ACPI_DEVICE_NOTIFY,  in acpi_wmi_remove()1407 	acpi_remove_notify_handler(acpi_device->handle, ACPI_DEVICE_NOTIFY,  in acpi_wmi_probe()
 
 | 
| D | eeepc-laptop.c | 692 	status = acpi_remove_notify_handler(handle,  in eeepc_unregister_rfkill_notifier()
 | 
| D | asus-wmi.c | 882 	status = acpi_remove_notify_handler(handle, ACPI_SYSTEM_NOTIFY,  in asus_unregister_rfkill_notifier()
 | 
| /Linux-v5.4/drivers/ata/ | 
| D | libata-zpodd.c | 262 	acpi_remove_notify_handler(handle, ACPI_SYSTEM_NOTIFY, zpodd_wake_dev);  in ata_acpi_remove_pm_notifier()
 | 
| /Linux-v5.4/drivers/acpi/ | 
| D | processor_driver.c | 272 	acpi_remove_notify_handler(device->handle, ACPI_DEVICE_NOTIFY,  in acpi_processor_stop()
 | 
| D | acpi_pad.c | 454 	acpi_remove_notify_handler(device->handle,  in acpi_pad_remove()
 | 
| D | bus.c | 471 		acpi_remove_notify_handler(device->handle, ACPI_DEVICE_NOTIFY,  in acpi_device_remove_notify_handler()
 | 
| D | device_pm.c | 529 	status = acpi_remove_notify_handler(adev->handle,  in acpi_remove_pm_notifier()
 | 
| D | acpi_video.c | 1982 		acpi_remove_notify_handler(dev->dev->handle, ACPI_DEVICE_NOTIFY,  in acpi_video_dev_remove_notify_handler()
 | 
| /Linux-v5.4/drivers/pci/hotplug/ | 
| D | acpiphp_ibm.c | 478 	status = acpi_remove_notify_handler(  in ibm_acpiphp_exit()
 | 
| /Linux-v5.4/drivers/platform/chrome/ | 
| D | cros_ec_lpc.c | 429 		acpi_remove_notify_handler(adev->handle, ACPI_ALL_NOTIFY,  in cros_ec_lpc_remove()
 | 
| /Linux-v5.4/include/acpi/ | 
| D | acpixf.h | 635 			     acpi_remove_notify_handler(acpi_handle device,
 | 
        12