Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/s390/char/
Dkeyboard.c438 unsigned char kb_func; in do_kdgkb_ioctl() local
443 if (get_user(kb_func, &u_kbs->kb_func)) in do_kdgkb_ioctl()
446 if (kb_func >= MAX_NR_FUNC) in do_kdgkb_ioctl()
452 p = kbd->func_table[kb_func]; in do_kdgkb_ioctl()
470 kfree(kbd->func_table[kb_func]); in do_kdgkb_ioctl()
471 kbd->func_table[kb_func] = p; in do_kdgkb_ioctl()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dkd.h97 unsigned char kb_func; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dkd.h110 unsigned char kb_func; member
/kernel/linux/linux-5.10/include/uapi/linux/
Dkd.h114 unsigned char kb_func; member
/kernel/linux/linux-5.10/drivers/tty/vt/
Dkeyboard.c2026 i = array_index_nospec(kbs->kb_func, MAX_NR_FUNC); in vt_do_kdgkb_ioctl()