Searched full:exti (Results 1 – 21 of 21) sorted by relevance
/linux-5.10/drivers/irqchip/ |
D | irq-stm32-exti.c | 42 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 …]
|
D | Makefile | 91 obj-$(CONFIG_STM32_EXTI) += irq-stm32-exti.o
|
/linux-5.10/Documentation/devicetree/bindings/interrupt-controller/ |
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 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/ |
D | sysfs-bus-iio-adc-stm32 | 6 (e.g. timers, pwm or exti gpio). Then, it can be tuned to start
|
/linux-5.10/Documentation/devicetree/bindings/pinctrl/ |
D | st,stm32-pinctrl.yaml | 100 Should correspond to the EXTI IOport selection (EXTI line used
|
/linux-5.10/arch/arm/boot/dts/ |
D | stm32mp15xx-dhcom-pdk2.dtsi | 41 * The EXTi IRQ line 3 is shared with touchscreen and ethernet, 51 * The EXTi IRQ line 0 is shared with PMIC,
|
D | stm32mp151.dtsi | 1087 <&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>;
|
D | stm32h743.dtsi | 371 exti: interrupt-controller@58000000 { label 372 compatible = "st,stm32h7-exti"; 504 interrupt-parent = <&exti>;
|
D | stm32f746.dtsi | 305 interrupt-parent = <&exti>; 503 exti: interrupt-controller@40013c00 { label 504 compatible = "st,stm32-exti";
|
D | stm32f429.dtsi | 323 interrupt-parent = <&exti>; 605 exti: interrupt-controller@40013c00 { label 606 compatible = "st,stm32-exti";
|
D | stm32mp15xx-osd32.dtsi | 223 interrupt-parent = <&exti>;
|
D | stm32mp157c-odyssey-som.dtsi | 248 interrupt-parent = <&exti>;
|
D | stm32mp15xx-dhcom-som.dtsi | 314 interrupt-parent = <&exti>;
|
D | stm32mp157c-ed1.dts | 306 interrupt-parent = <&exti>;
|
D | stm32f7-pinctrl.dtsi | 16 interrupt-parent = <&exti>;
|
D | stm32h743-pinctrl.dtsi | 52 interrupt-parent = <&exti>;
|
D | stm32f4-pinctrl.dtsi | 52 interrupt-parent = <&exti>;
|
D | stm32mp15xx-dkx.dtsi | 443 interrupt-parent = <&exti>;
|
/linux-5.10/Documentation/devicetree/bindings/mfd/ |
D | st,stm32-lptimer.yaml | 118 interrupts-extended = <&exti 47 IRQ_TYPE_LEVEL_HIGH>;
|
/linux-5.10/Documentation/devicetree/bindings/rtc/ |
D | st,stm32-rtc.yaml | 125 interrupt-parent = <&exti>;
|
/linux-5.10/drivers/rtc/ |
D | rtc-abx80x.c | 751 * 10pin package and the EXTI input is not present. in abx80x_probe()
|