Lines Matching defs:propname
118 bool device_property_present(struct device *dev, const char *propname) in device_property_present()
129 bool fwnode_property_present(struct fwnode_handle *fwnode, const char *propname) in fwnode_property_present()
157 int device_property_read_u8_array(struct device *dev, const char *propname, in device_property_read_u8_array()
181 int device_property_read_u16_array(struct device *dev, const char *propname, in device_property_read_u16_array()
205 int device_property_read_u32_array(struct device *dev, const char *propname, in device_property_read_u32_array()
229 int device_property_read_u64_array(struct device *dev, const char *propname, in device_property_read_u64_array()
253 int device_property_read_string_array(struct device *dev, const char *propname, in device_property_read_string_array()
274 int device_property_read_string(struct device *dev, const char *propname, in device_property_read_string()
281 #define OF_DEV_PROP_READ_ARRAY(node, propname, type, val, nval) \ argument
319 const char *propname, u8 *val, size_t nval) in fwnode_property_read_u8_array()
345 const char *propname, u16 *val, size_t nval) in fwnode_property_read_u16_array()
371 const char *propname, u32 *val, size_t nval) in fwnode_property_read_u32_array()
397 const char *propname, u64 *val, size_t nval) in fwnode_property_read_u64_array()
423 const char *propname, const char **val, in fwnode_property_read_string_array()
456 const char *propname, const char **val) in fwnode_property_read_string()