Lines Matching defs:handler
50 * struct acpi_gpio_event - ACPI GPIO event handler data
54 * @handler: handler function to pass to request_irq() when requesting the IRQ
65 irq_handler_t handler;
121 * late_initcall_sync() handler, so that other builtin drivers can register their
258 ret = request_threaded_irq(event->irq, NULL, event->handler,
261 dev_err(parent, "Failed to setup interrupt handler for %d\n", event->irq);
276 event->handler(event->irq, event);
414 irq_handler_t handler = NULL;
431 handler = acpi_gpio_irq_handler;
433 if (!handler) {
435 handler = acpi_gpio_irq_handler_evt;
437 if (!handler)
495 event->handler = handler;
519 * chip's interrupt handler. acpi_gpiochip_request_interrupts() finds out which
1237 "Failed to install GPIO OpRegion handler\n");
1251 "Failed to remove GPIO OpRegion handler\n");
1514 * The Minix Neo Z83-4 has a micro-USB-B id-pin handler for
1528 * The Terra Pad 1061 has a micro-USB-B id-pin handler, which
1545 * event handler on INT33FFC:02 pin 12, causing spurious wakeups.
1559 * event handler on INT33FF:01 pin 0, causing spurious wakeups.
1580 * event handler on INT33FC:02 pin 28, causing spurious wakeups.
1595 * event handler on INT33FF:01 pin 0, causing spurious wakeups.
1661 * a "dolby" button. At the ACPI level an _AEI event-handler
1668 * Ignore the _AEI handler for the pin, so that it is not busy.