Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/gpd/api/gpd/
H A DapiGPD.c1901 GPD_SETGIFMODE_PARAM GIFMode; in MApi_GPD_SetGIFMode() local
1902 memset(&GIFMode , 0 ,sizeof(GPD_SETGIFMODE_PARAM)); in MApi_GPD_SetGIFMode()
1903 GIFMode.mode = mode; in MApi_GPD_SetGIFMode()
1905 if(UtopiaIoctl(pInstantGPD,MApi_CMD_GPD_SetGIFMode, (void*)(&GIFMode)) != UTOPIA_STATUS_SUCCESS) in MApi_GPD_SetGIFMode()