Functions
-
zx::result<zx::interrupt> GetInterrupt (const fdf::Namespace & ns, std::string_view instance_name)Get an interrupt with name |instance_name|.
Defined at line 12 of file ../../src/devices/lib/fragment-irq/dfv2/fragment-irq.cc
-
zx::result<zx::interrupt> GetInterrupt (zx_device_t * dev, const char * fragment_name)Get an interrupt with name |fragment_name|.
Defined at line 17 of file ../../src/devices/lib/fragment-irq/dfv1/fragment-irq.cc
-
zx::result<zx::interrupt> GetInterrupt (const fdf::Namespace & ns, uint32_t which)Get interrupt index |which|. This will attempt to use fragments and FIDL to get the
interrupt.
Defined at line 29 of file ../../src/devices/lib/fragment-irq/dfv2/fragment-irq.cc
-
zx::result<zx::interrupt> GetInterrupt (zx_device_t * devuint32_t which)Get interrupt index |which|. This will attempt to use fragments and FIDL to get the
interrupt.
Defined at line 40 of file ../../src/devices/lib/fragment-irq/dfv1/fragment-irq.cc