Lines Matching refs:to_swnode
45 #define to_swnode(__fwnode) \ macro
64 return to_swnode(fwnode); in dev_to_swnode()
92 const struct swnode *swnode = to_swnode(fwnode); in to_software_node()
368 struct swnode *swnode = to_swnode(fwnode); in software_node_get()
377 struct swnode *swnode = to_swnode(fwnode); in software_node_put()
385 struct swnode *swnode = to_swnode(fwnode); in software_node_property_present()
395 struct swnode *swnode = to_swnode(fwnode); in software_node_read_int_array()
405 struct swnode *swnode = to_swnode(fwnode); in software_node_read_string_array()
414 const struct swnode *swnode = to_swnode(fwnode); in software_node_get_name()
446 struct swnode *swnode = to_swnode(fwnode); in software_node_get_parent()
458 struct swnode *p = to_swnode(fwnode); in software_node_get_next_child()
459 struct swnode *c = to_swnode(child); in software_node_get_next_child()
480 struct swnode *swnode = to_swnode(fwnode); in software_node_get_named_child_node()
501 struct swnode *swnode = to_swnode(fwnode); in software_node_get_reference_args()
573 if (!strncmp(to_swnode(port)->node->name, "port@", in swnode_graph_find_next_port()
586 struct swnode *swnode = to_swnode(fwnode); in software_node_graph_get_next_endpoint()
620 struct swnode *swnode = to_swnode(fwnode); in software_node_graph_get_remote_endpoint()
639 struct swnode *swnode = to_swnode(fwnode); in software_node_graph_get_port_parent()
652 struct swnode *swnode = to_swnode(fwnode); in software_node_graph_parse_endpoint()
994 p = to_swnode(parent); in fwnode_create_software_node()
1014 struct swnode *swnode = to_swnode(fwnode); in fwnode_remove_software_node()
1119 to_swnode(fwnode)->managed = true; in device_create_managed_software_node()