Lines Matching defs:propname
44 bool device_property_present(const struct device *dev, const char *propname) in device_property_present()
58 const char *propname) in fwnode_property_present()
82 bool device_property_read_bool(const struct device *dev, const char *propname) in device_property_read_bool()
96 const char *propname) in fwnode_property_read_bool()
132 int device_property_read_u8_array(const struct device *dev, const char *propname, in device_property_read_u8_array()
160 int device_property_read_u16_array(const struct device *dev, const char *propname, in device_property_read_u16_array()
188 int device_property_read_u32_array(const struct device *dev, const char *propname, in device_property_read_u32_array()
216 int device_property_read_u64_array(const struct device *dev, const char *propname, in device_property_read_u64_array()
244 int device_property_read_string_array(const struct device *dev, const char *propname, in device_property_read_string_array()
266 int device_property_read_string(const struct device *dev, const char *propname, in device_property_read_string()
288 int device_property_match_string(const struct device *dev, const char *propname, in device_property_match_string()
296 const char *propname, in fwnode_property_read_int_array()
336 const char *propname, u8 *val, size_t nval) in fwnode_property_read_u8_array()
365 const char *propname, u16 *val, size_t nval) in fwnode_property_read_u16_array()
394 const char *propname, u32 *val, size_t nval) in fwnode_property_read_u32_array()
423 const char *propname, u64 *val, size_t nval) in fwnode_property_read_u64_array()
452 const char *propname, const char **val, in fwnode_property_read_string_array()
486 const char *propname, const char **val) in fwnode_property_read_string()
510 const char *propname, const char *string) in fwnode_property_match_string()
558 const char *propname, const char * const *array, size_t n) in fwnode_property_match_property_string()