Searched refs:text_id (Results 1 – 1 of 1) sorted by relevance
451 u32 text_id; in textid_show() local456 &text_id, sizeof(u32)); in textid_show()457 return scnprintf(buf, PAGE_SIZE, "%i\n", text_id); in textid_show()463 u32 text_id; in textid_store() local466 if (kstrtou32(buf, 10, &text_id) != 0) in textid_store()472 &text_id, sizeof(u32)); in textid_store()