函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\842\842_debugfs.h Create Date:2022-07-27 07:54:24
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:sw842_debugfs_create

函数原型:static int __init sw842_debugfs_create(void)

返回类型:int

参数:

18  m等于S_IRUGO按位或S_IWUSR
21  如果非debugfs_initialized()则返回:负ENODEV
24  sw842_debugfs_root等于debugfs_create_dir(MODULE_NAME, NULL)
26 i小于ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(template_count)循环
29  snprintf - Format a string and place it in a buffer*@buf: The buffer to place the result into*@size: The size of the buffer, including the trailing null space*@fmt: The format string to use*@
30  debugfs_create_atomic_t(name, m, sw842_debugfs_root, & template_count[i])
33  debugfs_create_atomic_t("template_repeat", m, sw842_debugfs_root, & template_repeat_count)
35  debugfs_create_atomic_t("template_zeros", m, sw842_debugfs_root, & template_zeros_count)
37  debugfs_create_atomic_t("template_short_data", m, sw842_debugfs_root, & template_short_data_count)
39  debugfs_create_atomic_t("template_end", m, sw842_debugfs_root, & template_end_count)
42  返回:0
调用者
名称描述
sw842_init
sw842_init