Home
last modified time | relevance | path

Searched refs:linux_key_to_usb (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/wscons/
H A Dlinux_keymap.h34 uint8_t linux_key_to_usb(u_int);
H A Dlinux_keymap.c181 linux_key_to_usb(u_int code) in linux_key_to_usb() function
/netbsd-src/sys/dev/fdt/
H A Dgpiokeys.c212 key->key_usbcode = linux_key_to_usb(code); in gpiokeys_attach()
/netbsd-src/sys/dev/i2c/
H A Dtcakp.c181 int key = linux_key_to_usb(sc->sc_keymap[index]); in tcakp_softintr()