Lines Matching defs:fwnode
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()
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()
578 void fwnode_handle_put(struct fwnode_handle *fwnode) in fwnode_handle_put()