Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/irqchip/
Dirq-stm32-exti.c23 struct stm32_exti_bank { struct
41 const struct stm32_exti_bank **exti_banks; argument
49 const struct stm32_exti_bank *reg_bank;
65 static const struct stm32_exti_bank stm32f4xx_exti_b1 = {
75 static const struct stm32_exti_bank *stm32f4xx_exti_banks[] = {
84 static const struct stm32_exti_bank stm32h7xx_exti_b1 = {
94 static const struct stm32_exti_bank stm32h7xx_exti_b2 = {
104 static const struct stm32_exti_bank stm32h7xx_exti_b3 = {
114 static const struct stm32_exti_bank *stm32h7xx_exti_banks[] = {
125 static const struct stm32_exti_bank stm32mp1_exti_b1 = {
[all …]