Home
last modified time | relevance | path

Searched refs:extirq (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/
H A Dfsl,ls-extirq.txt10 - compatible: should be "fsl,<soc-name>-extirq", e.g. "fsl,ls1021a-extirq".
30 extirq: interrupt-controller@1ac {
31 compatible = "fsl,ls1021a-extirq";
49 <&extirq 1 IRQ_TYPE_LEVEL_LOW>;
/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Ddiag_ftp.c75 static void diag_ftp_handler(struct ext_code extirq, in diag_ftp_handler() argument
79 if ((extirq.subcode >> 8) != 8) in diag_ftp_handler()
83 diag_ftp_subcode = extirq.subcode & 0xffU; in diag_ftp_handler()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dls1021a-tsn.dts207 interrupts-extended = <&extirq 2 IRQ_TYPE_LEVEL_LOW>;
214 interrupts-extended = <&extirq 2 IRQ_TYPE_LEVEL_LOW>;
H A Dls1021a.dtsi224 extirq: interrupt-controller@1ac { label
225 compatible = "fsl,ls1021a-extirq";
/OK3568_Linux_fs/kernel/drivers/irqchip/
H A DMakefile87 obj-$(CONFIG_LS_EXTIRQ) += irq-ls-extirq.o