Lines Matching +defs:val +defs:string
133 u8 *val, size_t nval) in device_property_read_u8_array()
161 u16 *val, size_t nval) in device_property_read_u16_array()
189 u32 *val, size_t nval) in device_property_read_u32_array()
217 u64 *val, size_t nval) in device_property_read_u64_array()
245 const char **val, size_t nval) in device_property_read_string_array()
267 const char **val) in device_property_read_string()
289 const char *string) in device_property_match_string()
297 unsigned int elem_size, void *val, in fwnode_property_read_int_array()
336 const char *propname, u8 *val, size_t nval) in fwnode_property_read_u8_array()
365 const char *propname, u16 *val, size_t nval) in fwnode_property_read_u16_array()
394 const char *propname, u32 *val, size_t nval) in fwnode_property_read_u32_array()
423 const char *propname, u64 *val, size_t nval) in fwnode_property_read_u64_array()
452 const char *propname, const char **val, in fwnode_property_read_string_array()
486 const char *propname, const char **val) in fwnode_property_read_string()
510 const char *propname, const char *string) in fwnode_property_match_string()
560 const char *string; in fwnode_property_match_property_string() local