Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dvt_kern.h165 int vt_do_kbkeycode_ioctl(int cmd, struct kbkeycode __user *user_kbkc,
/OK3568_Linux_fs/kernel/drivers/tty/vt/
H A Dkeyboard.c1867 int vt_do_kbkeycode_ioctl(int cmd, struct kbkeycode __user *user_kbkc, in vt_do_kbkeycode_ioctl() argument
1873 if (copy_from_user(&tmp, user_kbkc, sizeof(struct kbkeycode))) in vt_do_kbkeycode_ioctl()
1879 kc = put_user(kc, &user_kbkc->keycode); in vt_do_kbkeycode_ioctl()