Home
last modified time | relevance | path

Searched refs:preflow_handler (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
Dirqdesc.h54 irq_preflow_handler_t preflow_handler; member
213 desc->preflow_handler = handler; in __irq_set_preflow_handler()
/linux-4.1.27/kernel/irq/
Dchip.c467 static inline void preflow_handler(struct irq_desc *desc) in preflow_handler() function
469 if (desc->preflow_handler) in preflow_handler()
470 desc->preflow_handler(&desc->irq_data); in preflow_handler()
473 static inline void preflow_handler(struct irq_desc *desc) { } in preflow_handler() function
533 preflow_handler(desc); in handle_fasteoi_irq()
/linux-4.1.27/drivers/pinctrl/
Dpinctrl-adi2.c524 static inline void preflow_handler(struct irq_desc *desc) in preflow_handler() function
526 if (desc->preflow_handler) in preflow_handler()
527 desc->preflow_handler(&desc->irq_data); in preflow_handler()
530 static inline void preflow_handler(struct irq_desc *desc) { } in preflow_handler() function
544 preflow_handler(desc); in adi_gpio_handle_pint_irq()