Searched refs:pckbd_encode (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/sys/dev/hpc/ |
H A D | pckbd_encode.h | 36 extern int pckbd_encode(u_int, int, u_char *);
|
H A D | pckbd_encode.c | 51 pckbd_encode(u_int type, int datain, u_char *dataout) in pckbd_encode() function
|
H A D | files.hpckbd | 30 file dev/hpc/pckbd_encode.c btnmgr | hpckbd | hpf1275a
|
H A D | hpf1275a_tty.c | 400 n = pckbd_encode(type, xtscan, data); in hpf1275a_input()
|
H A D | btnmgr.c | 242 n = pckbd_encode(evtype, button_config[id].keycode, in btnmgr_hook()
|
H A D | hpckbd.c | 440 n = pckbd_encode(type, key, data); in __hpckbd_input()
|
/netbsd-src/sys/arch/hpcarm/dev/ |
H A D | wzero3_keypad.c | 439 n = pckbd_encode(type, key, data); in wzero3keypad_poll1()
|
H A D | j720tp.c | 526 n = pckbd_encode(evtype, key, data); in j720tp_wskbd_input()
|