Function report |
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 activity | Download SCCT | Chinese |
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:
Type | Parameter | Name |
---|---|---|
struct fwnode_handle * | fwnode | |
char * | buf | |
char * | end |
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 |
Name | Describe |
---|---|
device_node_string | |
fwnode_string |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |