Searched refs:fmt_count (Results 1 – 2 of 2) sorted by relevance
2134 for (i = 0; i < fw_log->fmt_count; i++) {2151 u32 fmt_count; local2155 fmt_count = le32_to_cpu(suit_hdr->count);2158 fmts_ptr = &suit_hdr->ids[fmt_count];2160 fmts_ptr = (const u8 *)&suit_hdr->ids[fmt_count];2163 log->fmts = kcalloc(fmt_count, sizeof(char *), GFP_KERNEL);2167 for (i = 0; i < fmt_count; i++) {2174 log->fmt_count++;
4846 u32 fmt_count; member