Lines Matching refs:event
188 TP_HKEY_EV_BRGHT_CHANGED = 0x5010, /* backlight control event */
765 static void dispatch_acpi_notify(acpi_handle handle, u32 event, void *data)
775 ibm->acpi->notify(ibm, event);
1103 * WLSW (master wireless switch) is event-driven, and is common to all
1822 * ThinkPad firmware event model
1824 * The ThinkPad firmware has two main event interfaces: normal ACPI
1825 * notifications (which follow the ACPI standard), and a private event
1828 * The private event interface also issues events for the hotkeys. As
1829 * the driver gained features, the event handling code ended up being
1831 * to a more formal event API eventually.
1833 * Some "hotkeys" are actually supposed to be used as event reports,
2185 * Reads current event mask from firmware, and updates
2202 /* no mask support doesn't mean no event support... */
2255 * a given event.
2894 pr_err("hotkey_source_mask: failed to update the firmware event mask!\n");
3119 /* Issue rfkill input event for WLSW switch */
3702 "enabling firmware HKEY event interface...\n");
3886 /* HKEY event 0x1001 is scancode 0x00 */
4036 /* Thermal event - pass on to event handler */
4104 static void hotkey_notify(struct ibm_struct *ibm, u32 event)
4111 if (event != 0x80) {
4112 pr_err("unknown HKEY notification event %d\n", event);
4117 event, 0);
4123 pr_err("failed to retrieve HKEY event\n");
4193 pr_notice("unhandled HKEY event 0x%04x\n", hkey);
4194 pr_notice("please report the conditions when this event happened to %s\n",
4203 event, hkey);
4229 pr_err("error while attempting to reset the event firmware interface\n");
9960 * HKEY event callout for other subdrivers go here
9987 * through kbdlight_set_level() also triggers this event.
10770 * the HKEY event interface.