Lines Matching defs:propname
35 bool device_property_present(struct device *dev, const char *propname) in device_property_present()
47 const char *propname) in fwnode_property_present()
78 int device_property_read_u8_array(struct device *dev, const char *propname, in device_property_read_u8_array()
103 int device_property_read_u16_array(struct device *dev, const char *propname, in device_property_read_u16_array()
128 int device_property_read_u32_array(struct device *dev, const char *propname, in device_property_read_u32_array()
153 int device_property_read_u64_array(struct device *dev, const char *propname, in device_property_read_u64_array()
178 int device_property_read_string_array(struct device *dev, const char *propname, in device_property_read_string_array()
200 int device_property_read_string(struct device *dev, const char *propname, in device_property_read_string()
222 int device_property_match_string(struct device *dev, const char *propname, in device_property_match_string()
230 const char *propname, in fwnode_property_read_int_array()
266 const char *propname, u8 *val, size_t nval) in fwnode_property_read_u8_array()
292 const char *propname, u16 *val, size_t nval) in fwnode_property_read_u16_array()
318 const char *propname, u32 *val, size_t nval) in fwnode_property_read_u32_array()
344 const char *propname, u64 *val, size_t nval) in fwnode_property_read_u64_array()
370 const char *propname, const char **val, in fwnode_property_read_string_array()
402 const char *propname, const char **val) in fwnode_property_read_string()
426 const char *propname, const char *string) in fwnode_property_match_string()