Lines Matching refs:fwnode_handle

17 	struct fwnode_handle fwnode;
36 bool is_software_node(const struct fwnode_handle *fwnode) in is_software_node()
74 const struct software_node *to_software_node(struct fwnode_handle *fwnode) in to_software_node()
82 struct fwnode_handle *software_node_fwnode(const struct software_node *node) in software_node_fwnode()
473 static struct fwnode_handle *software_node_get(struct fwnode_handle *fwnode) in software_node_get()
482 static void software_node_put(struct fwnode_handle *fwnode) in software_node_put()
489 static bool software_node_property_present(const struct fwnode_handle *fwnode, in software_node_property_present()
497 static int software_node_read_int_array(const struct fwnode_handle *fwnode, in software_node_read_int_array()
508 static int software_node_read_string_array(const struct fwnode_handle *fwnode, in software_node_read_string_array()
518 static struct fwnode_handle *
519 software_node_get_parent(const struct fwnode_handle *fwnode) in software_node_get_parent()
526 static struct fwnode_handle *
527 software_node_get_next_child(const struct fwnode_handle *fwnode, in software_node_get_next_child()
528 struct fwnode_handle *child) in software_node_get_next_child()
544 static struct fwnode_handle *
545 software_node_get_named_child_node(const struct fwnode_handle *fwnode, in software_node_get_named_child_node()
564 software_node_get_reference_args(const struct fwnode_handle *fwnode, in software_node_get_reference_args()
572 struct fwnode_handle *refnode; in software_node_get_reference_args()
692 static struct fwnode_handle *
805 struct fwnode_handle *
807 const struct fwnode_handle *parent) in fwnode_create_software_node()
837 void fwnode_remove_software_node(struct fwnode_handle *fwnode) in fwnode_remove_software_node()
857 struct fwnode_handle *fwnode = dev_fwnode(dev); in software_node_notify()