Searched refs:text_size (Results 1 – 7 of 7) sorted by relevance
91 u32 text_size; /** Size of text section */ member
125 bi->blob.text_size + bi->blob.icache_size + in sh_css_load_blob_info()
158 if (bi->blob.size != bi->blob.text_size + bi->blob.icache_size in imgu_css_fw_init()
1520 u32 text_size; /* Size of text section */ member
549 .size = sp->blob.text_size, in imgu_css_hw_start()
2232 int n, ret, text_size = 500; in wil_read_suspend_stats() local2234 text = kmalloc(text_size, GFP_KERNEL); in wil_read_suspend_stats()2238 n = snprintf(text, text_size, in wil_read_suspend_stats()2259 n = min_t(int, n, text_size); in wil_read_suspend_stats()
7450 static void qed_dbg_print_feature(u8 *p_text_buf, u32 text_size) in qed_dbg_print_feature() argument7458 for (i = precision; i < text_size; i += precision) in qed_dbg_print_feature()