Lines Matching full:reference

179  * intel_runtime_pm_get_raw - grab a raw runtime pm reference
185 * This function grabs a device-level runtime pm reference (mostly used for
189 * Any runtime pm reference obtained by this function must have a symmetric
190 * call to intel_runtime_pm_put_raw() to release the reference again.
201 * intel_runtime_pm_get - grab a runtime pm reference
204 * This function grabs a device-level runtime pm reference (mostly used for GEM
207 * Any runtime pm reference obtained by this function must have a symmetric
208 * call to intel_runtime_pm_put() to release the reference again.
218 * __intel_runtime_pm_get_if_active - grab a runtime pm reference if device is active
222 * This function grabs a device-level runtime pm reference if the device is
226 * If @ignore_usecount is true, a reference will be acquired even if there is no
233 * Any runtime pm reference obtained by this function must have a symmetric
234 * call to intel_runtime_pm_put() to release the reference again.
272 * intel_runtime_pm_get_noresume - grab a runtime pm reference
275 * This function grabs a device-level runtime pm reference.
281 * Any runtime pm reference obtained by this function must have a symmetric
282 * call to intel_runtime_pm_put() to release the reference again.
311 * intel_runtime_pm_put_raw - release a raw runtime pm reference
313 * @wref: wakeref acquired for the reference that is being released
315 * This function drops the device-level runtime pm reference obtained by
317 * hardware block right away if this is the last reference.
326 * intel_runtime_pm_put_unchecked - release an unchecked runtime pm reference
329 * This function drops the device-level runtime pm reference obtained by
331 * hardware block right away if this is the last reference.
344 * intel_runtime_pm_put - release a runtime pm reference
346 * @wref: wakeref acquired for the reference that is being released
348 * This function drops the device-level runtime pm reference obtained by
350 * hardware block right away if this is the last reference.
387 * Take a permanent reference to disable the RPM functionality and drop in intel_runtime_pm_enable()
389 * so the driver's own RPM reference tracking asserts also work on in intel_runtime_pm_enable()
414 * The core calls the driver load handler with an RPM reference held. in intel_runtime_pm_enable()