Home
last modified time | relevance | path

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

/drivers/media/tuners/
Dmt2063.c366 struct MT2063_ExclZone_t *pNode; in InsertNode() local
373 pNode = pAS_Info->freeZones; in InsertNode()
374 pAS_Info->freeZones = pNode->next_; in InsertNode()
377 pNode = &pAS_Info->MT2063_ExclZones[pAS_Info->nZones]; in InsertNode()
381 pNode->next_ = pPrevNode->next_; in InsertNode()
382 pPrevNode->next_ = pNode; in InsertNode()
385 pNode->next_ = pAS_Info->usedZones; in InsertNode()
386 pAS_Info->usedZones = pNode; in InsertNode()
390 return pNode; in InsertNode()
428 struct MT2063_ExclZone_t *pNode = pAS_Info->usedZones; in MT2063_AddExclZone() local
[all …]