Home
last modified time | relevance | path

Searched refs:xsdfec_irq (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/include/uapi/misc/
Dxilinx_sdfec.h207 struct xsdfec_irq { struct
231 struct xsdfec_irq irq; argument
307 #define XSDFEC_SET_IRQ _IOW(XSDFEC_MAGIC, 3, struct xsdfec_irq)
/Linux-v6.1/Documentation/misc-devices/
Dxilinx_sdfec.rst174 …C_SET_IRQ`. The members of the parameter passed, :c:type:`struct xsdfec_irq <xsdfec_irq>`, to the …
/Linux-v6.1/drivers/misc/
Dxilinx_sdfec.c383 struct xsdfec_irq irq; in xsdfec_set_irq()