Lines Matching full:reference

370  * intel_runtime_pm_get_raw - grab a raw runtime pm reference
376 * This function grabs a device-level runtime pm reference (mostly used for
380 * Any runtime pm reference obtained by this function must have a symmetric
381 * call to intel_runtime_pm_put_raw() to release the reference again.
392 * intel_runtime_pm_get - grab a runtime pm reference
395 * This function grabs a device-level runtime pm reference (mostly used for GEM
398 * Any runtime pm reference obtained by this function must have a symmetric
399 * call to intel_runtime_pm_put() to release the reference again.
409 * intel_runtime_pm_get_if_in_use - grab a runtime pm reference if device in use
412 * This function grabs a device-level runtime pm reference if the device is
416 * Any runtime pm reference obtained by this function must have a symmetric
417 * call to intel_runtime_pm_put() to release the reference again.
441 * intel_runtime_pm_get_noresume - grab a runtime pm reference
444 * This function grabs a device-level runtime pm reference (mostly used for GEM
454 * Any runtime pm reference obtained by this function must have a symmetric
455 * call to intel_runtime_pm_put() to release the reference again.
484 * intel_runtime_pm_put_raw - release a raw runtime pm reference
486 * @wref: wakeref acquired for the reference that is being released
488 * This function drops the device-level runtime pm reference obtained by
490 * hardware block right away if this is the last reference.
499 * intel_runtime_pm_put_unchecked - release an unchecked runtime pm reference
502 * This function drops the device-level runtime pm reference obtained by
504 * hardware block right away if this is the last reference.
517 * intel_runtime_pm_put - release a runtime pm reference
519 * @wref: wakeref acquired for the reference that is being released
521 * This function drops the device-level runtime pm reference obtained by
523 * hardware block right away if this is the last reference.
559 * Take a permanent reference to disable the RPM functionality and drop in intel_runtime_pm_enable()
561 * so the driver's own RPM reference tracking asserts also work on in intel_runtime_pm_enable()
575 * The core calls the driver load handler with an RPM reference held. in intel_runtime_pm_enable()