Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/tuners/
Dmt2063.c372 *pAS_Info, in InsertNode()
380 if (pAS_Info->freeZones != NULL) { in InsertNode()
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()
394 pNode->next_ = pAS_Info->usedZones; in InsertNode()
395 pAS_Info->usedZones = pNode; in InsertNode()
398 pAS_Info->nZones++; in InsertNode()
403 *pAS_Info, in RemoveNode()
417 pNodeToRemove->next_ = pAS_Info->freeZones; in RemoveNode()
[all …]