Lines Matching full:supplier
2017 dep->supplier = dep_devices.handles[i]; in acpi_scan_check_dep()
2319 * @handle: The ACPI handle of the supplier device
2338 if (dep->supplier == handle) { in acpi_walk_dep_device_list()
2351 * @supplier: Pointer to the supplier &struct acpi_device
2355 void acpi_dev_clear_dependencies(struct acpi_device *supplier) in acpi_dev_clear_dependencies() argument
2357 acpi_walk_dep_device_list(supplier->handle, acpi_scan_clear_dep, NULL); in acpi_dev_clear_dependencies()
2379 * acpi_dev_get_next_consumer_dev - Return the next adev dependent on @supplier
2380 * @supplier: Pointer to the dependee device
2384 * @supplier via the _DEP buffer, parsed from the acpi_dep_list.
2389 struct acpi_device *acpi_dev_get_next_consumer_dev(struct acpi_device *supplier, in acpi_dev_get_next_consumer_dev() argument
2394 acpi_walk_dep_device_list(supplier->handle, in acpi_dev_get_next_consumer_dev()