Home
last modified time | relevance | path

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

/linux/drivers/input/keyboard/
H A Dlocomokbd.c89 unsigned short nset; in locomokbd_activate_col() local
92 nset = 0xFF & ~(1 << col); in locomokbd_activate_col()
93 nbset = (nset << 8) + nset; in locomokbd_activate_col()
/linux/kernel/
H A Dcompat.c41 compat_old_sigset_t __user *, nset, in COMPAT_SYSCALL_DEFINE3() argument
49 if (nset) { in COMPAT_SYSCALL_DEFINE3()
50 if (get_user(new_set, nset)) in COMPAT_SYSCALL_DEFINE3()