Searched refs:handle_pre_irq (Results 1 – 3 of 3) sorted by relevance
264 .handle_pre_irq = max77620_irq_global_mask,
414 if (chip->handle_pre_irq) in regmap_irq_thread()415 chip->handle_pre_irq(chip->irq_drv_data); in regmap_irq_thread()
1604 int (*handle_pre_irq)(void *irq_drv_data); member