Function report |
Source Code:kernel\power\qos.c |
Create Date:2022-07-28 09:56:27 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:q_qos_remove_notifier - Remove frequency QoS change notifier.*@qos: List of requests to remove the notifier from.*@type: Request type.*@notifier: Notifier block to remove.
Proto:int freq_qos_remove_notifier(struct freq_constraints *qos, enum freq_qos_req_type type, struct notifier_block *notifier)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct freq_constraints * | qos | |
enum freq_qos_req_type | type | |
struct notifier_block * | notifier |
881 | If IS_ERR_OR_NULL(qos) || Not notifier Then Return -EINVAL |
885 | Case type == FREQ_QOS_MIN |
888 | Break |
889 | Case type == FREQ_QOS_MAX |
892 | Break |
893 | Default |
898 | Return ret |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |