Lines Matching refs:next_
77 struct MT2063_ExclZone_t *next_; member
374 pAS_Info->freeZones = pNode->next_; in InsertNode()
381 pNode->next_ = pPrevNode->next_; in InsertNode()
382 pPrevNode->next_ = pNode; in InsertNode()
385 pNode->next_ = pAS_Info->usedZones; in InsertNode()
399 struct MT2063_ExclZone_t *pNext = pNodeToRemove->next_; in RemoveNode()
405 pPrevNode->next_ = pNext; in RemoveNode()
408 pNodeToRemove->next_ = pAS_Info->freeZones; in RemoveNode()
449 pNode = pNode->next_; in MT2063_AddExclZone()
465 pNext = pNode->next_; in MT2063_AddExclZone()
629 pNode = pNode->next_; in MT2063_ChooseFirstIF()