Lines Matching refs:fwnode_handle
40 static inline bool is_pset(struct fwnode_handle *fwnode) in is_pset()
45 static inline struct property_set *to_pset(struct fwnode_handle *fwnode) in to_pset()
108 static inline struct fwnode_handle *dev_fwnode(struct device *dev) in dev_fwnode()
132 bool fwnode_property_present(struct fwnode_handle *fwnode, const char *propname) in fwnode_property_present()
351 int fwnode_property_read_u8_array(struct fwnode_handle *fwnode, in fwnode_property_read_u8_array()
377 int fwnode_property_read_u16_array(struct fwnode_handle *fwnode, in fwnode_property_read_u16_array()
403 int fwnode_property_read_u32_array(struct fwnode_handle *fwnode, in fwnode_property_read_u32_array()
429 int fwnode_property_read_u64_array(struct fwnode_handle *fwnode, in fwnode_property_read_u64_array()
455 int fwnode_property_read_string_array(struct fwnode_handle *fwnode, in fwnode_property_read_string_array()
489 int fwnode_property_read_string(struct fwnode_handle *fwnode, in fwnode_property_read_string()
518 int fwnode_property_match_string(struct fwnode_handle *fwnode, in fwnode_property_match_string()
554 struct fwnode_handle *device_get_next_child_node(struct device *dev, in device_get_next_child_node()
555 struct fwnode_handle *child) in device_get_next_child_node()
578 void fwnode_handle_put(struct fwnode_handle *fwnode) in fwnode_handle_put()
591 struct fwnode_handle *child; in device_get_child_node_count()