Searched refs:fmt_count (Results 1 – 2 of 2) sorted by relevance
2049 for (i = 0; i < fw_log->fmt_count; i++) {2066 u32 fmt_count; local2070 fmt_count = le32_to_cpu(suit_hdr->count);2073 fmts_ptr = &suit_hdr->ids[fmt_count];2075 fmts_ptr = (const u8 *)&suit_hdr->ids[fmt_count];2078 log->fmts = kcalloc(fmt_count, sizeof(char *), GFP_KERNEL);2082 for (i = 0; i < fmt_count; i++) {2089 log->fmt_count++;
4745 u32 fmt_count; member