Searched defs:acpi_dep_data (Results 1 – 2 of 2) sorted by relevance
301 struct acpi_dep_data { struct302 struct list_head node;303 acpi_handle supplier;304 acpi_handle consumer;305 bool honor_dep;306 bool met;307 bool free_when_met;
2494 int (*callback)(struct acpi_dep_data *, void *), in acpi_walk_dep_device_list()