Searched refs:i2c_count (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/dev/bus/platform/
H A Dplatform-proxy-device.cpp597 uint32_t i2c_count = info.i2c_channel_count; local
598 if (i2c_count > 0) {
599 i2c_ctxs_.reset(new (&ac) I2cCtx[i2c_count], i2c_count);
604 for (uint32_t i = 0; i < i2c_count; i++) {

Completed in 70 milliseconds