Lines Matching full:reference

376  * intel_runtime_pm_get_raw - grab a raw runtime pm reference
382 * This function grabs a device-level runtime pm reference (mostly used for
386 * Any runtime pm reference obtained by this function must have a symmetric
387 * call to intel_runtime_pm_put_raw() to release the reference again.
398 * intel_runtime_pm_get - grab a runtime pm reference
401 * This function grabs a device-level runtime pm reference (mostly used for GEM
404 * Any runtime pm reference obtained by this function must have a symmetric
405 * call to intel_runtime_pm_put() to release the reference again.
415 * __intel_runtime_pm_get_if_active - grab a runtime pm reference if device is active
419 * This function grabs a device-level runtime pm reference if the device is
423 * If @ignore_usecount is true, a reference will be acquired even if there is no
430 * Any runtime pm reference obtained by this function must have a symmetric
431 * call to intel_runtime_pm_put() to release the reference again.
466 * intel_runtime_pm_get_noresume - grab a runtime pm reference
469 * This function grabs a device-level runtime pm reference (mostly used for GEM
479 * Any runtime pm reference obtained by this function must have a symmetric
480 * call to intel_runtime_pm_put() to release the reference again.
509 * intel_runtime_pm_put_raw - release a raw runtime pm reference
511 * @wref: wakeref acquired for the reference that is being released
513 * This function drops the device-level runtime pm reference obtained by
515 * hardware block right away if this is the last reference.
524 * intel_runtime_pm_put_unchecked - release an unchecked runtime pm reference
527 * This function drops the device-level runtime pm reference obtained by
529 * hardware block right away if this is the last reference.
542 * intel_runtime_pm_put - release a runtime pm reference
544 * @wref: wakeref acquired for the reference that is being released
546 * This function drops the device-level runtime pm reference obtained by
548 * hardware block right away if this is the last reference.
587 * Take a permanent reference to disable the RPM functionality and drop in intel_runtime_pm_enable()
589 * so the driver's own RPM reference tracking asserts also work on in intel_runtime_pm_enable()
604 * The core calls the driver load handler with an RPM reference held. in intel_runtime_pm_enable()