Lines Matching refs:fwnode_handle

18 	struct fwnode_handle fwnode;
39 bool is_software_node(const struct fwnode_handle *fwnode)
56 struct fwnode_handle *fwnode = dev_fwnode(dev);
90 const struct software_node *to_software_node(const struct fwnode_handle *fwnode)
98 struct fwnode_handle *software_node_fwnode(const struct software_node *node)
366 static struct fwnode_handle *software_node_get(struct fwnode_handle *fwnode)
375 static void software_node_put(struct fwnode_handle *fwnode)
382 static bool software_node_property_present(const struct fwnode_handle *fwnode,
390 static int software_node_read_int_array(const struct fwnode_handle *fwnode,
401 static int software_node_read_string_array(const struct fwnode_handle *fwnode,
412 software_node_get_name(const struct fwnode_handle *fwnode)
420 software_node_get_name_prefix(const struct fwnode_handle *fwnode)
422 struct fwnode_handle *parent;
440 static struct fwnode_handle *
441 software_node_get_parent(const struct fwnode_handle *fwnode)
451 static struct fwnode_handle *
452 software_node_get_next_child(const struct fwnode_handle *fwnode,
453 struct fwnode_handle *child)
473 static struct fwnode_handle *
474 software_node_get_named_child_node(const struct fwnode_handle *fwnode,
493 software_node_get_reference_args(const struct fwnode_handle *fwnode,
502 struct fwnode_handle *refnode;
556 static struct fwnode_handle *
557 swnode_graph_find_next_port(const struct fwnode_handle *parent,
558 struct fwnode_handle *port)
560 struct fwnode_handle *old = port;
576 static struct fwnode_handle *
577 software_node_graph_get_next_endpoint(const struct fwnode_handle *fwnode,
578 struct fwnode_handle *endpoint)
581 struct fwnode_handle *parent;
582 struct fwnode_handle *port;
611 static struct fwnode_handle *
612 software_node_graph_get_remote_endpoint(const struct fwnode_handle *fwnode)
630 static struct fwnode_handle *
631 software_node_graph_get_port_parent(struct fwnode_handle *fwnode)
643 software_node_graph_parse_endpoint(const struct fwnode_handle *fwnode,
771 static struct fwnode_handle *
916 struct fwnode_handle *
918 const struct fwnode_handle *parent)
920 struct fwnode_handle *fwnode;
945 void fwnode_remove_software_node(struct fwnode_handle *fwnode)
1042 struct fwnode_handle *p = software_node_fwnode(parent);
1043 struct fwnode_handle *fwnode;