Lines Matching refs:fwnode_handle

21 struct fwnode_handle *dev_fwnode(struct device *dev)  in dev_fwnode()
46 bool fwnode_property_present(const struct fwnode_handle *fwnode, in fwnode_property_present()
229 static int fwnode_property_read_int_array(const struct fwnode_handle *fwnode, in fwnode_property_read_int_array()
265 int fwnode_property_read_u8_array(const struct fwnode_handle *fwnode, in fwnode_property_read_u8_array()
291 int fwnode_property_read_u16_array(const struct fwnode_handle *fwnode, in fwnode_property_read_u16_array()
317 int fwnode_property_read_u32_array(const struct fwnode_handle *fwnode, in fwnode_property_read_u32_array()
343 int fwnode_property_read_u64_array(const struct fwnode_handle *fwnode, in fwnode_property_read_u64_array()
369 int fwnode_property_read_string_array(const struct fwnode_handle *fwnode, in fwnode_property_read_string_array()
401 int fwnode_property_read_string(const struct fwnode_handle *fwnode, in fwnode_property_read_string()
425 int fwnode_property_match_string(const struct fwnode_handle *fwnode, in fwnode_property_match_string()
477 int fwnode_property_get_reference_args(const struct fwnode_handle *fwnode, in fwnode_property_get_reference_args()
498 struct fwnode_handle *fwnode_find_reference(const struct fwnode_handle *fwnode, in fwnode_find_reference()
521 struct fwnode_handle *fwnode = dev_fwnode(dev); in device_remove_properties()
548 struct fwnode_handle *fwnode; in device_add_properties()
570 struct fwnode_handle *fwnode_get_next_parent(struct fwnode_handle *fwnode) in fwnode_get_next_parent()
572 struct fwnode_handle *parent = fwnode_get_parent(fwnode); in fwnode_get_next_parent()
587 struct fwnode_handle *fwnode_get_parent(const struct fwnode_handle *fwnode) in fwnode_get_parent()
598 struct fwnode_handle *
599 fwnode_get_next_child_node(const struct fwnode_handle *fwnode, in fwnode_get_next_child_node()
600 struct fwnode_handle *child) in fwnode_get_next_child_node()
612 struct fwnode_handle *
613 fwnode_get_next_available_child_node(const struct fwnode_handle *fwnode, in fwnode_get_next_available_child_node()
614 struct fwnode_handle *child) in fwnode_get_next_available_child_node()
616 struct fwnode_handle *next_child = child; in fwnode_get_next_available_child_node()
637 struct fwnode_handle *device_get_next_child_node(struct device *dev, in device_get_next_child_node()
638 struct fwnode_handle *child) in device_get_next_child_node()
641 struct fwnode_handle *fwnode = NULL; in device_get_next_child_node()
657 struct fwnode_handle *
658 fwnode_get_named_child_node(const struct fwnode_handle *fwnode, in fwnode_get_named_child_node()
670 struct fwnode_handle *device_get_named_child_node(struct device *dev, in device_get_named_child_node()
683 struct fwnode_handle *fwnode_handle_get(struct fwnode_handle *fwnode) in fwnode_handle_get()
700 void fwnode_handle_put(struct fwnode_handle *fwnode) in fwnode_handle_put()
710 bool fwnode_device_is_available(const struct fwnode_handle *fwnode) in fwnode_device_is_available()
722 struct fwnode_handle *child; in device_get_child_node_count()
769 int fwnode_get_phy_mode(struct fwnode_handle *fwnode) in fwnode_get_phy_mode()
803 static void *fwnode_get_mac_addr(struct fwnode_handle *fwnode, in fwnode_get_mac_addr()
837 void *fwnode_get_mac_address(struct fwnode_handle *fwnode, char *addr, int alen) in fwnode_get_mac_address()
873 int fwnode_irq_get(struct fwnode_handle *fwnode, unsigned int index) in fwnode_irq_get()
898 struct fwnode_handle *
899 fwnode_graph_get_next_endpoint(const struct fwnode_handle *fwnode, in fwnode_graph_get_next_endpoint()
900 struct fwnode_handle *prev) in fwnode_graph_get_next_endpoint()
912 struct fwnode_handle *
913 fwnode_graph_get_port_parent(const struct fwnode_handle *endpoint) in fwnode_graph_get_port_parent()
915 struct fwnode_handle *port, *parent; in fwnode_graph_get_port_parent()
932 struct fwnode_handle *
933 fwnode_graph_get_remote_port_parent(const struct fwnode_handle *fwnode) in fwnode_graph_get_remote_port_parent()
935 struct fwnode_handle *endpoint, *parent; in fwnode_graph_get_remote_port_parent()
952 struct fwnode_handle *
953 fwnode_graph_get_remote_port(const struct fwnode_handle *fwnode) in fwnode_graph_get_remote_port()
965 struct fwnode_handle *
966 fwnode_graph_get_remote_endpoint(const struct fwnode_handle *fwnode) in fwnode_graph_get_remote_endpoint()
981 struct fwnode_handle *
982 fwnode_graph_get_remote_node(const struct fwnode_handle *fwnode, u32 port_id, in fwnode_graph_get_remote_node()
985 struct fwnode_handle *endpoint = NULL; in fwnode_graph_get_remote_node()
989 struct fwnode_handle *remote; in fwnode_graph_get_remote_node()
1030 struct fwnode_handle *
1031 fwnode_graph_get_endpoint_by_id(const struct fwnode_handle *fwnode, in fwnode_graph_get_endpoint_by_id()
1034 struct fwnode_handle *ep = NULL, *best_ep = NULL; in fwnode_graph_get_endpoint_by_id()
1044 struct fwnode_handle *dev_node; in fwnode_graph_get_endpoint_by_id()
1094 int fwnode_graph_parse_endpoint(const struct fwnode_handle *fwnode, in fwnode_graph_parse_endpoint()