Searched refs:str_array (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/of/ |
H A D | dynamic.c | 987 const char * const *str_array, size_t sz) in of_changeset_add_prop_string_array() argument 997 prop.length += strlen(str_array[i]) + 1; in of_changeset_add_prop_string_array() 1006 str_array[i]) + 1; in of_changeset_add_prop_string_array()
|
H A D | unittest.c | 826 static const char * const str_array[] = { "str1", "str2", "str3" }; in of_unittest_changeset() local 888 (const char **)str_array, in of_unittest_changeset() 889 ARRAY_SIZE(str_array)), in of_unittest_changeset() 1031 static const char * const str_array[] = { "abc", "defg", "hij" }; in of_unittest_changeset_prop() local 1053 str_array, ARRAY_SIZE(str_array)); in of_unittest_changeset_prop() 1077 changeset_check_string_array(np, "prop-string-array", str_array, ARRAY_SIZE(str_array)); in of_unittest_changeset_prop()
|