Searched refs:handle_post_irq (Results 1 – 4 of 4) sorted by relevance
228 .handle_post_irq = mt6360_pmu_handle_post_irq,
265 .handle_post_irq = max77620_irq_global_unmask,
533 if (chip->handle_post_irq) in regmap_irq_thread()534 chip->handle_post_irq(chip->irq_drv_data); in regmap_irq_thread()
1423 int (*handle_post_irq)(void *irq_drv_data); member