Searched refs:handle_post_irq (Results 1 – 5 of 5) sorted by relevance
286 chip->handle_post_irq = ws16c48_handle_post_irq; in ws16c48_probe()
319 .handle_post_irq = tps6594_handle_post_irq,
264 .handle_post_irq = max77620_irq_global_unmask,
505 if (chip->handle_post_irq) in regmap_irq_thread()506 chip->handle_post_irq(chip->irq_drv_data); in regmap_irq_thread()
1635 int (*handle_post_irq)(void *irq_drv_data); member