Searched refs:cntlrs (Results 1 – 2 of 2) sorted by relevance
24 struct I2cCntlr *cntlrs[I2C_BUS_MAX]; member72 if (manager->cntlrs[cntlr->busId] != NULL) { in I2cManagerAddCntlr()76 manager->cntlrs[cntlr->busId] = cntlr; in I2cManagerAddCntlr()102 if (manager->cntlrs[cntlr->busId] != cntlr) { in I2cManagerRemoveCntlr()105 manager->cntlrs[cntlr->busId] = NULL; in I2cManagerRemoveCntlr()133 cntlr = manager->cntlrs[number]; in I2cManagerFindCntlr()
20 struct I3cCntlr *cntlrs[I3C_CNTLR_MAX]; member354 if (manager->cntlrs[cntlr->busId] != NULL) { in I3cManagerAddCntlr()358 manager->cntlrs[cntlr->busId] = cntlr; in I3cManagerAddCntlr()384 if (manager->cntlrs[cntlr->busId] != cntlr) { in I3cManagerRemoveCntlr()387 manager->cntlrs[cntlr->busId] = NULL; in I3cManagerRemoveCntlr()412 cntlr = manager->cntlrs[number]; in I3cCntlrGet()