Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/visorbus/
H A Dvisorchipset.c218 u32 text_id = 0; in textid_show() local
224 &text_id, sizeof(u32)); in textid_show()
227 return sprintf(buf, "%u\n", text_id); in textid_show()
233 u32 text_id; in textid_store() local
236 if (kstrtou32(buf, 10, &text_id)) in textid_store()
241 &text_id, sizeof(u32)); in textid_store()

Completed in 3 milliseconds