Lines Matching defs:text
437 char *text)
442 u32 text_len = text ? strlen(text) : 0;
472 if (text && text_len) {
473 desc->text = kstrdup(text, GFP_KERNEL);
474 if (!desc->text)
532 desc_short_event->text);
595 kfree(((struct vidtv_psi_desc_short_event *)tmp)->text);
764 psi_args.from = ((struct vidtv_psi_desc_short_event *)args->desc)->text;