Lines Matching defs:event
49 void (*notify)(struct generic_sub_driver *sub_driver, u32 event);
148 static void dispatch_acpi_notify(acpi_handle handle, u32 event, void *data)
154 sub_driver->notify(sub_driver, event);
210 * Only if the firmware supports SW_LID event model, we can handle the
211 * event. This is for the consideration of development board without EC.
219 * the lid event will also be reported. The judgment of
223 * Input system will drop lid event when current lid event
457 * This hotkey driver handle backlight event when
465 pr_info("ACPI: enabling firmware HKEY event interface...\n");
470 static void event_notify(struct generic_sub_driver *sub_driver, u32 event)
475 scan_code = event & GENERIC_EVENT_CODE_MASK;
476 type = (event & GENERIC_EVENT_TYPE_MASK) >> GENERIC_EVENT_TYPE_OFF;