Lines Matching full:handler
17 irq_handler_t handler, unsigned long irqflags,
22 * um_request_irq_tt - request an IRQ with timetravel handler
27 * @handler: the (generic style) IRQ handler
30 * @dev_id: data pointer to pass to the IRQ handler
31 * @timetravel_handler: the timetravel interrupt handler, invoked with the IRQ
36 * Note that the timetravel handler is invoked only if the time_travel_mode is
46 * it to pass such a message to the @handler in whichever way it can.
49 * not be invoked at all and the @handler must handle the FD becoming
56 irq_handler_t handler, unsigned long irqflags,
63 irq_handler_t handler, unsigned long irqflags, in um_request_irq_tt() argument
68 return um_request_irq(irq, fd, type, handler, irqflags, in um_request_irq_tt()