Lines Matching refs:next_
86 struct MT2063_ExclZone_t *next_; member
383 pAS_Info->freeZones = pNode->next_; in InsertNode()
390 pNode->next_ = pPrevNode->next_; in InsertNode()
391 pPrevNode->next_ = pNode; in InsertNode()
394 pNode->next_ = pAS_Info->usedZones; in InsertNode()
408 struct MT2063_ExclZone_t *pNext = pNodeToRemove->next_; in RemoveNode()
414 pPrevNode->next_ = pNext; in RemoveNode()
417 pNodeToRemove->next_ = pAS_Info->freeZones; in RemoveNode()
458 pNode = pNode->next_; in MT2063_AddExclZone()
474 pNext = pNode->next_; in MT2063_AddExclZone()
638 pNode = pNode->next_; in MT2063_ChooseFirstIF()