Searched refs:handle_post_irq (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpio/
H A Dgpio-ws16c48.c286 chip->handle_post_irq = ws16c48_handle_post_irq;
/linux-master/drivers/mfd/
H A Dtps6594-core.c319 .handle_post_irq = tps6594_handle_post_irq,
H A Dmax77620.c264 .handle_post_irq = max77620_irq_global_unmask,
/linux-master/drivers/base/regmap/
H A Dregmap-irq.c505 if (chip->handle_post_irq)
506 chip->handle_post_irq(chip->irq_drv_data);
/linux-master/include/linux/
H A Dregmap.h1586 * @handle_post_irq: Driver specific callback to handle interrupt from device
1641 int (*handle_post_irq)(void *irq_drv_data); member in struct:regmap_irq_chip

Completed in 280 milliseconds