Lines Matching refs:fwnode_handle
37 static inline bool is_pset(struct fwnode_handle *fwnode) in is_pset()
42 static inline struct property_set *to_pset(struct fwnode_handle *fwnode) in to_pset()
105 static inline struct fwnode_handle *dev_fwnode(struct device *dev) in dev_fwnode()
129 bool fwnode_property_present(struct fwnode_handle *fwnode, const char *propname) in fwnode_property_present()
318 int fwnode_property_read_u8_array(struct fwnode_handle *fwnode, in fwnode_property_read_u8_array()
344 int fwnode_property_read_u16_array(struct fwnode_handle *fwnode, in fwnode_property_read_u16_array()
370 int fwnode_property_read_u32_array(struct fwnode_handle *fwnode, in fwnode_property_read_u32_array()
396 int fwnode_property_read_u64_array(struct fwnode_handle *fwnode, in fwnode_property_read_u64_array()
422 int fwnode_property_read_string_array(struct fwnode_handle *fwnode, in fwnode_property_read_string_array()
455 int fwnode_property_read_string(struct fwnode_handle *fwnode, in fwnode_property_read_string()
473 struct fwnode_handle *device_get_next_child_node(struct device *dev, in device_get_next_child_node()
474 struct fwnode_handle *child) in device_get_next_child_node()
501 void fwnode_handle_put(struct fwnode_handle *fwnode) in fwnode_handle_put()
514 struct fwnode_handle *child; in device_get_child_node_count()