Searched refs:ofw_obj_cmp_list (Results 1 – 1 of 1) sorted by relevance
64 struct ofw_obj_cmp_list struct71 static const struct ofw_obj_cmp_list ofw_obj_cmp_list[] = argument85 const struct ofw_obj_cmp_list *item; in ofw_parse_object()87 RT_BITMAP_DECLARE(idx_mask, RT_ARRAY_SIZE(ofw_obj_cmp_list)) = {}; in ofw_parse_object()89 for (int i = 0; i < RT_ARRAY_SIZE(ofw_obj_cmp_list); ++i) in ofw_parse_object()91 item = &ofw_obj_cmp_list[i]; in ofw_parse_object()109 rt_bitmap_for_each_clear_bit(idx_mask, i, RT_ARRAY_SIZE(ofw_obj_cmp_list)) in ofw_parse_object()111 item = &ofw_obj_cmp_list[i]; in ofw_parse_object()126 if (i >= RT_ARRAY_SIZE(ofw_obj_cmp_list)) in ofw_parse_object()
Completed in 4 milliseconds