Searched refs:to_acpi_driver (Results 1 – 2 of 2) sorted by relevance
890 struct acpi_driver *acpi_drv = to_acpi_driver(drv); in acpi_bus_match()904 struct acpi_driver *acpi_drv = to_acpi_driver(dev->driver); in acpi_device_probe()
449 #define to_acpi_driver(d) container_of(d, struct acpi_driver, drv) macro