Home
last modified time | relevance | path

Searched refs:parse_of_functions (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/scripts/dtc/
Ddt-extract-compatibles49 def parse_of_functions(data, func_name): function
72 compat_list += parse_of_functions(data, "_is_compatible")
73 compat_list += parse_of_functions(data, "of_find_compatible_node")
74 compat_list += parse_of_functions(data, "for_each_compatible_node")
75 compat_list += parse_of_functions(data, "of_get_compatible_child")