Lines Matching refs:pStatusArgs
735 DSCMB_CONNECTSTATUS* pStatusArgs = (DSCMB_CONNECTSTATUS*)pu32Args; in DSCMBIoctl() local
736 if(TRUE == _MDrv_DSCMB2_GetConnectStatus (pStatusArgs->u32EngId, in DSCMBIoctl()
737 pStatusArgs->u32DscmbId, in DSCMBIoctl()
738 pStatusArgs->u32DmxFltId)) in DSCMBIoctl()
748 DSCMB_CAPVR_FLOWSET* pStatusArgs = (DSCMB_CAPVR_FLOWSET*)pu32Args; in DSCMBIoctl() local
749 if(TRUE == _MDrv_DSCMB2_CAPVR_FlowSet (pStatusArgs->u32EngId, in DSCMBIoctl()
750 pStatusArgs->eCaMode, in DSCMBIoctl()
751 pStatusArgs->ePvrSrcTsif)) in DSCMBIoctl()
761 DSCMB_DUALPATH* pStatusArgs = (DSCMB_DUALPATH*)pu32Args; in DSCMBIoctl() local
762 if(TRUE == _MDrv_DSCMB2_DualPath_Enable (pStatusArgs->u32EngId, in DSCMBIoctl()
763 pStatusArgs->u32DmxFltId)) in DSCMBIoctl()
773 DSCMB_DUALPATH* pStatusArgs = (DSCMB_DUALPATH*)pu32Args; in DSCMBIoctl() local
774 if(TRUE == _MDrv_DSCMB2_DualPath_Disable (pStatusArgs->u32EngId, in DSCMBIoctl()
775 pStatusArgs->u32DmxFltId)) in DSCMBIoctl()
785 DSCMB_ENGIV_EX* pStatusArgs = (DSCMB_ENGIV_EX*)pu32Args; in DSCMBIoctl() local
786 if(TRUE == _MDrv_DSCMB2_EngSetIV_Ex (pStatusArgs->u32EngId, in DSCMBIoctl()
787 pStatusArgs->u32DscmbId, in DSCMBIoctl()
788 pStatusArgs->eEngType, in DSCMBIoctl()
789 pStatusArgs->eKeyType, in DSCMBIoctl()
790 pStatusArgs->pu8IV)) in DSCMBIoctl()