Home
last modified time | relevance | path

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

/openbmc/linux/include/acpi/
H A Dacpi_bus.h287 struct acpi_dep_data { struct
288 struct list_head node;
289 acpi_handle supplier;
290 acpi_handle consumer;
291 bool honor_dep;
292 bool met;
293 bool free_when_met;
/openbmc/linux/drivers/acpi/
H A Dscan.c2347 int (*callback)(struct acpi_dep_data *, void *), in acpi_walk_dep_device_list()