Home
last modified time | relevance | path

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

/src/sys/dev/hid/
H A Dhkbd.c860 static const uint16_t apple_pages[] = { in hkbd_parse_hid() local
866 for (int i = 0; i < (int)nitems(apple_pages); i++) { in hkbd_parse_hid()
868 HID_USAGE2(apple_pages[i], 0x0003), in hkbd_parse_hid()
874 apple_pages[i]); in hkbd_parse_hid()
/src/sys/dev/usb/input/
H A Dukbd.c1122 static const uint16_t apple_pages[] = { in ukbd_parse_hid() local
1128 for (int i = 0; i < (int)nitems(apple_pages); i++) { in ukbd_parse_hid()
1130 HID_USAGE2(apple_pages[i], 0x0003), in ukbd_parse_hid()
1136 apple_pages[i]); in ukbd_parse_hid()