Searched refs:handle_pre_irq (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/gpio/
H A Dgpio-ws16c48.c285 chip->handle_pre_irq = ws16c48_handle_pre_irq;
/linux-master/drivers/base/regmap/
H A Dregmap-irq.c344 if (chip->handle_pre_irq)
345 chip->handle_pre_irq(chip->irq_drv_data);
/linux-master/drivers/mfd/
H A Dmax77620.c263 .handle_pre_irq = max77620_irq_global_mask,
/linux-master/include/linux/
H A Dregmap.h1584 * @handle_pre_irq: Driver specific callback to handle interrupt from device
1640 int (*handle_pre_irq)(void *irq_drv_data); member in struct:regmap_irq_chip

Completed in 152 milliseconds