Searched refs:acpi_drv (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/acpi/
H A Dbus.c567 struct acpi_driver *acpi_drv = to_acpi_driver(device->dev.driver); local
569 acpi_drv->ops.notify(device, event);
573 struct acpi_driver *acpi_drv)
575 u32 type = acpi_drv->flags & ACPI_DRIVER_ALL_NOTIFY_EVENTS ?
588 struct acpi_driver *acpi_drv)
590 u32 type = acpi_drv->flags & ACPI_DRIVER_ALL_NOTIFY_EVENTS ?
1051 struct acpi_driver *acpi_drv = to_acpi_driver(drv); local
1054 && !acpi_match_device_ids(acpi_dev, acpi_drv->ids);
1065 struct acpi_driver *acpi_drv = to_acpi_driver(dev->driver); local
1071 if (!acpi_drv
572 acpi_device_install_notify_handler(struct acpi_device *device, struct acpi_driver *acpi_drv) argument
587 acpi_device_remove_notify_handler(struct acpi_device *device, struct acpi_driver *acpi_drv) argument
1104 struct acpi_driver *acpi_drv = to_acpi_driver(dev->driver); local
[all...]

Completed in 303 milliseconds