Searched refs:object_build_map (Results 1 – 2 of 2) sorted by relevance
1003 const struct build_function_map object_build_map[] = { variable1047 for (i = 0; i < ARRAY_SIZE(object_build_map); i++) { in tplg_object_get_map()1049 !strcmp(object_build_map[i].class_type, "Widget") && in tplg_object_get_map()1050 !strcmp(object_build_map[i].class_name, "")) in tplg_object_get_map()1051 return &object_build_map[i]; in tplg_object_get_map()1054 !strcmp(object_build_map[i].class_type, "Dai")) in tplg_object_get_map()1055 return &object_build_map[i]; in tplg_object_get_map()1058 if (!strcmp(class_type, object_build_map[i].class_type) && in tplg_object_get_map()1059 !strcmp(object_build_map[i].class_name, class_name)) in tplg_object_get_map()1060 return &object_build_map[i]; in tplg_object_get_map()
50 extern const struct build_function_map object_build_map[];