Lines Matching defs:text
444 char *text)
449 u32 text_len = text ? strlen(text) : 0;
479 if (text && text_len) {
480 desc->text = kstrdup(text, GFP_KERNEL);
481 if (!desc->text)
539 desc_short_event->text);
603 kfree(((struct vidtv_psi_desc_short_event *)tmp)->text);
772 psi_args.from = ((struct vidtv_psi_desc_short_event *)args->desc)->text;