Home
last modified time | relevance | path

Searched refs:handle_post_irq (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/mfd/
Dmt6360-core.c228 .handle_post_irq = mt6360_pmu_handle_post_irq,
Dmax77620.c265 .handle_post_irq = max77620_irq_global_unmask,
/kernel/linux/linux-5.10/drivers/base/regmap/
Dregmap-irq.c533 if (chip->handle_post_irq) in regmap_irq_thread()
534 chip->handle_post_irq(chip->irq_drv_data); in regmap_irq_thread()
/kernel/linux/linux-5.10/include/linux/
Dregmap.h1423 int (*handle_post_irq)(void *irq_drv_data); member