Searched refs:eSet (Results 1 – 8 of 8) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/dmx/utopia_adaption/dmx/ |
| H A D | DMX_adp.c | 1362 pstTsioDoutDes->eSet = (TSIO_DMAOUT_SET *)buffer_array0; in DMX_adp_Ioctl() 1373 … CPY_FROM_USER((void*)buffer_array0, (void*)pstTsioDoutDes->eSet, sizeof(TSIO_DMAOUT_SET)); in DMX_adp_Ioctl() 1374 pstTsioDoutDes->eSet = (TSIO_DMAOUT_SET*)buffer_array0; in DMX_adp_Ioctl() 1389 pstTsioDinDes->eSet = (TSIO_DMAIN_SET *)buffer_array0; in DMX_adp_Ioctl() 1400 … CPY_FROM_USER((void*)buffer_array0, (void*)pstTsioDinDes->eSet, sizeof(TSIO_DMAIN_SET)); in DMX_adp_Ioctl() 1401 pstTsioDinDes->eSet = (TSIO_DMAIN_SET*)buffer_array0; in DMX_adp_Ioctl() 1411 pstTsioLocDes->eSet = (TSIO_LOCKEY_SET *)buffer_array0; in DMX_adp_Ioctl() 1412 pstTsioLocDes->eSet->u8Evenkey = (MS_U8 *)buffer_array1; in DMX_adp_Ioctl() 1413 pstTsioLocDes->eSet->u8Oddkey = (MS_U8 *)buffer_array2; in DMX_adp_Ioctl() 1418 … CMP_CPY_FROM_USER((void *)&(pstTsioLocDes->eSet->bEnable), u32NextPtr, sizeof(MS_BOOL)); in DMX_adp_Ioctl() [all …]
|
| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | apiDMX_tsio_v2.h | 125 TSIO_DMAOUT_SET* eSet; member 161 TSIO_DMAIN_SET* eSet; member 175 TSIO_LOCKEY_SET* eSet; member
|
| H A D | apiDMX_tsio.h | 307 …LTER_STATUS SYMBOL_WEAK MApi_DMX_TSIO_Service_SetDMAoutVC(MS_U16 u16Handle, TSIO_DMAOUT_SET *eSet); 353 …FILTER_STATUS SYMBOL_WEAK MApi_DMX_TSIO_Service_SetDMAinVC(MS_U16 u16Handle, TSIO_DMAIN_SET *eSet); 371 …TER_STATUS SYMBOL_WEAK MApi_DMX_TSIO_Service_SetLocdecKey(MS_U16 u16Handle, TSIO_LOCKEY_SET *eSet);
|
| /utopia/UTPA2-700.0.x/modules/dmx/api/dmx/ |
| H A D | apiDMX_private.h | 399 …f DMX_FILTER_STATUS (*IOCTL_DMX_TSIO_Service_SetDMAoutVC)(MS_U16 u16Handle, TSIO_DMAOUT_SET *eSet); 402 …def DMX_FILTER_STATUS (*IOCTL_DMX_TSIO_Service_SetDMAinVC)(MS_U16 u16Handle, TSIO_DMAIN_SET *eSet); 404 … DMX_FILTER_STATUS (*IOCTL_DMX_TSIO_Service_SetLocdecKey)(MS_U16 u16Handle, TSIO_LOCKEY_SET *eSet); 908 DMX_FILTER_STATUS _MApi_DMX_TSIO_Service_SetDMAoutVC(MS_U16 u16Handle, TSIO_DMAOUT_SET *eSet); 911 DMX_FILTER_STATUS _MApi_DMX_TSIO_Service_SetDMAinVC(MS_U16 u16Handle, TSIO_DMAIN_SET *eSet); 913 DMX_FILTER_STATUS _MApi_DMX_TSIO_Service_SetLocdecKey(MS_U16 u16Handle, TSIO_LOCKEY_SET *eSet);
|
| H A D | apiDMX_v2.c | 7977 DMX_FILTER_STATUS MApi_DMX_TSIO_Service_SetDMAoutVC(MS_U16 u16Handle, TSIO_DMAOUT_SET *eSet) in MApi_DMX_TSIO_Service_SetDMAoutVC() argument 7989 param.eSet = eSet; in MApi_DMX_TSIO_Service_SetDMAoutVC() 8004 return _MApi_DMX_TSIO_Service_SetDMAoutVC(u16Handle, eSet); in MApi_DMX_TSIO_Service_SetDMAoutVC() 8073 DMX_FILTER_STATUS MApi_DMX_TSIO_Service_SetDMAinVC(MS_U16 u16Handle, TSIO_DMAIN_SET *eSet) in MApi_DMX_TSIO_Service_SetDMAinVC() argument 8085 param.eSet = eSet; in MApi_DMX_TSIO_Service_SetDMAinVC() 8100 return _MApi_DMX_TSIO_Service_SetSgdmaInVC(u16Handle, eSet); in MApi_DMX_TSIO_Service_SetDMAinVC() 8137 DMX_FILTER_STATUS MApi_DMX_TSIO_Service_SetLocdecKey(MS_U16 u16Handle, TSIO_LOCKEY_SET *eSet) in MApi_DMX_TSIO_Service_SetLocdecKey() argument 8149 param.eSet = eSet; in MApi_DMX_TSIO_Service_SetLocdecKey() 8164 return _MApi_DMX_TSIO_Service_SetLocdecKey(u16Handle, eSet); in MApi_DMX_TSIO_Service_SetLocdecKey()
|
| H A D | apiDMX.c | 13049 DMX_FILTER_STATUS _MApi_DMX_TSIO_Service_SetDMAoutVC(MS_U16 u16Handle, TSIO_DMAOUT_SET *eSet) 13053 if (MDrv_TSIO_Service_SetDMAoutVC(u16Handle, (DRVTSIO_DMAOUT_SET*)eSet)!= DRVTSIO_OK) 13139 DMX_FILTER_STATUS _MApi_DMX_TSIO_Service_SetDMAinVC(MS_U16 u16Handle, TSIO_DMAIN_SET *eSet) 13143 if (MDrv_TSIO_Service_SetDMAinVC(u16Handle, (DRVTSIO_DMAIN_SET*)eSet)!= DRVTSIO_OK) 13189 DMX_FILTER_STATUS _MApi_DMX_TSIO_Service_SetLocdecKey(MS_U16 u16Handle, TSIO_LOCKEY_SET *eSet) 13193 if (eSet->bEvenkeyenable && 13194 …MDrv_TSIO_Service_SetLocdecKey(u16Handle, eSet->u8Evenkey, eSet->u16Evenkeylen, FALSE)!= DRVTSIO_O… 13199 if (eSet->bOddkeyenable && 13200 … MDrv_TSIO_Service_SetLocdecKey(u16Handle, eSet->u8Oddkey, eSet->u16Oddkeylen, TRUE)!= DRVTSIO_OK)
|
| H A D | mapiDMX.c | 1863 …(MS_U32)psDmxInstPri->fpDMXTSIOServiceSetDMAoutVC(pstSerDMAoutVC->u16Handle, pstSerDMAoutVC->eSet); in DMXIoctl() 1881 … = (MS_U32)psDmxInstPri->fpDMXTSIOServiceSetDMAinVC(pstSerDMAinVC->u16Handle, pstSerDMAinVC->eSet); in DMXIoctl() 1893 …_U32)psDmxInstPri->fpDMXTSIOServiceSetLocdecKey(pstSerLocdecKey->u16Handle, pstSerLocdecKey->eSet); in DMXIoctl()
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | preprocess.txt | 39460 TSIO_DMAOUT_SET* eSet; 39496 TSIO_DMAIN_SET* eSet; 39510 TSIO_LOCKEY_SET* eSet; 82423 …LTER_STATUS SYMBOL_WEAK MApi_DMX_TSIO_Service_SetDMAoutVC(MS_U16 u16Handle, TSIO_DMAOUT_SET *eSet); 82433 …FILTER_STATUS SYMBOL_WEAK MApi_DMX_TSIO_Service_SetDMAinVC(MS_U16 u16Handle, TSIO_DMAIN_SET *eSet); 82437 …TER_STATUS SYMBOL_WEAK MApi_DMX_TSIO_Service_SetLocdecKey(MS_U16 u16Handle, TSIO_LOCKEY_SET *eSet);
|