Lines Matching full:reference
181 * intel_runtime_pm_get_raw - grab a raw runtime pm reference
187 * This function grabs a device-level runtime pm reference (mostly used for
191 * Any runtime pm reference obtained by this function must have a symmetric
192 * call to intel_runtime_pm_put_raw() to release the reference again.
203 * intel_runtime_pm_get - grab a runtime pm reference
206 * This function grabs a device-level runtime pm reference (mostly used for GEM
209 * Any runtime pm reference obtained by this function must have a symmetric
210 * call to intel_runtime_pm_put() to release the reference again.
220 * __intel_runtime_pm_get_if_active - grab a runtime pm reference if device is active
224 * This function grabs a device-level runtime pm reference if the device is
228 * If @ignore_usecount is true, a reference will be acquired even if there is no
235 * Any runtime pm reference obtained by this function must have a symmetric
236 * call to intel_runtime_pm_put() to release the reference again.
274 * intel_runtime_pm_get_noresume - grab a runtime pm reference
277 * This function grabs a device-level runtime pm reference.
283 * Any runtime pm reference obtained by this function must have a symmetric
284 * call to intel_runtime_pm_put() to release the reference again.
313 * intel_runtime_pm_put_raw - release a raw runtime pm reference
315 * @wref: wakeref acquired for the reference that is being released
317 * This function drops the device-level runtime pm reference obtained by
319 * hardware block right away if this is the last reference.
328 * intel_runtime_pm_put_unchecked - release an unchecked runtime pm reference
331 * This function drops the device-level runtime pm reference obtained by
333 * hardware block right away if this is the last reference.
346 * intel_runtime_pm_put - release a runtime pm reference
348 * @wref: wakeref acquired for the reference that is being released
350 * This function drops the device-level runtime pm reference obtained by
352 * hardware block right away if this is the last reference.
389 * Take a permanent reference to disable the RPM functionality and drop in intel_runtime_pm_enable()
391 * so the driver's own RPM reference tracking asserts also work on in intel_runtime_pm_enable()
416 * The core calls the driver load handler with an RPM reference held. in intel_runtime_pm_enable()