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

/fuchsia/zircon/system/ulib/ddktl/include/ddktl/protocol/
H A Di2c-impl.h50 ops_.get_bus_count = I2cImplGetBusCount;
65 static uint32_t I2cImplGetBusCount(void* ctx) { function in class:ddk::I2cImplProtocol
66 return static_cast<D*>(ctx)->I2cImplGetBusCount();
H A Di2c-impl-internal.h12 DECLARE_HAS_MEMBER_FN_WITH_SIGNATURE(has_i2c_impl_get_bus_count, I2cImplGetBusCount,
25 "I2cImplGetBusCount()");
/fuchsia/zircon/system/dev/i2c/imx-i2c/
H A Dimx-i2c.h34 uint32_t I2cImplGetBusCount();
H A Dimx-i2c.cpp33 uint32_t ImxI2cDevice::I2cImplGetBusCount() { function in class:imx_i2c::ImxI2cDevice

Completed in 26 milliseconds