函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\apm_32.c Create Date:2022-07-27 09:22:35
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:apm_setup

函数原型:static int __init apm_setup(char *str)

返回类型:int

参数:

类型参数名称
char *str
1859  当((str != NULL) && ( * str != '\0'))循环
1860  如果字符串指定长度比较恒等于0则apm_disabled等于1
1862  如果字符串指定长度比较恒等于0则apm_disabled等于0
1864  如果字符串指定长度比较恒等于0或字符串指定长度比较恒等于0则bounce_interval等于转换字符串为整形
1867  如果字符串指定长度比较恒等于0或字符串指定长度比较恒等于0则idle_threshold等于simple_strtol(str + 15, NULL, 0)
1870  如果字符串指定长度比较恒等于0或字符串指定长度比较恒等于0则idle_period等于simple_strtol(str + 12, NULL, 0)
1873  invert等于字符串指定长度比较恒等于0或字符串指定长度比较恒等于0
1875  如果invertstr加等于3
1877  如果字符串指定长度比较恒等于0则debug等于非invert
1879  如果字符串指定长度比较恒等于0或字符串指定长度比较恒等于0则power_off等于非invert
1882  如果字符串指定长度比较恒等于0则
1883  smp等于非invert
1884  idle_threshold等于100
1886  如果字符串指定长度比较恒等于0或字符串指定长度比较恒等于0则allow_ints等于非invert
1889  如果字符串指定长度比较恒等于0或字符串指定长度比较恒等于0则get_power_status_broken等于非invert
1892  如果字符串指定长度比较恒等于0或字符串指定长度比较恒等于0则realmode_power_off等于非invert
1895  str等于strchr - Find the first occurrence of the character c in the string s.*@s: the string to be searched*@c: the character to search for
1896  如果(str != NULL)则str加等于strspn - Calculate the length of the initial substring of @s which only contain letters in @accept*@s: The string to be searched*@accept: The string to search for
1899  返回:1