Searched refs:fmt_count (Results 1 – 2 of 2) sorted by relevance
1739 for (i = 0; i < fw_log->fmt_count; i++) { in rtw89_fw_log_get_fmt_idx()1756 u32 fmt_count; in rtw89_fw_log_create_fmts_dict() local1760 fmt_count = le32_to_cpu(suit_hdr->count); in rtw89_fw_log_create_fmts_dict()1763 fmts_ptr = &suit_hdr->ids[fmt_count]; in rtw89_fw_log_create_fmts_dict()1765 fmts_ptr = (const u8 *)&suit_hdr->ids[fmt_count]; in rtw89_fw_log_create_fmts_dict()1768 log->fmts = kcalloc(fmt_count, sizeof(char *), GFP_KERNEL); in rtw89_fw_log_create_fmts_dict()1772 for (i = 0; i < fmt_count; i++) { in rtw89_fw_log_create_fmts_dict()1779 log->fmt_count++; in rtw89_fw_log_create_fmts_dict()
4543 u32 fmt_count; in rtw89_read32() 3618 u32 fmt_count; global() member