Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\fail_function.c Create Date:2022-07-28 11:36:41
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:fei_debugfs_remove_attr

Proto:static void fei_debugfs_remove_attr(struct fei_attr *attr)

Type:void

Parameter:

TypeParameterName
struct fei_attr *attr
168  dir = We do not return NULL from these functions if CONFIG_DEBUG_FS is not enabled* so users have a chance to detect if there was a real error or not. We don't* want to duplicate the design decision mistakes of procfs and devfs again.
169  debugfs_remove_recursive(dir)
Caller
NameDescribe
fei_attr_remove