Lines Matching defs:strings
332 * int of_compatible(phandle, strings)
335 * it matches any of the provided strings.
339 * only strings is useful in some situations and is provided for
345 * strings Array of containing expected "compatibility"
350 * 0 if none of the strings are found in phandle's "compatibility"
358 of_compatible(int phandle, const char * const *strings)
375 for (; (cp = *strings) != NULL; strings++) {
401 * compat_data Array of possible compat entry strings and
407 * 0 if none of the strings are found in phandle's "compatibility"
449 * compat_data Array of possible compat entry strings and