Lines Matching refs:x_connection

616 EMMFLT_RESULT MDrv_EMMFLT_SetDstBufInfo(MS_U32 x_connection, MS_U32 u32BufAddr, MS_U32 u32BufSize)  in MDrv_EMMFLT_SetDstBufInfo()  argument
618 HAL_EMMFLT_SetDstBufInfo(x_connection,u32BufAddr,u32BufSize,_gHWEMMBufAddr[x_connection]); in MDrv_EMMFLT_SetDstBufInfo()
690 EMMFLT_RESULT MDrv_EMMFLT_StopEmm(MS_U32 x_connection) in MDrv_EMMFLT_StopEmm() argument
693 DRVEMM_DBG(EMM_DBGLV_INFO,"MDrv_EMMFLT_StopEmm, x_connection = %x\n",x_connection); in MDrv_EMMFLT_StopEmm()
694 HAL_EMMFLT_DisableEMM(x_connection); in MDrv_EMMFLT_StopEmm()
759 EMMFLT_RESULT MDrv_EMMFLT_SetOutputType(MS_U32 x_connection, EMM_OUTTYPE_e eOutType) in MDrv_EMMFLT_SetOutputType() argument
761 …DBGLV_INFO,"[%s]-[%d], conn = %x, OutType = %d\n", __FUNCTION__, __LINE__, x_connection, eOutType); in MDrv_EMMFLT_SetOutputType()
762 HAL_EMMFLT_SetOutputType(x_connection, eOutType); in MDrv_EMMFLT_SetOutputType()
766 EMMFLT_RESULT MDrv_EMMFLT_SrcSelect(MS_U32 x_connection, MS_U32 u32SrcFrom, EMM_SRCTYPE_e eSrcType) in MDrv_EMMFLT_SrcSelect() argument
768 … conn = %x, u32SrcFrom = %x, SrcType = %d\n", __FUNCTION__, __LINE__, x_connection, u32SrcFrom,eSr… in MDrv_EMMFLT_SrcSelect()
769 HAL_EMMFLT_SrcSelect(x_connection, u32SrcFrom, eSrcType); in MDrv_EMMFLT_SrcSelect()
779 EMMFLT_RESULT MDrv_EMMFLT_SetExtendConfig(MS_U32 x_connection, MS_U16 type, MS_U16 extendbytes, MS_… in MDrv_EMMFLT_SetExtendConfig() argument
782 printf("MDrv_EMMFLT_SetExtendConfig, x_connection = %x\n",x_connection); in MDrv_EMMFLT_SetExtendConfig()
783 HAL_EMMFLT_SetExtendConfig(x_connection, type, extendbytes, syncbyte); in MDrv_EMMFLT_SetExtendConfig()
788 EMMFLT_RESULT MDrv_EMMFLT_InputMode(MS_U32 x_connection, MS_BOOL bSerial) in MDrv_EMMFLT_InputMode() argument
790 …_DBGLV_INFO,"[%s]-[%d], conn = %x, bSerial = %d\n", __FUNCTION__, __LINE__, x_connection, bSerial); in MDrv_EMMFLT_InputMode()
791 return HAL_EMMFLT_InputMode(x_connection, bSerial); in MDrv_EMMFLT_InputMode()