Searched refs:cbfunc (Results 1 – 4 of 4) sorted by relevance
168 void (*cbfunc)(void *arg, int irq_idx),
798 void (*cbfunc)(void *, int), in dpu_hw_intr_dispatch_irq()848 if (cbfunc) in dpu_hw_intr_dispatch_irq()849 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()