Lines Matching defs:fwnode
46 bool fwnode_property_present(const struct fwnode_handle *fwnode, in fwnode_property_present()
231 static int fwnode_property_read_int_array(const struct fwnode_handle *fwnode, in fwnode_property_read_int_array()
268 int fwnode_property_read_u8_array(const struct fwnode_handle *fwnode, in fwnode_property_read_u8_array()
294 int fwnode_property_read_u16_array(const struct fwnode_handle *fwnode, in fwnode_property_read_u16_array()
320 int fwnode_property_read_u32_array(const struct fwnode_handle *fwnode, in fwnode_property_read_u32_array()
346 int fwnode_property_read_u64_array(const struct fwnode_handle *fwnode, in fwnode_property_read_u64_array()
372 int fwnode_property_read_string_array(const struct fwnode_handle *fwnode, in fwnode_property_read_string_array()
406 int fwnode_property_read_string(const struct fwnode_handle *fwnode, in fwnode_property_read_string()
430 int fwnode_property_match_string(const struct fwnode_handle *fwnode, in fwnode_property_match_string()
482 int fwnode_property_get_reference_args(const struct fwnode_handle *fwnode, in fwnode_property_get_reference_args()
516 struct fwnode_handle *fwnode_find_reference(const struct fwnode_handle *fwnode, in fwnode_find_reference()
539 struct fwnode_handle *fwnode = dev_fwnode(dev); in device_remove_properties() local
566 struct fwnode_handle *fwnode; in device_add_properties() local
583 const char *fwnode_get_name(const struct fwnode_handle *fwnode) in fwnode_get_name()
596 const char *fwnode_get_name_prefix(const struct fwnode_handle *fwnode) in fwnode_get_name_prefix()
608 struct fwnode_handle *fwnode_get_parent(const struct fwnode_handle *fwnode) in fwnode_get_parent()
625 struct fwnode_handle *fwnode_get_next_parent(struct fwnode_handle *fwnode) in fwnode_get_next_parent()
646 struct device *fwnode_get_next_parent_dev(struct fwnode_handle *fwnode) in fwnode_get_next_parent_dev()
667 unsigned int fwnode_count_parents(const struct fwnode_handle *fwnode) in fwnode_count_parents()
693 struct fwnode_handle *fwnode_get_nth_parent(struct fwnode_handle *fwnode, in fwnode_get_nth_parent()
741 fwnode_get_next_child_node(const struct fwnode_handle *fwnode, in fwnode_get_next_child_node()
755 fwnode_get_next_available_child_node(const struct fwnode_handle *fwnode, in fwnode_get_next_available_child_node()
781 const struct fwnode_handle *fwnode = dev_fwnode(dev); in device_get_next_child_node() local
803 fwnode_get_named_child_node(const struct fwnode_handle *fwnode, in fwnode_get_named_child_node()
828 struct fwnode_handle *fwnode_handle_get(struct fwnode_handle *fwnode) in fwnode_handle_get()
845 void fwnode_handle_put(struct fwnode_handle *fwnode) in fwnode_handle_put()
858 bool fwnode_device_is_available(const struct fwnode_handle *fwnode) in fwnode_device_is_available()
888 const struct fwnode_handle *fwnode = dev_fwnode(dev); in device_dma_supported() local
903 const struct fwnode_handle *fwnode = dev_fwnode(dev); in device_get_dma_attr() local
926 int fwnode_get_phy_mode(struct fwnode_handle *fwnode) in fwnode_get_phy_mode()
960 static void *fwnode_get_mac_addr(struct fwnode_handle *fwnode, in fwnode_get_mac_addr()
994 void *fwnode_get_mac_address(struct fwnode_handle *fwnode, char *addr, int alen) in fwnode_get_mac_address()
1030 int fwnode_irq_get(const struct fwnode_handle *fwnode, unsigned int index) in fwnode_irq_get()
1055 fwnode_graph_get_next_endpoint(const struct fwnode_handle *fwnode, in fwnode_graph_get_next_endpoint()
1114 fwnode_graph_get_remote_port_parent(const struct fwnode_handle *fwnode) in fwnode_graph_get_remote_port_parent()
1134 fwnode_graph_get_remote_port(const struct fwnode_handle *fwnode) in fwnode_graph_get_remote_port()
1147 fwnode_graph_get_remote_endpoint(const struct fwnode_handle *fwnode) in fwnode_graph_get_remote_endpoint()
1163 fwnode_graph_get_remote_node(const struct fwnode_handle *fwnode, u32 port_id, in fwnode_graph_get_remote_node()
1212 fwnode_graph_get_endpoint_by_id(const struct fwnode_handle *fwnode, in fwnode_graph_get_endpoint_by_id()
1275 int fwnode_graph_parse_endpoint(const struct fwnode_handle *fwnode, in fwnode_graph_parse_endpoint()
1291 fwnode_graph_devcon_match(struct fwnode_handle *fwnode, const char *con_id, in fwnode_graph_devcon_match()
1316 fwnode_devcon_match(struct fwnode_handle *fwnode, const char *con_id, in fwnode_devcon_match()
1348 void *fwnode_connection_find_match(struct fwnode_handle *fwnode, in fwnode_connection_find_match()