Lines Matching refs:to_swnode
56 #define to_swnode(__fwnode) \ macro
75 return to_swnode(fwnode); in dev_to_swnode()
103 const struct swnode *swnode = to_swnode(fwnode); in to_software_node()
379 struct swnode *swnode = to_swnode(fwnode); in software_node_get()
388 struct swnode *swnode = to_swnode(fwnode); in software_node_put()
396 struct swnode *swnode = to_swnode(fwnode); in software_node_property_present()
406 struct swnode *swnode = to_swnode(fwnode); in software_node_read_int_array()
416 struct swnode *swnode = to_swnode(fwnode); in software_node_read_string_array()
425 const struct swnode *swnode = to_swnode(fwnode); in software_node_get_name()
454 struct swnode *swnode = to_swnode(fwnode); in software_node_get_parent()
466 struct swnode *p = to_swnode(fwnode); in software_node_get_next_child()
467 struct swnode *c = to_swnode(child); in software_node_get_next_child()
488 struct swnode *swnode = to_swnode(fwnode); in software_node_get_named_child_node()
509 struct swnode *swnode = to_swnode(fwnode); in software_node_get_reference_args()
578 if (!strncmp(to_swnode(port)->node->name, "port@", in swnode_graph_find_next_port()
591 struct swnode *swnode = to_swnode(fwnode); in software_node_graph_get_next_endpoint()
625 struct swnode *swnode = to_swnode(fwnode); in software_node_graph_get_remote_endpoint()
644 struct swnode *swnode = to_swnode(fwnode); in software_node_graph_get_port_parent()
657 struct swnode *swnode = to_swnode(fwnode); in software_node_graph_parse_endpoint()
938 p = to_swnode(parent); in fwnode_create_software_node()
958 struct swnode *swnode = to_swnode(fwnode); in fwnode_remove_software_node()
1063 to_swnode(fwnode)->managed = true; in device_create_managed_software_node()