Searched refs:handle_pre_irq (Results 1 – 4 of 4) sorted by relevance
285 chip->handle_pre_irq = ws16c48_handle_pre_irq; in ws16c48_probe()
344 if (chip->handle_pre_irq) in regmap_irq_thread()345 chip->handle_pre_irq(chip->irq_drv_data); in regmap_irq_thread()
263 .handle_pre_irq = max77620_irq_global_mask,
1635 int (*handle_pre_irq)(void *irq_drv_data); member