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()
443 struct swnode *swnode = to_swnode(fwnode); in software_node_get_parent()
455 struct swnode *p = to_swnode(fwnode); in software_node_get_next_child()
456 struct swnode *c = to_swnode(child); in software_node_get_next_child()
477 struct swnode *swnode = to_swnode(fwnode); in software_node_get_named_child_node()
498 struct swnode *swnode = to_swnode(fwnode); in software_node_get_reference_args()
564 if (!strncmp(to_swnode(port)->node->name, "port@", in swnode_graph_find_next_port()
577 struct swnode *swnode = to_swnode(fwnode); in software_node_graph_get_next_endpoint()
611 struct swnode *swnode = to_swnode(fwnode); in software_node_graph_get_remote_endpoint()
630 struct swnode *swnode = to_swnode(fwnode); in software_node_graph_get_port_parent()
643 struct swnode *swnode = to_swnode(fwnode); in software_node_graph_parse_endpoint()
985 p = to_swnode(parent); in fwnode_create_software_node()
1005 struct swnode *swnode = to_swnode(fwnode); in fwnode_remove_software_node()
1110 to_swnode(fwnode)->managed = true; in device_create_managed_software_node()