Home
last modified time | relevance | path

Searched refs:MDrv_MFE_ISR (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/
H A Dmdrv_mfe.c815 static irqreturn_t MDrv_MFE_ISR(int irq, void *dev_id ) in MDrv_MFE_ISR() function
834 result = request_irq(E_IRQ_MFE, MDrv_MFE_ISR, SA_INTERRUPT, "MFE_IRQ", NULL); in MFE_ISR_Enable()
861 static void MDrv_MFE_ISR(InterruptNum eIntNum) in MDrv_MFE_ISR() function
892 static void* MDrv_MFE_ISR( void *dev_id ) in MDrv_MFE_ISR() function
953 if (0 != pthread_create(&thread_info, &thrattr, MDrv_MFE_ISR, NULL)) { in MFE_ISR_Enable()
1092 if(MFE_ISR_Attach((InterruptNum)E_INT_IRQ_MFE,MDrv_MFE_ISR)==FALSE) in mfe_open_ISR()
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe_ex/
H A Dmadp_mfe_int.c121 void MDrv_MFE_ISR(InterruptNum eIntNum) in MDrv_MFE_ISR() function
158 MsOS_AttachInterrupt((InterruptNum)E_INT_IRQ_MFE,MDrv_MFE_ISR); in mfe_open_int()
H A Dmadp_mfe.c135 extern void MDrv_MFE_ISR(InterruptNum eIntNum);