Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dkd.h140 struct kbkeycode { struct
/Linux-v5.15/include/linux/
Dvt_kern.h153 int vt_do_kbkeycode_ioctl(int cmd, struct kbkeycode __user *user_kbkc,
/Linux-v5.15/drivers/tty/vt/
Dkeyboard.c1889 int vt_do_kbkeycode_ioctl(int cmd, struct kbkeycode __user *user_kbkc, in vt_do_kbkeycode_ioctl()
1892 struct kbkeycode tmp; in vt_do_kbkeycode_ioctl()
1895 if (copy_from_user(&tmp, user_kbkc, sizeof(struct kbkeycode))) in vt_do_kbkeycode_ioctl()