Searched refs:cbfunc (Results 1 – 4 of 4) sorted by relevance
136 void (*cbfunc)(void *, int), in dpu_hw_intr_dispatch_irq()188 if (cbfunc) in dpu_hw_intr_dispatch_irq()189 cbfunc(arg, irq_idx); in dpu_hw_intr_dispatch_irq()
89 void (*cbfunc)(void *arg, int irq_idx),
916 extern u8 mpt_register(MPT_CALLBACK cbfunc, MPT_DRIVER_CLASS dclass,
700 mpt_register(MPT_CALLBACK cbfunc, MPT_DRIVER_CLASS dclass, char *func_name) in mpt_register() argument711 MptCallbacks[cb_idx] = cbfunc; in mpt_register()