Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/tuners/
Dmt2063.c375 struct MT2063_ExclZone_t *pNode; in InsertNode() local
382 pNode = pAS_Info->freeZones; in InsertNode()
383 pAS_Info->freeZones = pNode->next_; in InsertNode()
386 pNode = &pAS_Info->MT2063_ExclZones[pAS_Info->nZones]; in InsertNode()
390 pNode->next_ = pPrevNode->next_; in InsertNode()
391 pPrevNode->next_ = pNode; in InsertNode()
394 pNode->next_ = pAS_Info->usedZones; in InsertNode()
395 pAS_Info->usedZones = pNode; in InsertNode()
399 return pNode; in InsertNode()
437 struct MT2063_ExclZone_t *pNode = pAS_Info->usedZones; in MT2063_AddExclZone() local
[all …]