Home
last modified time | relevance | path

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

/reactos/drivers/bus/acpi/include/
H A Dacpi_bus.h83 struct acpi_driver;
121 struct acpi_driver { struct
282 struct acpi_driver *driver;
292 #define to_acpi_driver(d) container_of(d, struct acpi_driver, drv)
327 int acpi_bus_register_driver(struct acpi_driver *driver);
328 void acpi_bus_unregister_driver(struct acpi_driver *driver);
/reactos/drivers/bus/acpi/busmgr/
H A Dbus.c717 struct acpi_driver *driver; in acpi_bus_notify()
822 struct acpi_driver *driver) in acpi_bus_match()
858 struct acpi_driver *driver) in acpi_bus_driver_init()
912 struct acpi_driver *driver = NULL; in acpi_bus_attach()
917 driver = (struct acpi_driver *) data; in acpi_bus_attach()
957 struct acpi_driver *driver = (struct acpi_driver *) data; in acpi_bus_unattach()
995 struct acpi_driver *driver = NULL; in acpi_bus_find_driver()
1004 driver = list_entry(entry, struct acpi_driver, node); in acpi_bus_find_driver()
1030 struct acpi_driver *driver) in acpi_bus_register_driver()
1057 struct acpi_driver *driver) in acpi_bus_unregister_driver()
H A Dsystem.c47 static struct acpi_driver acpi_system_driver = {
H A Dbutton.c38 static struct acpi_driver acpi_button_driver = {
H A Dpower.c61 static struct acpi_driver acpi_power_driver = {