Home
last modified time | relevance | path

Searched refs:handle_post_irq (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/gpio/
H A Dgpio-ws16c48.c286 chip->handle_post_irq = ws16c48_handle_post_irq; in ws16c48_probe()
/linux-6.15/drivers/mfd/
H A Dtps6594-core.c469 .handle_post_irq = tps6594_handle_post_irq,
481 .handle_post_irq = tps6594_handle_post_irq,
H A Dmax77620.c265 .handle_post_irq = max77620_irq_global_unmask,
/linux-6.15/drivers/power/supply/
H A Dmax77705_charger.c67 .handle_post_irq = max77705_chgin_irq,
/linux-6.15/drivers/base/regmap/
H A Dregmap-irq.c502 if (chip->handle_post_irq) in regmap_irq_thread()
503 chip->handle_post_irq(chip->irq_drv_data); in regmap_irq_thread()
/linux-6.15/include/linux/
H A Dregmap.h1722 int (*handle_post_irq)(void *irq_drv_data); member
/linux-6.15/sound/soc/codecs/
H A Dwcd937x.c238 .handle_post_irq = wcd937x_handle_post_irq,