Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dkd.h140 struct kbkeycode { struct
/Linux-v4.19/include/linux/
Dvt_kern.h174 extern int vt_do_kbkeycode_ioctl(int cmd, struct kbkeycode __user *user_kbkc,
/Linux-v4.19/drivers/tty/vt/
Dkeyboard.c1854 int vt_do_kbkeycode_ioctl(int cmd, struct kbkeycode __user *user_kbkc, in vt_do_kbkeycode_ioctl()
1857 struct kbkeycode tmp; in vt_do_kbkeycode_ioctl()
1860 if (copy_from_user(&tmp, user_kbkc, sizeof(struct kbkeycode))) in vt_do_kbkeycode_ioctl()