Home
last modified time | relevance | path

Searched refs:sw_node (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/base/test/
H A Dproperty-entry-test.c522 struct fwnode_handle *sw_node, *sw_node1; in pe_test_child_iteration() local
562 sw_node = software_node_fwnode(&node); in pe_test_child_iteration()
566 fwnode_for_each_child_node(sw_node, child) { in pe_test_child_iteration()
574 of_node->secondary = sw_node; in pe_test_child_iteration()
575 sw_node->secondary = ERR_PTR(-ENODEV); in pe_test_child_iteration()
587 sw_node->secondary = of_node; in pe_test_child_iteration()
592 fwnode_for_each_child_node(sw_node, child) { in pe_test_child_iteration()
602 sw_node->secondary = ERR_PTR(-ENODEV); in pe_test_child_iteration()
614 sw_node->secondary = of_node1; in pe_test_child_iteration()
619 fwnode_for_each_child_node(sw_node, child) { in pe_test_child_iteration()
[all …]