Home
last modified time | relevance | path

Searched refs:text_id (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/staging/unisys/visorbus/
Dvisorchipset.c633 u32 text_id; in textid_show() local
638 &text_id, sizeof(u32)); in textid_show()
639 return scnprintf(buf, PAGE_SIZE, "%i\n", text_id); in textid_show()
645 u32 text_id; in textid_store() local
648 if (kstrtou32(buf, 10, &text_id)) in textid_store()
654 &text_id, sizeof(u32)); in textid_store()