Home
last modified time | relevance | path

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

/drivers/irqchip/
Dirq-stm32-exti.c29 struct stm32_exti_bank { struct
48 const struct stm32_exti_bank **exti_banks; argument
56 const struct stm32_exti_bank *reg_bank;
73 static const struct stm32_exti_bank stm32f4xx_exti_b1 = {
83 static const struct stm32_exti_bank *stm32f4xx_exti_banks[] = {
92 static const struct stm32_exti_bank stm32h7xx_exti_b1 = {
102 static const struct stm32_exti_bank stm32h7xx_exti_b2 = {
112 static const struct stm32_exti_bank stm32h7xx_exti_b3 = {
122 static const struct stm32_exti_bank *stm32h7xx_exti_banks[] = {
133 static const struct stm32_exti_bank stm32mp1_exti_b1 = {
[all …]