Searched refs:adwc (Results 1 – 1 of 1) sorted by relevance
1096 struct acpi_dev_walk_context *adwc = context; in acpi_dev_for_one_check() local1101 return adwc->fn(to_acpi_device(dev), adwc->data); in acpi_dev_for_one_check()1108 struct acpi_dev_walk_context adwc = { in acpi_dev_for_each_child() local1113 return device_for_each_child(&adev->dev, &adwc, acpi_dev_for_one_check); in acpi_dev_for_each_child()1120 struct acpi_dev_walk_context adwc = { in acpi_dev_for_each_child_reverse() local1125 return device_for_each_child_reverse(&adev->dev, &adwc, acpi_dev_for_one_check); in acpi_dev_for_each_child_reverse()
Completed in 6 milliseconds