Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/netfilter/ipset/
H A Dip_set_hash_gen.h242 #undef HKEY
291 #define HKEY(data, initval, htable_bits) \ macro
709 key = HKEY(data, h->initval, htable_bits); in mtype_resize()
860 key = HKEY(value, h->initval, t->htable_bits); in mtype_add()
1053 key = HKEY(value, h->initval, t->htable_bits); in mtype_del()
1188 key = HKEY(d, h->initval, t->htable_bits); in mtype_test_cidrs()
1242 key = HKEY(d, h->initval, t->htable_bits); in mtype_test()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/laptops/
H A Dthinkpad-acpi.rst187 In a ThinkPad, the ACPI HKEY handler is responsible for communicating
193 The driver enables the HKEY ("hot key") event reporting automatically
196 The driver will report HKEY events in the following format::
198 ibm/hotkey HKEY 00000080 0000xxxx
361 user's choice. Refer to HKEY events 0x4003 and
527 SW_TABLET_MODE Tablet ThinkPads HKEY events 0x5009 and 0x500A
530 Non hotkey ACPI HKEY event map
1540 0x0008 HKEY event interface, hotkeys
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinconfig.c294 HKEY regkey = NULL; in winConfigKeyboard()