Lines Matching defs:propname

43 bool device_property_present(const struct device *dev, const char *propname)  in device_property_present()
57 const char *propname) in fwnode_property_present()
93 int device_property_read_u8_array(const struct device *dev, const char *propname, in device_property_read_u8_array()
121 int device_property_read_u16_array(const struct device *dev, const char *propname, in device_property_read_u16_array()
149 int device_property_read_u32_array(const struct device *dev, const char *propname, in device_property_read_u32_array()
177 int device_property_read_u64_array(const struct device *dev, const char *propname, in device_property_read_u64_array()
205 int device_property_read_string_array(const struct device *dev, const char *propname, in device_property_read_string_array()
227 int device_property_read_string(const struct device *dev, const char *propname, in device_property_read_string()
249 int device_property_match_string(const struct device *dev, const char *propname, in device_property_match_string()
257 const char *propname, in fwnode_property_read_int_array()
297 const char *propname, u8 *val, size_t nval) in fwnode_property_read_u8_array()
326 const char *propname, u16 *val, size_t nval) in fwnode_property_read_u16_array()
355 const char *propname, u32 *val, size_t nval) in fwnode_property_read_u32_array()
384 const char *propname, u64 *val, size_t nval) in fwnode_property_read_u64_array()
413 const char *propname, const char **val, in fwnode_property_read_string_array()
447 const char *propname, const char **val) in fwnode_property_read_string()
471 const char *propname, const char *string) in fwnode_property_match_string()