Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/tuners/
H A Dmt2063.c106 struct MT2063_ExclZone_t *freeZones; member
371 if (pAS_Info->freeZones != NULL) { in InsertNode()
373 pNode = pAS_Info->freeZones; in InsertNode()
374 pAS_Info->freeZones = pNode->next_; in InsertNode()
408 pNodeToRemove->next_ = pAS_Info->freeZones; in RemoveNode()
409 pAS_Info->freeZones = pNodeToRemove; in RemoveNode()
487 pAS_Info->freeZones = NULL; /* reset ptr */ in MT2063_ResetExclZones()