Lines Matching refs:fwnode_handle

864 static struct fwnode_handle *of_fwnode_get(struct fwnode_handle *fwnode)  in of_fwnode_get()
869 static void of_fwnode_put(struct fwnode_handle *fwnode) in of_fwnode_put()
874 static bool of_fwnode_device_is_available(const struct fwnode_handle *fwnode) in of_fwnode_device_is_available()
879 static bool of_fwnode_device_dma_supported(const struct fwnode_handle *fwnode) in of_fwnode_device_dma_supported()
885 of_fwnode_device_get_dma_attr(const struct fwnode_handle *fwnode) in of_fwnode_device_get_dma_attr()
893 static bool of_fwnode_property_present(const struct fwnode_handle *fwnode, in of_fwnode_property_present()
899 static int of_fwnode_property_read_int_array(const struct fwnode_handle *fwnode, in of_fwnode_property_read_int_array()
925 of_fwnode_property_read_string_array(const struct fwnode_handle *fwnode, in of_fwnode_property_read_string_array()
936 static const char *of_fwnode_get_name(const struct fwnode_handle *fwnode) in of_fwnode_get_name()
941 static const char *of_fwnode_get_name_prefix(const struct fwnode_handle *fwnode) in of_fwnode_get_name_prefix()
950 static struct fwnode_handle *
951 of_fwnode_get_parent(const struct fwnode_handle *fwnode) in of_fwnode_get_parent()
956 static struct fwnode_handle *
957 of_fwnode_get_next_child_node(const struct fwnode_handle *fwnode, in of_fwnode_get_next_child_node()
958 struct fwnode_handle *child) in of_fwnode_get_next_child_node()
964 static struct fwnode_handle *
965 of_fwnode_get_named_child_node(const struct fwnode_handle *fwnode, in of_fwnode_get_named_child_node()
979 of_fwnode_get_reference_args(const struct fwnode_handle *fwnode, in of_fwnode_get_reference_args()
1008 static struct fwnode_handle *
1009 of_fwnode_graph_get_next_endpoint(const struct fwnode_handle *fwnode, in of_fwnode_graph_get_next_endpoint()
1010 struct fwnode_handle *prev) in of_fwnode_graph_get_next_endpoint()
1016 static struct fwnode_handle *
1017 of_fwnode_graph_get_remote_endpoint(const struct fwnode_handle *fwnode) in of_fwnode_graph_get_remote_endpoint()
1023 static struct fwnode_handle *
1024 of_fwnode_graph_get_port_parent(struct fwnode_handle *fwnode) in of_fwnode_graph_get_port_parent()
1040 static int of_fwnode_graph_parse_endpoint(const struct fwnode_handle *fwnode, in of_fwnode_graph_parse_endpoint()
1057 of_fwnode_device_get_match_data(const struct fwnode_handle *fwnode, in of_fwnode_device_get_match_data()
1471 static void __iomem *of_fwnode_iomap(struct fwnode_handle *fwnode, int index) in of_fwnode_iomap()
1480 static int of_fwnode_irq_get(const struct fwnode_handle *fwnode, in of_fwnode_irq_get()
1486 static int of_fwnode_add_links(struct fwnode_handle *fwnode) in of_fwnode_add_links()