[go: nahoru, domu]

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

/drivers/staging/unisys/visorchipset/
H A Dvisorchipset_main.c452 u32 textId; local
456 &textId, sizeof(u32));
457 return scnprintf(buf, PAGE_SIZE, "%i\n", textId);
463 u32 textId; local
466 if (kstrtou32(buf, 10, &textId) != 0)
472 &textId, sizeof(u32));

Completed in 61 milliseconds