Lines Matching defs:propname

121 bool device_property_present(struct device *dev, const char *propname)  in device_property_present()
132 bool fwnode_property_present(struct fwnode_handle *fwnode, const char *propname) in fwnode_property_present()
161 int device_property_read_u8_array(struct device *dev, const char *propname, in device_property_read_u8_array()
186 int device_property_read_u16_array(struct device *dev, const char *propname, in device_property_read_u16_array()
211 int device_property_read_u32_array(struct device *dev, const char *propname, in device_property_read_u32_array()
236 int device_property_read_u64_array(struct device *dev, const char *propname, in device_property_read_u64_array()
261 int device_property_read_string_array(struct device *dev, const char *propname, in device_property_read_string_array()
283 int device_property_read_string(struct device *dev, const char *propname, in device_property_read_string()
305 int device_property_match_string(struct device *dev, const char *propname, in device_property_match_string()
312 #define OF_DEV_PROP_READ_ARRAY(node, propname, type, val, nval) \ argument
352 const char *propname, u8 *val, size_t nval) in fwnode_property_read_u8_array()
378 const char *propname, u16 *val, size_t nval) in fwnode_property_read_u16_array()
404 const char *propname, u32 *val, size_t nval) in fwnode_property_read_u32_array()
430 const char *propname, u64 *val, size_t nval) in fwnode_property_read_u64_array()
456 const char *propname, const char **val, in fwnode_property_read_string_array()
490 const char *propname, const char **val) in fwnode_property_read_string()
519 const char *propname, const char *string) in fwnode_property_match_string()