Function report |
Source Code:lib\test_printf.c |
Create Date:2022-07-28 06:32:36 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:fwnode_pointer
Proto:static void __init fwnode_pointer(void)
Type:void
Parameter:Nothing
600 | const struct software_node softnodes[] = {{name = "first", }, {name = "second", parent = & softnodes[0], }, {name = "third", parent = & softnodes[1], }, {NULL}} |
606 | full_name = "first/second/third" |
607 | full_name_second = "first/second" |
608 | second_name = "second" |
609 | third_name = "third" |
613 | If rval Then |
618 | test(full_name_second, "%pfw", software_node_fwnode( & softnodes[1])) |
619 | test(full_name, "%pfw", software_node_fwnode( & softnodes[2])) |
620 | test(full_name, "%pfwf", software_node_fwnode( & softnodes[2])) |
621 | test(second_name, "%pfwP", software_node_fwnode( & softnodes[1])) |
622 | test(third_name, "%pfwP", software_node_fwnode( & softnodes[2])) |
Name | Describe |
---|---|
test_pointer |
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 |