Lines Matching defs:bus
53 int16_t bus;
117 I2C_DUMPER_NAME_PREFIX, hi35xx->bus) < 0) {
163 unsigned long busId = (unsigned long)hi35xx->bus;
535 HDF_LOGI("%s: cntlr:%hd init done!", __func__, hi35xx->bus);
635 ret = drsOps->GetUint16(node, "bus", (uint16_t *)&hi35xx->bus, 0);
637 HDF_LOGE("%s: read bus fail!", __func__);
677 hi35xx->cntlr.busId = hi35xx->bus;
728 int16_t bus;
739 ret = drsOps->GetUint16(node, "bus", (uint16_t *)&bus, 0);
741 HDF_LOGE("%s: read bus fail!", __func__);
746 cntlr = I2cCntlrGet(bus);