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

/fuchsia/zircon/system/ulib/ddktl/include/ddktl/protocol/
H A Dgpio.h43 // zx_status_t GpioGetInterrupt(uint32_t flags, zx_handle_t *out_handle);
61 ops_.get_interrupt = GpioGetInterrupt;
90 static zx_status_t GpioGetInterrupt(void* ctx, uint32_t flags, function in class:ddk::GpioProtocol
92 return static_cast<D*>(ctx)->GpioGetInterrupt(flags, out_handle);
H A Dgpio-internal.h22 DECLARE_HAS_MEMBER_FN_WITH_SIGNATURE(has_gpio_get_interrupt, GpioGetInterrupt,
48 "GpioGetInterrupt(uint32_t flags, zx_handle_t* out_handle)");
/fuchsia/zircon/system/dev/bus/platform/
H A Dplatform-proxy-device.h78 static zx_status_t GpioGetInterrupt(void* ctx, uint32_t flags,
H A Dplatform-proxy-device.cpp77 zx_status_t ProxyDevice::GpioGetInterrupt(void* ctx, uint32_t flags, zx_handle_t* out_handle) { function in class:platform_bus::ProxyDevice
511 gpio_proto_ops_.get_interrupt = GpioGetInterrupt;

Completed in 90 milliseconds