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

/fuchsia/zircon/system/dev/i2c/dw-i2c/
H A Ddw-i2c.c41 size_t i2c_dev_count; member in struct:__anon378
179 if (bus_id >= i2c->i2c_dev_count) {
225 return i2c->i2c_dev_count;
479 i2c->i2c_dev_count = info.mmio_count;
481 for (uint32_t i = 0; i < i2c->i2c_dev_count; i++) {

Completed in 74 milliseconds