Lines Matching full:reference
367 * intel_runtime_pm_get_raw - grab a raw runtime pm reference
373 * This function grabs a device-level runtime pm reference (mostly used for
377 * Any runtime pm reference obtained by this function must have a symmetric
378 * call to intel_runtime_pm_put_raw() to release the reference again.
389 * intel_runtime_pm_get - grab a runtime pm reference
392 * This function grabs a device-level runtime pm reference (mostly used for GEM
395 * Any runtime pm reference obtained by this function must have a symmetric
396 * call to intel_runtime_pm_put() to release the reference again.
406 * __intel_runtime_pm_get_if_active - grab a runtime pm reference if device is active
410 * This function grabs a device-level runtime pm reference if the device is
414 * If @ignore_usecount is true, a reference will be acquired even if there is no
421 * Any runtime pm reference obtained by this function must have a symmetric
422 * call to intel_runtime_pm_put() to release the reference again.
457 * intel_runtime_pm_get_noresume - grab a runtime pm reference
460 * This function grabs a device-level runtime pm reference (mostly used for GEM
470 * Any runtime pm reference obtained by this function must have a symmetric
471 * call to intel_runtime_pm_put() to release the reference again.
500 * intel_runtime_pm_put_raw - release a raw runtime pm reference
502 * @wref: wakeref acquired for the reference that is being released
504 * This function drops the device-level runtime pm reference obtained by
506 * hardware block right away if this is the last reference.
515 * intel_runtime_pm_put_unchecked - release an unchecked runtime pm reference
518 * This function drops the device-level runtime pm reference obtained by
520 * hardware block right away if this is the last reference.
533 * intel_runtime_pm_put - release a runtime pm reference
535 * @wref: wakeref acquired for the reference that is being released
537 * This function drops the device-level runtime pm reference obtained by
539 * hardware block right away if this is the last reference.
578 * Take a permanent reference to disable the RPM functionality and drop in intel_runtime_pm_enable()
580 * so the driver's own RPM reference tracking asserts also work on in intel_runtime_pm_enable()
605 * The core calls the driver load handler with an RPM reference held. in intel_runtime_pm_enable()