Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\vsprintf.c Create Date:2022-07-28 06:12:19
Last Modify:2022-05-21 09:47:42 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:fwnode_full_name_string

Proto:static __attribute__((__noinline__)) char *fwnode_full_name_string(struct fwnode_handle *fwnode, char *buf, char *end)

Type:char

Parameter:

TypeParameterName
struct fwnode_handle *fwnode
char *buf
char *end
1921  When depth >= 0 cycle
1922  __fwnode = fwnode_get_nth_parent(fwnode, depth)
1925  buf = string(buf, end, fwnode_get_name_prefix(__fwnode), default_str_spec)
1927  buf = string(buf, end, fwnode_get_name(__fwnode), default_str_spec)
1930  fwnode_handle_put(__fwnode)
1933  Return buf
Caller
NameDescribe
device_node_string
fwnode_string