函数逻辑报告 |
Source Code:kernel\power\qos.c |
Create Date:2022-07-27 10:56:34 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:q_qos_read_value - Get frequency QoS constraint for a given list.*@qos: Constraints to evaluate.*@type: QoS request type.
函数原型:s32 freq_qos_read_value(struct freq_constraints *qos, enum freq_qos_req_type type)
返回类型:s32
参数:
类型 | 参数 | 名称 |
---|---|---|
struct freq_constraints * | qos | |
enum freq_qos_req_type | type |
694 | 当:type恒等于FREQ_QOS_MIN |
695 | ret等于如果是错误或空则FREQ_QOS_MIN_DEFAULT_VALUE否则pm_qos_read_value( & min_freq) |
698 | 退出 |
699 | 当:type恒等于FREQ_QOS_MAX |
700 | ret等于如果是错误或空则FREQ_QOS_MAX_DEFAULT_VALUE否则pm_qos_read_value( & max_freq) |
703 | 退出 |
704 | 默认 |
709 | 返回:ret |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |