Searched refs:h_Arg (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/ncsw/inc/ |
H A D | xx_ext.h | 447 void (*f_TimerExpired)(t_Handle h_Arg), 448 t_Handle h_Arg); 789 t_Handle h_Arg);
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/MACSEC/ |
H A D | fm_macsec.h | 173 void (*f_Isr) (t_Handle h_Arg, uint32_t id), 174 t_Handle h_Arg);
|
H A D | fm_macsec_master.c | 63 static void UnimplementedIsr(t_Handle h_Arg, uint32_t id) in UnimplementedIsr() argument 65 UNUSED(h_Arg); UNUSED(id); in UnimplementedIsr() 449 void (*f_Isr) (t_Handle h_Arg, uint32_t id), in FmMacsecRegisterIntr() argument 450 t_Handle h_Arg) in FmMacsecRegisterIntr() 461 p_FmMacsec->intrMng[event].h_SrcHandle = h_Arg; in FmMacsecRegisterIntr()
|
H A D | fm_macsec_master.h | 435 void (*f_Isr) (t_Handle h_Arg, uint32_t id);
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/ |
H A D | fm_common.h | 602 void (*f_Isr) (t_Handle h_Arg); 834 void (*f_Isr) (t_Handle h_Arg), 835 t_Handle h_Arg); 1155 …Handle h_Fm, uint8_t eventRegId, void (*f_Isr) (t_Handle h_Fm, uint32_t event), t_Handle h_Arg);
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/ |
H A D | fm_ncsw.c | 370 static void UnimplementedIsr(t_Handle h_Arg) in UnimplementedIsr() argument 372 UNUSED(h_Arg); in UnimplementedIsr() 377 static void UnimplementedFmanCtrlIsr(t_Handle h_Arg, uint32_t event) in UnimplementedFmanCtrlIsr() argument 379 UNUSED(h_Arg); UNUSED(event); in UnimplementedFmanCtrlIsr() 1758 void (*f_Isr) (t_Handle h_Arg), in FmRegisterIntr() argument 1759 t_Handle h_Arg) in FmRegisterIntr() 1771 p_Fm->intrMng[event].h_SrcHandle = h_Arg; in FmRegisterIntr() 1818 …Handle h_Fm, uint8_t eventRegId, void (*f_Isr) (t_Handle h_Arg, uint32_t event), t_Handle h_Arg) in FmRegisterFmanCtrlIntr() argument 1831 p_Fm->fmanCtrlIntr[eventRegId].h_SrcHandle = h_Arg; in FmRegisterFmanCtrlIntr()
|
H A D | fm.h | 514 void (*f_Isr) (t_Handle h_Arg, uint32_t event);
|
/freebsd/sys/contrib/ncsw/user/env/ |
H A D | xx.c | 589 uint32_t *p_ReplyLength, t_IpcMsgCompletion *f_Completion, t_Handle h_Arg) in XX_IpcSendMessage() argument
|
/freebsd/sys/contrib/ncsw/Peripherals/QM/ |
H A D | fsl_qman.h | 977 typedef void (*qman_cb_mr)(t_Handle h_Arg,
|