Home
last modified time | relevance | path

Searched defs:acpi_dep_data (Results 1 – 2 of 2) sorted by relevance

/linux/include/acpi/
H A Dacpi_bus.h301 struct acpi_dep_data { struct
302 struct list_head node;
303 acpi_handle supplier;
304 acpi_handle consumer;
305 bool honor_dep;
306 bool met;
307 bool free_when_met;
/linux/drivers/acpi/
H A Dscan.c2494 int (*callback)(struct acpi_dep_data *, void *), in acpi_walk_dep_device_list()