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_in_use - grab a runtime pm reference if device in use
418 * This function grabs a device-level runtime pm reference if the device is
422 * Any runtime pm reference obtained by this function must have a symmetric
423 * call to intel_runtime_pm_put() to release the reference again.
447 * intel_runtime_pm_get_noresume - grab a runtime pm reference
450 * This function grabs a device-level runtime pm reference (mostly used for GEM
460 * Any runtime pm reference obtained by this function must have a symmetric
461 * call to intel_runtime_pm_put() to release the reference again.
490 * intel_runtime_pm_put_raw - release a raw runtime pm reference
492 * @wref: wakeref acquired for the reference that is being released
494 * This function drops the device-level runtime pm reference obtained by
496 * hardware block right away if this is the last reference.
505 * intel_runtime_pm_put_unchecked - release an unchecked runtime pm reference
508 * This function drops the device-level runtime pm reference obtained by
510 * hardware block right away if this is the last reference.
523 * intel_runtime_pm_put - release a runtime pm reference
525 * @wref: wakeref acquired for the reference that is being released
527 * This function drops the device-level runtime pm reference obtained by
529 * hardware block right away if this is the last reference.
568 * Take a permanent reference to disable the RPM functionality and drop in intel_runtime_pm_enable()
570 * so the driver's own RPM reference tracking asserts also work on in intel_runtime_pm_enable()
585 * The core calls the driver load handler with an RPM reference held. in intel_runtime_pm_enable()