Lines Matching defs:text
1835 char *file, *text = NULL;
1905 text = NULL;
1912 text = kzalloc(le32_to_cpu(region->len) + 1,
1923 text = kzalloc(le32_to_cpu(region->len) + 1,
1969 if (text) {
1970 memcpy(text, region->data, le32_to_cpu(region->len));
1971 adsp_info(dsp, "%s: %s\n", file, text);
1972 kfree(text);
1973 text = NULL;
2018 kfree(text);