Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/wscons/
H A Dlinux_keymap.c38 static const uint8_t linux_key_to_usb_map[] = { variable
183 if (code >= __arraycount(linux_key_to_usb_map)) in linux_key_to_usb()
185 return linux_key_to_usb_map[code]; in linux_key_to_usb()