• Home
  • Raw
  • Download

Lines Matching defs:fwnode

17 	struct fwnode_handle fwnode;  member
36 bool is_software_node(const struct fwnode_handle *fwnode) in is_software_node()
74 const struct software_node *to_software_node(const struct fwnode_handle *fwnode) in to_software_node()
350 static struct fwnode_handle *software_node_get(struct fwnode_handle *fwnode) in software_node_get()
359 static void software_node_put(struct fwnode_handle *fwnode) in software_node_put()
366 static bool software_node_property_present(const struct fwnode_handle *fwnode, in software_node_property_present()
374 static int software_node_read_int_array(const struct fwnode_handle *fwnode, in software_node_read_int_array()
385 static int software_node_read_string_array(const struct fwnode_handle *fwnode, in software_node_read_string_array()
396 software_node_get_name(const struct fwnode_handle *fwnode) in software_node_get_name()
407 software_node_get_name_prefix(const struct fwnode_handle *fwnode) in software_node_get_name_prefix()
428 software_node_get_parent(const struct fwnode_handle *fwnode) in software_node_get_parent()
439 software_node_get_next_child(const struct fwnode_handle *fwnode, in software_node_get_next_child()
461 software_node_get_named_child_node(const struct fwnode_handle *fwnode, in software_node_get_named_child_node()
480 software_node_get_reference_args(const struct fwnode_handle *fwnode, in software_node_get_reference_args()
842 void fwnode_remove_software_node(struct fwnode_handle *fwnode) in fwnode_remove_software_node()
855 struct fwnode_handle *fwnode = dev_fwnode(dev); in software_node_notify() local