Lines Matching defs:propname
34 bool device_property_present(struct device *dev, const char *propname) in device_property_present()
46 const char *propname) in fwnode_property_present()
82 int device_property_read_u8_array(struct device *dev, const char *propname, in device_property_read_u8_array()
110 int device_property_read_u16_array(struct device *dev, const char *propname, in device_property_read_u16_array()
138 int device_property_read_u32_array(struct device *dev, const char *propname, in device_property_read_u32_array()
166 int device_property_read_u64_array(struct device *dev, const char *propname, in device_property_read_u64_array()
194 int device_property_read_string_array(struct device *dev, const char *propname, in device_property_read_string_array()
216 int device_property_read_string(struct device *dev, const char *propname, in device_property_read_string()
238 int device_property_match_string(struct device *dev, const char *propname, in device_property_match_string()
246 const char *propname, in fwnode_property_read_int_array()
286 const char *propname, u8 *val, size_t nval) in fwnode_property_read_u8_array()
315 const char *propname, u16 *val, size_t nval) in fwnode_property_read_u16_array()
344 const char *propname, u32 *val, size_t nval) in fwnode_property_read_u32_array()
373 const char *propname, u64 *val, size_t nval) in fwnode_property_read_u64_array()
402 const char *propname, const char **val, in fwnode_property_read_string_array()
436 const char *propname, const char **val) in fwnode_property_read_string()
460 const char *propname, const char *string) in fwnode_property_match_string()