Searched refs:mchp_xec_ecia_callback_t (Results  1 – 2 of 2) sorted by relevance
| /Zephyr-latest/include/zephyr/drivers/interrupt_controller/ | 
| D | intc_mchp_xec_ecia.h | 57 typedef void (*mchp_xec_ecia_callback_t) (int girq_id, int src, void *user);  typedef 68 			       mchp_xec_ecia_callback_t cb, void *data); 77 int mchp_xec_ecia_info_set_callback(int ecia_info, mchp_xec_ecia_callback_t cb, 89 				      mchp_xec_ecia_callback_t cb, void *data);
  | 
| /Zephyr-latest/drivers/interrupt_controller/ | 
| D | intc_mchp_ecia_xec.c | 67 	mchp_xec_ecia_callback_t cb; 326 				      mchp_xec_ecia_callback_t cb, void *data)  in mchp_xec_ecia_set_callback_by_dev() 358 			       mchp_xec_ecia_callback_t cb, void *data)  in mchp_xec_ecia_set_callback() 372 int mchp_xec_ecia_info_set_callback(int ecia_info, mchp_xec_ecia_callback_t cb,  in mchp_xec_ecia_info_set_callback()
  |