Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/tuners/
H A 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 …]
/openbmc/pldm/host-bmc/
H A Dhost_pdr_handler.cpp252 pldm_entity_node* pNode = nullptr; in mergeEntityAssociations() local
255 pNode = pldm_entity_association_tree_find_with_locality( in mergeEntityAssociations()
260 pNode = pldm_entity_association_tree_find_with_locality( in mergeEntityAssociations()
263 if (!pNode) in mergeEntityAssociations()
269 entityAssoc.push_back(pNode); in mergeEntityAssociations()
280 pNode, entityPdr->association_type, true, isUpdateContainerId, in mergeEntityAssociations()
/openbmc/u-boot/fs/jffs2/
H A Djffs2_1pass.c389 struct jffs2_unknown_node *pNode; in get_node_mem_nor() local
393 pNode = get_fl_mem_nor(off, 0, NULL); in get_node_mem_nor()
394 return (void *)get_fl_mem_nor(off, pNode->magic == JFFS2_MAGIC_BITMASK ? in get_node_mem_nor()
395 pNode->totlen : sizeof(*pNode), ext_buf); in get_node_mem_nor()