Home
last modified time | relevance | path

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

/linux-6.15/drivers/acpi/
H A Dbus.c571 acpi_drv->ops.notify(device, event); in acpi_notify_device()
575 struct acpi_driver *acpi_drv) in acpi_device_install_notify_handler() argument
590 struct acpi_driver *acpi_drv) in acpi_device_remove_notify_handler() argument
1073 if (!acpi_drv->ops.add) in acpi_device_probe()
1076 ret = acpi_drv->ops.add(acpi_dev); in acpi_device_probe()
1085 if (acpi_drv->ops.notify) { in acpi_device_probe()
1088 if (acpi_drv->ops.remove) in acpi_device_probe()
1089 acpi_drv->ops.remove(acpi_dev); in acpi_device_probe()
1108 if (acpi_drv->ops.notify) in acpi_device_remove()
1111 if (acpi_drv->ops.remove) in acpi_device_remove()
[all …]