Lines Matching defs:propname

41 bool device_property_present(struct device *dev, const char *propname)  in device_property_present()
53 const char *propname) in fwnode_property_present()
89 int device_property_read_u8_array(struct device *dev, const char *propname, in device_property_read_u8_array()
117 int device_property_read_u16_array(struct device *dev, const char *propname, in device_property_read_u16_array()
145 int device_property_read_u32_array(struct device *dev, const char *propname, in device_property_read_u32_array()
173 int device_property_read_u64_array(struct device *dev, const char *propname, in device_property_read_u64_array()
201 int device_property_read_string_array(struct device *dev, const char *propname, in device_property_read_string_array()
223 int device_property_read_string(struct device *dev, const char *propname, in device_property_read_string()
245 int device_property_match_string(struct device *dev, const char *propname, in device_property_match_string()
253 const char *propname, in fwnode_property_read_int_array()
293 const char *propname, u8 *val, size_t nval) in fwnode_property_read_u8_array()
322 const char *propname, u16 *val, size_t nval) in fwnode_property_read_u16_array()
351 const char *propname, u32 *val, size_t nval) in fwnode_property_read_u32_array()
380 const char *propname, u64 *val, size_t nval) in fwnode_property_read_u64_array()
409 const char *propname, const char **val, in fwnode_property_read_string_array()
443 const char *propname, const char **val) in fwnode_property_read_string()
467 const char *propname, const char *string) in fwnode_property_match_string()