Lines Matching defs:event
120 { KE_IGNORE, 0x82, }, /* backlight event */
126 * 'G key' generate two event codes, convert to only
127 * one event/key code for now, consider replacing by
136 static void topstar_input_notify(struct topstar_laptop *topstar, int event)
138 if (!sparse_keymap_report_event(topstar->input, event, 1, true))
139 pr_info("unknown event = 0x%02x\n", event);
235 static void topstar_acpi_notify(struct acpi_device *device, u32 event)
242 if (event == 0x83 || event == 0x84) {
243 dup = &dup_evnt[event - 0x83];
251 topstar_input_notify(topstar, event);