Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/utopia_adaption/dmx/
H A DDMX_adp.c253 PDMX_POWSTATE_PARAM pstPowerStateDes = NULL; in DMX_adp_Ioctl() local
343 pstPowerStateDes = (PDMX_POWSTATE_PARAM)buffer_arg; in DMX_adp_Ioctl()
349 pstPowerStateDes->u32FWAddr = 0; in DMX_adp_Ioctl()
350 CMP_CPY_FROM_USER((void*)&(pstPowerStateDes->u32FWAddr), ps8AdpSrc, LEN_MSPHY); in DMX_adp_Ioctl()
352 CMP_CPY_FROM_USER((void*)&(pstPowerStateDes->u32FWSize), ps8AdpSrc, LEN_U32_X1); in DMX_adp_Ioctl()
354 CMP_CPY_TO_USER(pArgs, (void*)&(pstPowerStateDes->u32Res), LEN_U32_X1); in DMX_adp_Ioctl()