• Home
  • Raw
  • Download

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()
80 int device_property_read_u8_array(struct device *dev, const char *propname, in device_property_read_u8_array()
105 int device_property_read_u16_array(struct device *dev, const char *propname, in device_property_read_u16_array()
130 int device_property_read_u32_array(struct device *dev, const char *propname, in device_property_read_u32_array()
155 int device_property_read_u64_array(struct device *dev, const char *propname, in device_property_read_u64_array()
180 int device_property_read_string_array(struct device *dev, const char *propname, in device_property_read_string_array()
202 int device_property_read_string(struct device *dev, const char *propname, in device_property_read_string()
224 int device_property_match_string(struct device *dev, const char *propname, in device_property_match_string()
232 const char *propname, in fwnode_property_read_int_array()
269 const char *propname, u8 *val, size_t nval) in fwnode_property_read_u8_array()
295 const char *propname, u16 *val, size_t nval) in fwnode_property_read_u16_array()
321 const char *propname, u32 *val, size_t nval) in fwnode_property_read_u32_array()
347 const char *propname, u64 *val, size_t nval) in fwnode_property_read_u64_array()
373 const char *propname, const char **val, in fwnode_property_read_string_array()
407 const char *propname, const char **val) in fwnode_property_read_string()
431 const char *propname, const char *string) in fwnode_property_match_string()