/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | st,stm32-exti.yaml | 4 $id: http://devicetree.org/schemas/interrupt-controller/st,stm32-exti.yaml# 18 - st,stm32-exti 19 - st,stm32h7-exti 22 - st,stm32mp1-exti 23 - st,stm32mp13-exti 58 - st,stm32-exti 71 - st,stm32h7-exti 86 compatible = "st,stm32mp1-exti", "syscon"; 96 compatible = "st,stm32mp1-exti", "syscon"; 109 compatible = "st,stm32-exti";
|
/linux/drivers/irqchip/ |
H A D | irq-stm32-exti.c | 356 ret = irq_alloc_domain_generic_chips(domain, IRQS_PER_BANK, 1, "exti", in stm32_exti_init() 413 IRQCHIP_DECLARE(stm32f4_exti, "st,stm32-exti", stm32f4_exti_of_init); 421 IRQCHIP_DECLARE(stm32h7_exti, "st,stm32h7-exti", stm32h7_exti_of_init);
|
H A D | Makefile | 89 obj-$(CONFIG_STM32MP_EXTI) += irq-stm32mp-exti.o 90 obj-$(CONFIG_STM32_EXTI) += irq-stm32-exti.o
|
H A D | Kconfig | 423 Support STM32MP EXTI (extended interrupts and event) controller.
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-iio-adc-stm32 | 6 (e.g. timers, pwm or exti gpio). Then, it can be tuned to start
|
/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | st,stm32-pinctrl.yaml | 112 Should correspond to the EXTI IOport selection (EXTI line used
|
/linux/arch/arm/boot/dts/st/ |
H A D | stm32h743.dtsi | 400 exti: interrupt-controller@58000000 { label 401 compatible = "st,stm32h7-exti"; 529 interrupt-parent = <&exti>; 589 interrupt-parent = <&exti>;
|
H A D | stm32f746.dtsi | 254 interrupt-parent = <&exti>; 523 exti: interrupt-controller@40013c00 { label 524 compatible = "st,stm32-exti";
|
H A D | stm32mp157a-microgea-stm32mp1.dtsi | 130 interrupt-parent = <&exti>;
|
H A D | stm32f429.dtsi | 272 interrupt-parent = <&exti>; 585 exti: interrupt-controller@40013c00 { label 586 compatible = "st,stm32-exti";
|
H A D | stm32mp157a-icore-stm32mp1.dtsi | 178 interrupt-parent = <&exti>;
|
H A D | stm32mp15xx-osd32.dtsi | 209 interrupt-parent = <&exti>;
|
H A D | stm32mp15xx-dhcor-som.dtsi | 232 interrupt-parent = <&exti>;
|
H A D | stm32mp157c-odyssey-som.dtsi | 235 interrupt-parent = <&exti>;
|
H A D | stm32mp157c-ed1.dts | 331 interrupt-parent = <&exti>;
|
H A D | stm32mp157c-emstamp-argon.dtsi | 372 interrupt-parent = <&exti>;
|
H A D | stm32mp157c-phycore-stm32mp15-som.dtsi | 410 interrupt-parent = <&exti>;
|
H A D | stm32f7-pinctrl.dtsi | 16 interrupt-parent = <&exti>;
|
H A D | stm32f4-pinctrl.dtsi | 52 interrupt-parent = <&exti>;
|
/linux/Documentation/devicetree/bindings/mailbox/ |
H A D | st,stm32-ipcc.yaml | 69 interrupts-extended = <&exti 61 1>,
|
/linux/Documentation/devicetree/bindings/bus/ |
H A D | st,stm32-etzpc.yaml | 87 interrupts-extended = <&exti 27 IRQ_TYPE_LEVEL_HIGH>;
|
/linux/Documentation/devicetree/bindings/mfd/ |
H A D | st,stm32-lptimer.yaml | 126 interrupts-extended = <&exti 47 IRQ_TYPE_LEVEL_HIGH>;
|
/linux/Documentation/devicetree/bindings/rtc/ |
H A D | st,stm32-rtc.yaml | 156 interrupt-parent = <&exti>;
|
/linux/drivers/rtc/ |
H A D | rtc-abx80x.c | 842 * 10pin package and the EXTI input is not present. in abx80x_probe()
|