Searched refs:mchp_xec_ecia_set_callback_by_dev (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/include/zephyr/drivers/interrupt_controller/ |
D | intc_mchp_xec_ecia.h | 88 int mchp_xec_ecia_set_callback_by_dev(const struct device *dev_girq, int src,
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | intc_mchp_ecia_xec.c | 325 int mchp_xec_ecia_set_callback_by_dev(const struct device *dev_girq, int src, in mchp_xec_ecia_set_callback_by_dev() function 362 return mchp_xec_ecia_set_callback_by_dev(dev, src, cb, data); in mchp_xec_ecia_set_callback() 378 return mchp_xec_ecia_set_callback_by_dev(dev, src, cb, data); in mchp_xec_ecia_info_set_callback()
|