Home
last modified time | relevance | path

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

/linux/drivers/acpi/
H A Dbus.c569 struct acpi_driver *acpi_drv = to_acpi_driver(device->dev.driver); in acpi_notify_device() local
571 acpi_drv->ops.notify(device, event); in acpi_notify_device()
575 struct acpi_driver *acpi_drv) in acpi_device_install_notify_handler() argument
577 u32 type = acpi_drv->flags & ACPI_DRIVER_ALL_NOTIFY_EVENTS ? in acpi_device_install_notify_handler()
590 struct acpi_driver *acpi_drv) in acpi_device_remove_notify_handler() argument
592 u32 type = acpi_drv->flags & ACPI_DRIVER_ALL_NOTIFY_EVENTS ? in acpi_device_remove_notify_handler()
1053 const struct acpi_driver *acpi_drv = to_acpi_driver(drv); in acpi_bus_match() local
1056 && !acpi_match_device_ids(acpi_dev, acpi_drv->ids); in acpi_bus_match()
1067 struct acpi_driver *acpi_drv = to_acpi_driver(dev->driver); in acpi_device_probe() local
1073 if (!acpi_drv->ops.add) in acpi_device_probe()
[all …]