Home
last modified time | relevance | path

Searched full:exti (Results 1 – 21 of 21) sorted by relevance

/linux-5.10/drivers/irqchip/
Dirq-stm32-exti.c42 u32 exti; member
173 { .exti = 0, .irq_parent = 6, .chip = &stm32_exti_h_chip },
174 { .exti = 1, .irq_parent = 7, .chip = &stm32_exti_h_chip },
175 { .exti = 2, .irq_parent = 8, .chip = &stm32_exti_h_chip },
176 { .exti = 3, .irq_parent = 9, .chip = &stm32_exti_h_chip },
177 { .exti = 4, .irq_parent = 10, .chip = &stm32_exti_h_chip },
178 { .exti = 5, .irq_parent = 23, .chip = &stm32_exti_h_chip },
179 { .exti = 6, .irq_parent = 64, .chip = &stm32_exti_h_chip },
180 { .exti = 7, .irq_parent = 65, .chip = &stm32_exti_h_chip },
181 { .exti = 8, .irq_parent = 66, .chip = &stm32_exti_h_chip },
[all …]
DMakefile91 obj-$(CONFIG_STM32_EXTI) += irq-stm32-exti.o
/linux-5.10/Documentation/devicetree/bindings/interrupt-controller/
Dst,stm32-exti.yaml4 $id: http://devicetree.org/schemas/interrupt-controller/st,stm32-exti.yaml#
18 - st,stm32-exti
19 - st,stm32h7-exti
22 - st,stm32mp1-exti
55 - st,stm32-exti
68 - st,stm32h7-exti
83 compatible = "st,stm32mp1-exti", "syscon";
91 compatible = "st,stm32-exti";
/linux-5.10/Documentation/ABI/testing/
Dsysfs-bus-iio-adc-stm326 (e.g. timers, pwm or exti gpio). Then, it can be tuned to start
/linux-5.10/Documentation/devicetree/bindings/pinctrl/
Dst,stm32-pinctrl.yaml100 Should correspond to the EXTI IOport selection (EXTI line used
/linux-5.10/arch/arm/boot/dts/
Dstm32mp15xx-dhcom-pdk2.dtsi41 * The EXTi IRQ line 3 is shared with touchscreen and ethernet,
51 * The EXTi IRQ line 0 is shared with PMIC,
Dstm32mp151.dtsi1087 <&exti 61 1>;
1141 exti: interrupt-controller@5000d000 { label
1142 compatible = "st,stm32mp1-exti", "syscon";
1568 * pinctrl and exti.
1575 interrupt-parent = <&exti>;
1576 st,syscfg = <&exti 0x60 0xff>;
1707 interrupt-parent = <&exti>;
1708 st,syscfg = <&exti 0x60 0xff>;
Dstm32h743.dtsi371 exti: interrupt-controller@58000000 { label
372 compatible = "st,stm32h7-exti";
504 interrupt-parent = <&exti>;
Dstm32f746.dtsi305 interrupt-parent = <&exti>;
503 exti: interrupt-controller@40013c00 { label
504 compatible = "st,stm32-exti";
Dstm32f429.dtsi323 interrupt-parent = <&exti>;
605 exti: interrupt-controller@40013c00 { label
606 compatible = "st,stm32-exti";
Dstm32mp15xx-osd32.dtsi223 interrupt-parent = <&exti>;
Dstm32mp157c-odyssey-som.dtsi248 interrupt-parent = <&exti>;
Dstm32mp15xx-dhcom-som.dtsi314 interrupt-parent = <&exti>;
Dstm32mp157c-ed1.dts306 interrupt-parent = <&exti>;
Dstm32f7-pinctrl.dtsi16 interrupt-parent = <&exti>;
Dstm32h743-pinctrl.dtsi52 interrupt-parent = <&exti>;
Dstm32f4-pinctrl.dtsi52 interrupt-parent = <&exti>;
Dstm32mp15xx-dkx.dtsi443 interrupt-parent = <&exti>;
/linux-5.10/Documentation/devicetree/bindings/mfd/
Dst,stm32-lptimer.yaml118 interrupts-extended = <&exti 47 IRQ_TYPE_LEVEL_HIGH>;
/linux-5.10/Documentation/devicetree/bindings/rtc/
Dst,stm32-rtc.yaml125 interrupt-parent = <&exti>;
/linux-5.10/drivers/rtc/
Drtc-abx80x.c751 * 10pin package and the EXTI input is not present. in abx80x_probe()