Lines Matching defs:fwnode
56 bool fwnode_property_present(const struct fwnode_handle *fwnode, in fwnode_property_present()
256 static int fwnode_property_read_int_array(const struct fwnode_handle *fwnode, in fwnode_property_read_int_array()
296 int fwnode_property_read_u8_array(const struct fwnode_handle *fwnode, in fwnode_property_read_u8_array()
325 int fwnode_property_read_u16_array(const struct fwnode_handle *fwnode, in fwnode_property_read_u16_array()
354 int fwnode_property_read_u32_array(const struct fwnode_handle *fwnode, in fwnode_property_read_u32_array()
383 int fwnode_property_read_u64_array(const struct fwnode_handle *fwnode, in fwnode_property_read_u64_array()
412 int fwnode_property_read_string_array(const struct fwnode_handle *fwnode, in fwnode_property_read_string_array()
446 int fwnode_property_read_string(const struct fwnode_handle *fwnode, in fwnode_property_read_string()
470 int fwnode_property_match_string(const struct fwnode_handle *fwnode, in fwnode_property_match_string()
518 int fwnode_property_match_property_string(const struct fwnode_handle *fwnode, in fwnode_property_match_property_string()
559 int fwnode_property_get_reference_args(const struct fwnode_handle *fwnode, in fwnode_property_get_reference_args()
596 struct fwnode_handle *fwnode_find_reference(const struct fwnode_handle *fwnode, in fwnode_find_reference()
615 const char *fwnode_get_name(const struct fwnode_handle *fwnode) in fwnode_get_name()
628 const char *fwnode_get_name_prefix(const struct fwnode_handle *fwnode) in fwnode_get_name_prefix()
646 bool fwnode_name_eq(const struct fwnode_handle *fwnode, const char *name) in fwnode_name_eq()
671 struct fwnode_handle *fwnode_get_parent(const struct fwnode_handle *fwnode) in fwnode_get_parent()
692 struct fwnode_handle *fwnode_get_next_parent(struct fwnode_handle *fwnode) in fwnode_get_next_parent()
715 struct device *fwnode_get_next_parent_dev(const struct fwnode_handle *fwnode) in fwnode_get_next_parent_dev()
736 unsigned int fwnode_count_parents(const struct fwnode_handle *fwnode) in fwnode_count_parents()
760 struct fwnode_handle *fwnode_get_nth_parent(struct fwnode_handle *fwnode, in fwnode_get_nth_parent()
814 fwnode_get_next_child_node(const struct fwnode_handle *fwnode, in fwnode_get_next_child_node()
831 fwnode_get_next_available_child_node(const struct fwnode_handle *fwnode, in fwnode_get_next_available_child_node()
861 const struct fwnode_handle *fwnode = dev_fwnode(dev); in device_get_next_child_node() local
886 fwnode_get_named_child_node(const struct fwnode_handle *fwnode, in fwnode_get_named_child_node()
917 struct fwnode_handle *fwnode_handle_get(struct fwnode_handle *fwnode) in fwnode_handle_get()
934 void fwnode_handle_put(struct fwnode_handle *fwnode) in fwnode_handle_put()
949 bool fwnode_device_is_available(const struct fwnode_handle *fwnode) in fwnode_device_is_available()
1002 int fwnode_get_phy_mode(const struct fwnode_handle *fwnode) in fwnode_get_phy_mode()
1043 void __iomem *fwnode_iomap(struct fwnode_handle *fwnode, int index) in fwnode_iomap()
1056 int fwnode_irq_get(const struct fwnode_handle *fwnode, unsigned int index) in fwnode_irq_get()
1082 int fwnode_irq_get_byname(const struct fwnode_handle *fwnode, const char *name) in fwnode_irq_get_byname()
1110 fwnode_graph_get_next_endpoint(const struct fwnode_handle *fwnode, in fwnode_graph_get_next_endpoint()
1175 fwnode_graph_get_remote_port_parent(const struct fwnode_handle *fwnode) in fwnode_graph_get_remote_port_parent()
1198 fwnode_graph_get_remote_port(const struct fwnode_handle *fwnode) in fwnode_graph_get_remote_port()
1214 fwnode_graph_get_remote_endpoint(const struct fwnode_handle *fwnode) in fwnode_graph_get_remote_endpoint()
1253 fwnode_graph_get_endpoint_by_id(const struct fwnode_handle *fwnode, in fwnode_graph_get_endpoint_by_id()
1308 unsigned int fwnode_graph_get_endpoint_count(const struct fwnode_handle *fwnode, in fwnode_graph_get_endpoint_count()
1333 int fwnode_graph_parse_endpoint(const struct fwnode_handle *fwnode, in fwnode_graph_parse_endpoint()
1348 static unsigned int fwnode_graph_devcon_matches(const struct fwnode_handle *fwnode, in fwnode_graph_devcon_matches()
1382 static unsigned int fwnode_devcon_matches(const struct fwnode_handle *fwnode, in fwnode_devcon_matches()
1424 void *fwnode_connection_find_match(const struct fwnode_handle *fwnode, in fwnode_connection_find_match()
1462 int fwnode_connection_find_matches(const struct fwnode_handle *fwnode, in fwnode_connection_find_matches()