Lines Matching refs:fwnode_handle

36 struct fwnode_handle *dev_fwnode(struct device *dev);
54 bool fwnode_device_is_available(const struct fwnode_handle *fwnode);
55 bool fwnode_property_present(const struct fwnode_handle *fwnode,
57 int fwnode_property_read_u8_array(const struct fwnode_handle *fwnode,
60 int fwnode_property_read_u16_array(const struct fwnode_handle *fwnode,
63 int fwnode_property_read_u32_array(const struct fwnode_handle *fwnode,
66 int fwnode_property_read_u64_array(const struct fwnode_handle *fwnode,
69 int fwnode_property_read_string_array(const struct fwnode_handle *fwnode,
72 int fwnode_property_read_string(const struct fwnode_handle *fwnode,
74 int fwnode_property_match_string(const struct fwnode_handle *fwnode,
76 int fwnode_property_get_reference_args(const struct fwnode_handle *fwnode,
81 struct fwnode_handle *fwnode_get_parent(const struct fwnode_handle *fwnode);
82 struct fwnode_handle *fwnode_get_next_parent(
83 struct fwnode_handle *fwnode);
84 struct fwnode_handle *fwnode_get_next_child_node(
85 const struct fwnode_handle *fwnode, struct fwnode_handle *child);
86 struct fwnode_handle *fwnode_get_next_available_child_node(
87 const struct fwnode_handle *fwnode, struct fwnode_handle *child);
97 struct fwnode_handle *device_get_next_child_node(
98 struct device *dev, struct fwnode_handle *child);
104 struct fwnode_handle *fwnode_get_named_child_node(
105 const struct fwnode_handle *fwnode, const char *childname);
106 struct fwnode_handle *device_get_named_child_node(struct device *dev,
109 struct fwnode_handle *fwnode_handle_get(struct fwnode_handle *fwnode);
110 void fwnode_handle_put(struct fwnode_handle *fwnode);
112 int fwnode_irq_get(struct fwnode_handle *fwnode, unsigned int index);
146 static inline bool fwnode_property_read_bool(const struct fwnode_handle *fwnode, in fwnode_property_read_bool()
152 static inline int fwnode_property_read_u8(const struct fwnode_handle *fwnode, in fwnode_property_read_u8()
158 static inline int fwnode_property_read_u16(const struct fwnode_handle *fwnode, in fwnode_property_read_u16()
164 static inline int fwnode_property_read_u32(const struct fwnode_handle *fwnode, in fwnode_property_read_u32()
170 static inline int fwnode_property_read_u64(const struct fwnode_handle *fwnode, in fwnode_property_read_u64()
290 int fwnode_get_phy_mode(struct fwnode_handle *fwnode);
291 void *fwnode_get_mac_address(struct fwnode_handle *fwnode,
293 struct fwnode_handle *fwnode_graph_get_next_endpoint(
294 const struct fwnode_handle *fwnode, struct fwnode_handle *prev);
295 struct fwnode_handle *
296 fwnode_graph_get_port_parent(const struct fwnode_handle *fwnode);
297 struct fwnode_handle *fwnode_graph_get_remote_port_parent(
298 const struct fwnode_handle *fwnode);
299 struct fwnode_handle *fwnode_graph_get_remote_port(
300 const struct fwnode_handle *fwnode);
301 struct fwnode_handle *fwnode_graph_get_remote_endpoint(
302 const struct fwnode_handle *fwnode);
303 struct fwnode_handle *
304 fwnode_graph_get_remote_node(const struct fwnode_handle *fwnode, u32 port,
311 int fwnode_graph_parse_endpoint(const struct fwnode_handle *fwnode,