Lines Matching defs:supplier
2027 dep->supplier = dep_devices.handles[i];
2333 * @handle: The ACPI handle of the supplier device
2352 if (dep->supplier == handle) {
2365 * @supplier: Pointer to the supplier &struct acpi_device
2369 void acpi_dev_clear_dependencies(struct acpi_device *supplier)
2371 acpi_walk_dep_device_list(supplier->handle, acpi_scan_clear_dep, NULL);
2393 * acpi_dev_get_next_consumer_dev - Return the next adev dependent on @supplier
2394 * @supplier: Pointer to the dependee device
2398 * @supplier via the _DEP buffer, parsed from the acpi_dep_list.
2403 struct acpi_device *acpi_dev_get_next_consumer_dev(struct acpi_device *supplier,
2408 acpi_walk_dep_device_list(supplier->handle,