Searched refs:pPQArgs (Results 1 – 1 of 1) sorted by relevance
442 pstPQ_INIT pPQArgs = (pstPQ_INIT)pArgs; in PQIoctl() local443 psPQInstPri->fpPQ_Init(pInstance, pPQArgs->pstPQInitInfo); in PQIoctl()455 pstPQ_SetPowerState pPQArgs = (pstPQ_SetPowerState)pArgs; in PQIoctl() local456 pPQArgs->u32Ret = psPQInstPri->fpPQ_SetPowerState(pInstance, pPQArgs->enPowerState); in PQIoctl()462 pstPQ_GetIPNum pPQArgs = (pstPQ_GetIPNum)pArgs; in PQIoctl() local463 pPQArgs->u16Ret = psPQInstPri->fpPQ_GetIPNum(pInstance, pPQArgs->eWindow); in PQIoctl()468 pstPQ_GetTableNum pPQArgs = (pstPQ_GetTableNum)pArgs; in PQIoctl() local469 … pPQArgs->u16Ret = psPQInstPri->fpPQ_GetTableNum(pInstance, pPQArgs->eWindow, pPQArgs->u16PQIPIdx); in PQIoctl()475 pstPQ_GetCurrentTableIndex pPQArgs = (pstPQ_GetCurrentTableIndex)pArgs; in PQIoctl() local476 …pPQArgs->u16Ret = psPQInstPri->fpPQ_GetCurrentTableIndex(pInstance, pPQArgs->eWindow, pPQArgs->u16… in PQIoctl()[all …]