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