Home
last modified time | relevance | path

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

/linux-6.15/include/acpi/
H A Dacpi_bus.h299 struct acpi_dep_data { struct
300 struct list_head node;
301 acpi_handle supplier;
302 acpi_handle consumer;
303 bool honor_dep;
304 bool met;
305 bool free_when_met;
/linux-6.15/drivers/acpi/
H A Dscan.c2434 int (*callback)(struct acpi_dep_data *, void *), in acpi_walk_dep_device_list()