Home
last modified time | relevance | path

Searched refs:ACPI_DEVICE_NOTIFY (Results 1 – 20 of 20) sorted by relevance

/linux/drivers/acpi/
H A Dhed.c59 err = acpi_dev_install_notify_handler(device, ACPI_DEVICE_NOTIFY, in acpi_hed_add()
69 acpi_dev_remove_notify_handler(device, ACPI_DEVICE_NOTIFY, in acpi_hed_remove()
H A Dtiny-power-button.c48 ACPI_DEVICE_NOTIFY, in acpi_tiny_power_button_add()
64 acpi_remove_notify_handler(device->handle, ACPI_DEVICE_NOTIFY, in acpi_tiny_power_button_remove()
H A Dprocessor_driver.c178 status = acpi_install_notify_handler(device->handle, ACPI_DEVICE_NOTIFY, in __acpi_processor_start()
203 acpi_remove_notify_handler(device->handle, ACPI_DEVICE_NOTIFY, in acpi_processor_stop()
H A Dbutton.c632 ACPI_DEVICE_NOTIFY, handler, in acpi_button_add()
676 acpi_remove_notify_handler(device->handle, ACPI_DEVICE_NOTIFY, in acpi_button_remove()
H A Dacpi_video.c1878 status = acpi_install_notify_handler(adev->handle, ACPI_DEVICE_NOTIFY, in acpi_video_dev_add_notify_handler()
1943 acpi_remove_notify_handler(dev->dev->handle, ACPI_DEVICE_NOTIFY, in acpi_video_dev_remove_notify_handler()
2068 error = acpi_dev_install_notify_handler(device, ACPI_DEVICE_NOTIFY, in acpi_video_bus_add()
2102 acpi_dev_remove_notify_handler(device, ACPI_DEVICE_NOTIFY, in acpi_video_bus_remove()
H A Dthermal.c881 result = acpi_dev_install_notify_handler(device, ACPI_DEVICE_NOTIFY, in acpi_thermal_add()
906 acpi_dev_remove_notify_handler(device, ACPI_DEVICE_NOTIFY, in acpi_thermal_remove()
/linux/drivers/xen/
H A Dxen-acpi-pad.c118 ACPI_DEVICE_NOTIFY, acpi_pad_notify, device); in acpi_pad_add()
132 ACPI_DEVICE_NOTIFY, acpi_pad_notify); in acpi_pad_remove()
/linux/drivers/usb/typec/ucsi/
H A Ducsi_acpi.c226 ACPI_DEVICE_NOTIFY, in ucsi_acpi_probe()
237 ACPI_DEVICE_NOTIFY, in ucsi_acpi_probe()
255 acpi_remove_notify_handler(ACPI_HANDLE(&pdev->dev), ACPI_DEVICE_NOTIFY, in ucsi_acpi_remove()
/linux/sound/pci/hda/
H A Dhda_component.c55 ret = acpi_install_notify_handler(adev->handle, ACPI_DEVICE_NOTIFY, in hda_component_manager_bind_acpi_notifications()
80 ret = acpi_remove_notify_handler(adev->handle, ACPI_DEVICE_NOTIFY, handler); in hda_component_manager_unbind_acpi_notifications()
/linux/drivers/thermal/intel/int340x_thermal/
H A Dprocessor_thermal_device.c297 ret = acpi_install_notify_handler(adev->handle, ACPI_DEVICE_NOTIFY, in proc_thermal_add()
317 ACPI_DEVICE_NOTIFY, proc_thermal_notify); in proc_thermal_add()
328 ACPI_DEVICE_NOTIFY, proc_thermal_notify); in proc_thermal_remove()
/linux/drivers/platform/x86/intel/
H A Dhid.c712 ACPI_DEVICE_NOTIFY, in intel_hid_probe()
742 acpi_remove_notify_handler(handle, ACPI_DEVICE_NOTIFY, notify_handler); in intel_hid_probe()
752 acpi_remove_notify_handler(handle, ACPI_DEVICE_NOTIFY, notify_handler); in intel_hid_remove()
H A Dvbtn.c313 ACPI_DEVICE_NOTIFY, in intel_vbtn_probe()
343 acpi_remove_notify_handler(handle, ACPI_DEVICE_NOTIFY, notify_handler); in intel_vbtn_remove()
/linux/drivers/net/wireless/ath/ath12k/
H A Dacpi.c374 ACPI_DEVICE_NOTIFY, in ath12k_acpi_start()
392 ACPI_DEVICE_NOTIFY, in ath12k_acpi_stop()
/linux/drivers/platform/x86/
H A Dapple-gmux.c914 ACPI_DEVICE_NOTIFY, in gmux_probe()
973 ACPI_DEVICE_NOTIFY, in gmux_probe()
1000 ACPI_DEVICE_NOTIFY, in gmux_remove()
H A Dideapad-laptop.c2233 ACPI_DEVICE_NOTIFY, in ideapad_acpi_add()
2250 ACPI_DEVICE_NOTIFY, in ideapad_acpi_add()
2283 ACPI_DEVICE_NOTIFY, in ideapad_acpi_remove()
H A Dthinkpad_acpi.c4079 .type = ACPI_DEVICE_NOTIFY,
/linux/drivers/virt/
H A Dvmgenid.c85 status = acpi_install_notify_handler(device->handle, ACPI_DEVICE_NOTIFY, in vmgenid_add_acpi()
/linux/include/acpi/
H A Dactypes.h801 #define ACPI_DEVICE_NOTIFY 0x2 macro
802 #define ACPI_ALL_NOTIFY (ACPI_SYSTEM_NOTIFY | ACPI_DEVICE_NOTIFY)
/linux/drivers/platform/loongarch/
H A Dloongson-laptop.c546 .type = ACPI_DEVICE_NOTIFY,
/linux/drivers/acpi/nfit/
H A Dcore.c1821 ACPI_DEVICE_NOTIFY, acpi_nvdimm_notify, adev_dimm))) { in acpi_nfit_add_dimm()
1952 ACPI_DEVICE_NOTIFY, acpi_nvdimm_notify); in shutdown_dimm_notify()
3297 acpi_dev_remove_notify_handler(adev, ACPI_DEVICE_NOTIFY, in acpi_nfit_remove_notify_handler()
3341 rc = acpi_dev_install_notify_handler(adev, ACPI_DEVICE_NOTIFY, in acpi_nfit_add()