Lines Matching defs:supplier
294 retval = pm_runtime_get_sync(link->supplier);
297 pm_runtime_put_noidle(link->supplier);
306 * pm_runtime_release_supplier - Drop references to device link's supplier.
309 * Drop all runtime PM references associated with @link to its supplier device.
313 struct device *supplier = link->supplier;
322 atomic_read(&supplier->power.usage_count) > 0)
323 pm_runtime_put_noidle(supplier);
334 pm_request_idle(link->supplier);
350 pm_request_idle(link->supplier);
1243 * error returned by the failing supplier activation will be returned in that
1770 * pm_runtime_get_suppliers - Resume and reference-count supplier devices.
1784 pm_runtime_get_sync(link->supplier);
1791 * pm_runtime_put_suppliers - Drop references to supplier devices.
1805 pm_runtime_put(link->supplier);
1830 * Drop the link count of the consumer end of @link and decrement the supplier
1841 pm_request_idle(link->supplier);