Lines Matching defs:supplier
297 retval = pm_runtime_get_sync(link->supplier);
300 pm_runtime_put_noidle(link->supplier);
309 * pm_runtime_release_supplier - Drop references to device link's supplier.
312 * Drop all runtime PM references associated with @link to its supplier device.
316 struct device *supplier = link->supplier;
325 atomic_read(&supplier->power.usage_count) > 0)
326 pm_runtime_put_noidle(supplier);
337 pm_request_idle(link->supplier);
353 pm_request_idle(link->supplier);
1213 * error returned by the failing supplier activation will be returned in that
1732 * pm_runtime_get_suppliers - Resume and reference-count supplier devices.
1746 pm_runtime_get_sync(link->supplier);
1754 * pm_runtime_put_suppliers - Drop references to supplier devices.
1775 pm_runtime_put(link->supplier);
1800 * Drop the link count of the consumer end of @link and decrement the supplier
1811 pm_request_idle(link->supplier);