Lines Matching refs:pChannelData
581 const DATA_PER_CHANNEL *pChannelData = pSrcStruct->pDataPerChannel; in ar5212FindValueInList() local
585 if (pChannelData->channelValue == channel) { in ar5212FindValueInList()
586 const uint16_t* pPcdac = pChannelData->PcdacValues; in ar5212FindValueInList()
589 for (j = 0; j < pChannelData->numPcdacValues; j++ ) { in ar5212FindValueInList()
591 *powerValue = pChannelData->PwrValues[j]; in ar5212FindValueInList()
597 pChannelData++; in ar5212FindValueInList()
611 const DATA_PER_CHANNEL *pChannelData = pSrcStruct->pDataPerChannel; in ar5212GetLowerUpperPcdacs() local
616 if (pChannelData->channelValue == channel) in ar5212GetLowerUpperPcdacs()
618 pChannelData++; in ar5212GetLowerUpperPcdacs()
620 ar5212GetLowerUpperValues(pcdac, pChannelData->PcdacValues, in ar5212GetLowerUpperPcdacs()
621 pChannelData->numPcdacValues, in ar5212GetLowerUpperPcdacs()