Home
last modified time | relevance | path

Searched refs:MApi_XC_InterruptAttach (Results 1 – 10 of 10) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DapiXC.h3759 MS_BOOL MApi_XC_InterruptAttach(SC_INT_SRC enIntNum, SC_InterruptCb pIntCb, void * pParam);
/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiXC.h5065 MS_BOOL MApi_XC_InterruptAttach(SC_INT_SRC enIntNum, SC_InterruptCb pIntCb, void * pParam);
/utopia/UTPA2-700.0.x/projects/build/Ksym/
H A DKsym.c423 EXPORT_SYMBOL(MApi_XC_InterruptAttach);
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_ip.c3819 MS_BOOL MApi_XC_InterruptAttach(SC_INT_SRC eIntNum, SC_InterruptCb pIntCb, void * pParam) in MApi_XC_InterruptAttach() function
/utopia/UTPA2-700.0.x/projects/build/
H A Dnm_symbol.txt2497 EXPORT_SYMBOL(MApi_XC_InterruptAttach);
H A Dapi_with_header_file.csv2068 ,,MApi_XC_InterruptAttach,apiXC.h,1,1,1,1,1,1
H A DDatabase.csv2371 ,,MApi_XC_InterruptAttach,apiXC.h,1,1,1,1,1,1,1
H A Dpreprocess.txt4614 MS_BOOL MApi_XC_InterruptAttach(SC_INT_SRC enIntNum, SC_InterruptCb pIntCb, void * pParam);
/utopia/UTPA2-700.0.x/modules/xc/api/xc/
H A DapiXC_v2.c1778 …(fpXC_InterruptAttach,(IOCTL_XC_INTERRUPTATTACH)MApi_XC_InterruptAttach_U2,MApi_XC_InterruptAttach) in XC_U1_U2_RELATION()
/utopia/UTPA2-700.0.x/modules/dms/drv/dms_dipgop/
H A DdrvDMS.c5971 MApi_XC_InterruptAttach(SC_INT_VSINT, _DMS_EmbedXCISR, NULL); in _MDrv_DMS_Init()