Searched refs:acpi_drv (Results 1 – 1 of 1) sorted by relevance
571 acpi_drv->ops.notify(device, event); in acpi_notify_device()575 struct acpi_driver *acpi_drv) in acpi_device_install_notify_handler() argument590 struct acpi_driver *acpi_drv) in acpi_device_remove_notify_handler() argument1073 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 …]