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

/linux-master/drivers/acpi/
H A Dbus.c551 struct acpi_driver *acpi_drv = to_acpi_driver(device->dev.driver); local
553 acpi_drv->ops.notify(device, event);
557 struct acpi_driver *acpi_drv)
559 u32 type = acpi_drv->flags & ACPI_DRIVER_ALL_NOTIFY_EVENTS ?
572 struct acpi_driver *acpi_drv)
574 u32 type = acpi_drv->flags & ACPI_DRIVER_ALL_NOTIFY_EVENTS ?
1034 struct acpi_driver *acpi_drv = to_acpi_driver(drv); local
1037 && !acpi_match_device_ids(acpi_dev, acpi_drv->ids);
1048 struct acpi_driver *acpi_drv = to_acpi_driver(dev->driver); local
1054 if (!acpi_drv
556 acpi_device_install_notify_handler(struct acpi_device *device, struct acpi_driver *acpi_drv) argument
571 acpi_device_remove_notify_handler(struct acpi_device *device, struct acpi_driver *acpi_drv) argument
1087 struct acpi_driver *acpi_drv = to_acpi_driver(dev->driver); local
[all...]

Completed in 117 milliseconds