函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\pm_runtime.h Create Date:2022-07-27 10:56:57
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:pm_request_autosuspend

函数原型:static inline int pm_request_autosuspend(struct device *dev)

返回类型:int

参数:

类型参数名称
struct device *dev
216  返回:__pm_runtime_suspend(dev, Request is asynchronous | Use autosuspend_delay )
调用者
名称描述
blk_post_runtime_resumelk_post_runtime_resume - Post runtime resume processing*@q: the queue of the device*@err: return value of the device's runtime_resume function* Description:* Update the queue's runtime status according to the return value of the
blk_set_runtime_activelk_set_runtime_active - Force runtime status of the queue to be active*@q: the queue of the device* If the device is left runtime suspended during system suspend the resume* hook typically resumes the device and corrects runtime status* accordingly