Lines Matching refs:entry
50 static void __iomem *bios_entry_point; /* BIOS routine entry point */
101 printk(KERN_ERR "wistron_btns: BIOS entry point not found\n");
108 "wistron_btns: BIOS signature found at %p, entry point %08X\n",
1181 struct key_entry *entry)
1183 switch (entry->type) {
1188 entry->type = KE_KEY;
1189 entry->keycode = KEY_WLAN;
1195 entry->type = KE_KEY;
1196 entry->keycode = KEY_BLUETOOTH;
1201 if (entry->code & FE_UNTESTED)