Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dselection.c81 static u32 inwordLut[8]={ variable
93 return ( inwordLut[c>>5] >> (c & 0x1F) ) & 1; in inword()
99 return copy_from_user(inwordLut, (u32 *)(arg+4), 32) ? -EFAULT : 0; in sel_loadlut()