Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/support/platform/src/i2c/
Di2c_core.c24 struct I2cCntlr *cntlrs[I2C_BUS_MAX]; member
72 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()
/drivers/hdf_core/framework/support/platform/src/i3c/
Di3c_core.c20 struct I3cCntlr *cntlrs[I3C_CNTLR_MAX]; member
354 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()