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

/fuchsia/zircon/system/ulib/ddktl/include/ddktl/protocol/
H A Di2c-internal.h16 DECLARE_HAS_MEMBER_FN_WITH_SIGNATURE(has_i2c_get_interrupt, I2cGetInterrupt,
30 "I2cGetInterrupt(uint32_t flags, zx_handle_t* out_handle)");
/fuchsia/zircon/system/dev/bus/platform/
H A Dplatform-proxy-device.h87 static zx_status_t I2cGetInterrupt(void* ctx, uint32_t flags, zx_handle_t* out_handle);
H A Dplatform-proxy-device.cpp168 zx_status_t ProxyDevice::I2cGetInterrupt(void* ctx, uint32_t flags, zx_handle_t* out_handle) { function in class:platform_bus::ProxyDevice
516 i2c_proto_ops_.get_interrupt = I2cGetInterrupt;

Completed in 32 milliseconds