handle_pre_irq    365 drivers/base/regmap/regmap-irq.c 	if (chip->handle_pre_irq)
handle_pre_irq    366 drivers/base/regmap/regmap-irq.c 		chip->handle_pre_irq(chip->irq_drv_data);
handle_pre_irq    263 drivers/mfd/max77620.c 	.handle_pre_irq = max77620_irq_global_mask,
handle_pre_irq   1258 include/linux/regmap.h 	int (*handle_pre_irq)(void *irq_drv_data);