Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DapiDMX_v2.c806 DMX_TSPParam tspparam; in MApi_DMX_Resume() local
811 tspparam.phyFWAddr = phyFWAddr; in MApi_DMX_Resume()
812 tspparam.u32FWSize = u32FWSize; in MApi_DMX_Resume()
813 tspparam.u32Res = 0; in MApi_DMX_Resume()
814 if (UtopiaIoctl(_pInstantDmx, MApi_CMD_DMX_Resume, (void*)&tspparam) != UTOPIA_STATUS_SUCCESS) in MApi_DMX_Resume()
820 if(tspparam.u32Res != (MS_U32)DMX_FILTER_STATUS_OK) in MApi_DMX_Resume()