函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:acpi_sleep_setup

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

返回类型:int

参数:

类型参数名称
char *str
123  当((str != NULL) && ( * str != '\0'))循环
124  如果字符串指定长度比较恒等于0则acpi_realmode_flags或等于1
126  如果字符串指定长度比较恒等于0则acpi_realmode_flags或等于2
128  如果字符串指定长度比较恒等于0则acpi_realmode_flags或等于4
134  如果字符串指定长度比较恒等于0则acpi_nvs_nosave()
136  如果字符串指定长度比较恒等于0则acpi_nvs_nosave_s3()
138  如果字符串指定长度比较恒等于0则acpi_old_suspend_ordering()
140  如果字符串指定长度比较恒等于0则acpi_sleep_no_blacklist()
142  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
143  如果(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
146  返回:1