Lines Matching full:supplier
2046 dep->supplier = dep_devices->handles[i]; in acpi_scan_add_dep()
2430 * @handle: The ACPI handle of the supplier device
2449 if (dep->supplier == handle) { in acpi_walk_dep_device_list()
2462 * @supplier: Pointer to the supplier &struct acpi_device
2466 void acpi_dev_clear_dependencies(struct acpi_device *supplier) in acpi_dev_clear_dependencies() argument
2468 acpi_walk_dep_device_list(supplier->handle, acpi_scan_clear_dep, NULL); in acpi_dev_clear_dependencies()
2490 * acpi_dev_get_next_consumer_dev - Return the next adev dependent on @supplier
2491 * @supplier: Pointer to the dependee device
2495 * @supplier via the _DEP buffer, parsed from the acpi_dep_list.
2500 struct acpi_device *acpi_dev_get_next_consumer_dev(struct acpi_device *supplier, in acpi_dev_get_next_consumer_dev() argument
2505 acpi_walk_dep_device_list(supplier->handle, in acpi_dev_get_next_consumer_dev()