Home
last modified time | relevance | path

Searched refs:u32ISRType (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/vdec_v3/drv/hvd_v3/
H A DosalHVD_EX.c138 inline MS_BOOL OSAL_HVD_ISR_Disable(MS_U32 u32ISRType) in OSAL_HVD_ISR_Disable() argument
141 switch(u32ISRType) in OSAL_HVD_ISR_Disable()
164 inline MS_BOOL OSAL_HVD_ISR_Enable(MS_U32 u32ISRType) in OSAL_HVD_ISR_Enable() argument
167 switch(u32ISRType) in OSAL_HVD_ISR_Enable()
191 inline MS_BOOL OSAL_HVD_ISR_Attach(MS_U32 u32ISRType, void* pfnISRCB) in OSAL_HVD_ISR_Attach() argument
194 switch(u32ISRType) in OSAL_HVD_ISR_Attach()
218 inline MS_BOOL OSAL_HVD_ISR_Detach(MS_U32 u32ISRType) in OSAL_HVD_ISR_Detach() argument
221 switch(u32ISRType) in OSAL_HVD_ISR_Detach()
H A DosalHVD_EX.h120 MS_BOOL OSAL_HVD_ISR_Attach(MS_U32 u32ISRType, void* pfnISRCB);
121 MS_BOOL OSAL_HVD_ISR_Detach(MS_U32 u32ISRType);
122 MS_BOOL OSAL_HVD_ISR_Enable(MS_U32 u32ISRType);
123 MS_BOOL OSAL_HVD_ISR_Disable(MS_U32 u32ISRType);