Lines Matching refs:fwnode_handle

23 	struct fwnode_handle fwnode;
29 static inline bool is_pset_node(const struct fwnode_handle *fwnode) in is_pset_node()
251 struct fwnode_handle *dev_fwnode(struct device *dev) in dev_fwnode()
258 static bool pset_fwnode_property_present(const struct fwnode_handle *fwnode, in pset_fwnode_property_present()
264 static int pset_fwnode_read_int_array(const struct fwnode_handle *fwnode, in pset_fwnode_read_int_array()
289 pset_fwnode_property_read_string_array(const struct fwnode_handle *fwnode, in pset_fwnode_property_read_string_array()
321 bool fwnode_property_present(const struct fwnode_handle *fwnode, in fwnode_property_present()
504 static int fwnode_property_read_int_array(const struct fwnode_handle *fwnode, in fwnode_property_read_int_array()
540 int fwnode_property_read_u8_array(const struct fwnode_handle *fwnode, in fwnode_property_read_u8_array()
566 int fwnode_property_read_u16_array(const struct fwnode_handle *fwnode, in fwnode_property_read_u16_array()
592 int fwnode_property_read_u32_array(const struct fwnode_handle *fwnode, in fwnode_property_read_u32_array()
618 int fwnode_property_read_u64_array(const struct fwnode_handle *fwnode, in fwnode_property_read_u64_array()
644 int fwnode_property_read_string_array(const struct fwnode_handle *fwnode, in fwnode_property_read_string_array()
676 int fwnode_property_read_string(const struct fwnode_handle *fwnode, in fwnode_property_read_string()
700 int fwnode_property_match_string(const struct fwnode_handle *fwnode, in fwnode_property_match_string()
752 int fwnode_property_get_reference_args(const struct fwnode_handle *fwnode, in fwnode_property_get_reference_args()
958 struct fwnode_handle *fwnode; in device_remove_properties()
1023 struct fwnode_handle *fwnode_get_next_parent(struct fwnode_handle *fwnode) in fwnode_get_next_parent()
1025 struct fwnode_handle *parent = fwnode_get_parent(fwnode); in fwnode_get_next_parent()
1040 struct fwnode_handle *fwnode_get_parent(const struct fwnode_handle *fwnode) in fwnode_get_parent()
1051 struct fwnode_handle *
1052 fwnode_get_next_child_node(const struct fwnode_handle *fwnode, in fwnode_get_next_child_node()
1053 struct fwnode_handle *child) in fwnode_get_next_child_node()
1065 struct fwnode_handle *
1066 fwnode_get_next_available_child_node(const struct fwnode_handle *fwnode, in fwnode_get_next_available_child_node()
1067 struct fwnode_handle *child) in fwnode_get_next_available_child_node()
1069 struct fwnode_handle *next_child = child; in fwnode_get_next_available_child_node()
1090 struct fwnode_handle *device_get_next_child_node(struct device *dev, in device_get_next_child_node()
1091 struct fwnode_handle *child) in device_get_next_child_node()
1094 struct fwnode_handle *fwnode = NULL; in device_get_next_child_node()
1110 struct fwnode_handle *
1111 fwnode_get_named_child_node(const struct fwnode_handle *fwnode, in fwnode_get_named_child_node()
1123 struct fwnode_handle *device_get_named_child_node(struct device *dev, in device_get_named_child_node()
1136 struct fwnode_handle *fwnode_handle_get(struct fwnode_handle *fwnode) in fwnode_handle_get()
1153 void fwnode_handle_put(struct fwnode_handle *fwnode) in fwnode_handle_put()
1163 bool fwnode_device_is_available(const struct fwnode_handle *fwnode) in fwnode_device_is_available()
1175 struct fwnode_handle *child; in device_get_child_node_count()
1222 int fwnode_get_phy_mode(struct fwnode_handle *fwnode) in fwnode_get_phy_mode()
1256 static void *fwnode_get_mac_addr(struct fwnode_handle *fwnode, in fwnode_get_mac_addr()
1290 void *fwnode_get_mac_address(struct fwnode_handle *fwnode, char *addr, int alen) in fwnode_get_mac_address()
1326 int fwnode_irq_get(struct fwnode_handle *fwnode, unsigned int index) in fwnode_irq_get()
1351 struct fwnode_handle *
1352 fwnode_graph_get_next_endpoint(const struct fwnode_handle *fwnode, in fwnode_graph_get_next_endpoint()
1353 struct fwnode_handle *prev) in fwnode_graph_get_next_endpoint()
1365 struct fwnode_handle *
1366 fwnode_graph_get_port_parent(const struct fwnode_handle *endpoint) in fwnode_graph_get_port_parent()
1368 struct fwnode_handle *port, *parent; in fwnode_graph_get_port_parent()
1385 struct fwnode_handle *
1386 fwnode_graph_get_remote_port_parent(const struct fwnode_handle *fwnode) in fwnode_graph_get_remote_port_parent()
1388 struct fwnode_handle *endpoint, *parent; in fwnode_graph_get_remote_port_parent()
1405 struct fwnode_handle *
1406 fwnode_graph_get_remote_port(const struct fwnode_handle *fwnode) in fwnode_graph_get_remote_port()
1418 struct fwnode_handle *
1419 fwnode_graph_get_remote_endpoint(const struct fwnode_handle *fwnode) in fwnode_graph_get_remote_endpoint()
1434 struct fwnode_handle *
1435 fwnode_graph_get_remote_node(const struct fwnode_handle *fwnode, u32 port_id, in fwnode_graph_get_remote_node()
1438 struct fwnode_handle *endpoint = NULL; in fwnode_graph_get_remote_node()
1442 struct fwnode_handle *remote; in fwnode_graph_get_remote_node()
1472 int fwnode_graph_parse_endpoint(const struct fwnode_handle *fwnode, in fwnode_graph_parse_endpoint()