Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/ch34/drv/ch34/
H A DdrvCH34_v2.c81 CH34_INSTANT_PRIVATE* psCH34InstPri = NULL; in CH34Ioctl() local
82 UtopiaInstanceGetPrivate(pInstance, (void**)&psCH34InstPri); in CH34Ioctl()
90 ptr->bReturnValue = psCH34InstPri->fpCH34Init(); in CH34Ioctl()
96 … ptr->bReturnValue = psCH34InstPri->fpCH34SetMode(ptr->channel,ptr->videosys,ptr->audiosys); in CH34Ioctl()
104 ptr->bReturnValue = psCH34InstPri->fpCH34WriteTable(ptr->pTable); in CH34Ioctl()
112 ptr->bReturnValue = psCH34InstPri->fpCH34TurnOnOff(ptr->bOn); in CH34Ioctl()