Lines Matching refs:event

205 	TP_HKEY_EV_BRGHT_CHANGED	= 0x5010, /* backlight control event */
786 static void dispatch_acpi_notify(acpi_handle handle, u32 event, void *data)
796 ibm->acpi->notify(ibm, event);
1029 * WLSW (master wireless switch) is event-driven, and is common to all
1698 * ThinkPad firmware event model
1700 * The ThinkPad firmware has two main event interfaces: normal ACPI
1701 * notifications (which follow the ACPI standard), and a private event
1704 * The private event interface also issues events for the hotkeys. As
1705 * the driver gained features, the event handling code ended up being
1707 * to a more formal event API eventually.
1709 * Some "hotkeys" are actually supposed to be used as event reports,
2059 * Reads current event mask from firmware, and updates
2076 /* no mask support doesn't mean no event support... */
2129 * a given event.
2771 pr_err("hotkey_source_mask: failed to update the firmware event mask!\n");
3025 /* Issue rfkill input event for WLSW switch */
3568 "enabling firmware HKEY event interface...\n");
3770 /* HKEY event 0x1001 is scancode 0x00 */
3928 /* Thermal event - pass on to event handler */
3983 /* palm detected - pass on to event handler */
3996 static void hotkey_notify(struct ibm_struct *ibm, u32 event)
4003 if (event != 0x80) {
4004 pr_err("unknown HKEY notification event %d\n", event);
4009 event, 0);
4015 pr_err("failed to retrieve HKEY event\n");
4085 pr_notice("unhandled HKEY event 0x%04x\n", hkey);
4086 pr_notice("please report the conditions when this event happened to %s\n",
4095 event, hkey);
4122 pr_err("error while attempting to reset the event firmware interface\n");
10971 * HKEY event callout for other subdrivers go here
10998 * through kbdlight_set_level() also triggers this event.
11818 * the HKEY event interface.