Lines Matching defs:text
1330 char *text = NULL;
1390 text = NULL;
1397 text = kzalloc(le32_to_cpu(region->len) + 1,
1408 text = kzalloc(le32_to_cpu(region->len) + 1,
1454 if (text) {
1455 memcpy(text, region->data, le32_to_cpu(region->len));
1456 cs_dsp_info(dsp, "%s: %s\n", file, text);
1457 kfree(text);
1458 text = NULL;
1502 kfree(text);
2032 char *text = NULL;
2091 text = kzalloc(le32_to_cpu(blk->len) + 1, GFP_KERNEL);
2163 if (text) {
2164 memcpy(text, blk->data, le32_to_cpu(blk->len));
2165 cs_dsp_info(dsp, "%s: %s\n", dsp->fw_name, text);
2166 kfree(text);
2167 text = NULL;
2220 kfree(text);