Searched refs:cbfunc (Results 1 – 4 of 4) sorted by relevance
141 void (*cbfunc)(void *arg, int irq_idx),
774 void (*cbfunc)(void *, int), in dpu_hw_intr_dispatch_irq()824 if (cbfunc) in dpu_hw_intr_dispatch_irq()825 cbfunc(arg, irq_idx); in dpu_hw_intr_dispatch_irq()
916 extern u8 mpt_register(MPT_CALLBACK cbfunc, MPT_DRIVER_CLASS dclass,
701 mpt_register(MPT_CALLBACK cbfunc, MPT_DRIVER_CLASS dclass, char *func_name) in mpt_register() argument712 MptCallbacks[cb_idx] = cbfunc; in mpt_register()