| /bsp/bluetrum/libcpu/cpu/ |
| A D | interrupt.c | 71 rt_isr_handler_t old_handler = RT_NULL; in rt_hw_interrupt_install() local 76 old_handler = tbl_irq_vector[vector]; in rt_hw_interrupt_install() 83 return old_handler; in rt_hw_interrupt_install()
|
| /bsp/allwinner_tina/libcpu/ |
| A D | interrupt.c | 114 rt_isr_handler_t old_handler = RT_NULL; in rt_hw_interrupt_install() local 119 return old_handler; in rt_hw_interrupt_install() 122 old_handler = isr_table[vector].handler; in rt_hw_interrupt_install() 136 return old_handler; in rt_hw_interrupt_install()
|
| /bsp/mipssim/drivers/ |
| A D | interrupt.c | 46 rt_isr_handler_t old_handler = RT_NULL; in rt_hw_interrupt_install() local 50 old_handler = irq_handle_table[vector].handler; in rt_hw_interrupt_install() 59 return old_handler; in rt_hw_interrupt_install()
|
| /bsp/xuantie/virt64/c906/libcpu/ |
| A D | interrupt.c | 58 rt_isr_handler_t old_handler = RT_NULL; in rt_hw_interrupt_install() local 62 old_handler = irq_desc[vector].handler; in rt_hw_interrupt_install() 74 return old_handler; in rt_hw_interrupt_install()
|
| /bsp/ultrarisc/arch/ur-cp100/ |
| A D | interrupt.c | 56 rt_isr_handler_t old_handler = RT_NULL; in rt_hw_interrupt_install() local 60 old_handler = irq_desc[vector].handler; in rt_hw_interrupt_install() 72 return old_handler; in rt_hw_interrupt_install()
|
| /bsp/cvitek/c906_little/board/ |
| A D | interrupt.c | 149 rt_isr_handler_t old_handler = RT_NULL; in rt_hw_interrupt_install() local 152 return old_handler; in rt_hw_interrupt_install() 155 old_handler = isr_table[vector].handler; in rt_hw_interrupt_install() 166 return old_handler; in rt_hw_interrupt_install()
|
| /bsp/raspberry-pi/raspi2/cpu/ |
| A D | interrupt.c | 121 rt_isr_handler_t old_handler = RT_NULL; in rt_hw_interrupt_install() local 125 old_handler = isr_table[vector].handler; in rt_hw_interrupt_install() 137 return old_handler; in rt_hw_interrupt_install()
|
| /bsp/nxp/imx/imx6sx/cortex-a9/cpu/ |
| A D | interrupt.c | 115 rt_isr_handler_t old_handler = RT_NULL; in rt_hw_interrupt_install() local 119 old_handler = isr_table[vector].handler; in rt_hw_interrupt_install() 132 return old_handler; in rt_hw_interrupt_install()
|
| /bsp/hifive1/drivers/ |
| A D | interrupt.c | 101 rt_isr_handler_t old_handler = RT_NULL; in rt_hw_interrupt_install() local 105 old_handler = irq_desc[vector].handler; in rt_hw_interrupt_install() 117 return old_handler; in rt_hw_interrupt_install()
|
| /bsp/sparkfun-redv/drivers/ |
| A D | interrupt.c | 115 rt_isr_handler_t old_handler = RT_NULL; in rt_hw_interrupt_install() local 119 old_handler = irq_desc[vector].handler; in rt_hw_interrupt_install() 131 return old_handler; in rt_hw_interrupt_install()
|
| /bsp/raspberry-pi/raspi3-32/cpu/ |
| A D | interrupt.c | 137 rt_isr_handler_t old_handler = RT_NULL; in rt_hw_interrupt_install() local 141 old_handler = isr_table[vector].handler; in rt_hw_interrupt_install() 153 return old_handler; in rt_hw_interrupt_install()
|
| /bsp/asm9260t/platform/ |
| A D | interrupt.c | 142 rt_isr_handler_t old_handler = RT_NULL; in rt_hw_interrupt_install() local 146 old_handler = irq_desc[vector].handler; in rt_hw_interrupt_install() 158 return old_handler; in rt_hw_interrupt_install()
|
| /bsp/loongson/ls2kdev/drivers/ |
| A D | interrupt.c | 171 rt_isr_handler_t old_handler = RT_NULL; in rt_hw_interrupt_install() local 175 old_handler = irq_handle_table[vector].handler; in rt_hw_interrupt_install() 193 return old_handler; in rt_hw_interrupt_install()
|
| /bsp/k210/board/ |
| A D | interrupt.c | 160 rt_isr_handler_t old_handler = RT_NULL; in rt_hw_interrupt_install() local 164 old_handler = irq_desc[vector].handler; in rt_hw_interrupt_install() 176 return old_handler; in rt_hw_interrupt_install()
|
| /bsp/dm365/platform/ |
| A D | interrupt.c | 244 rt_isr_handler_t old_handler = RT_NULL; in rt_hw_interrupt_install() local 248 old_handler = irq_desc[vector].handler; in rt_hw_interrupt_install() 260 return old_handler; in rt_hw_interrupt_install()
|
| /bsp/nuvoton/libraries/n9h30/rtt_port/ |
| A D | drv_sys.c | 96 rt_isr_handler_t old_handler = RT_NULL; in rt_hw_interrupt_install() local 104 old_handler = irq_desc[vector].handler; in rt_hw_interrupt_install() 115 return old_handler; in rt_hw_interrupt_install()
|
| /bsp/at91/at91sam9260/platform/ |
| A D | interrupt.c | 314 rt_isr_handler_t old_handler = RT_NULL; in rt_hw_interrupt_install() local 318 old_handler = irq_desc[vector].handler; in rt_hw_interrupt_install() 330 return old_handler; in rt_hw_interrupt_install()
|
| /bsp/at91/at91sam9g45/platform/ |
| A D | interrupt.c | 323 rt_isr_handler_t old_handler = RT_NULL; in rt_hw_interrupt_install() local 327 old_handler = irq_desc[vector].handler; in rt_hw_interrupt_install() 339 return old_handler; in rt_hw_interrupt_install()
|
| /bsp/nuvoton/libraries/nuc980/rtt_port/ |
| A D | drv_sys.c | 130 rt_isr_handler_t old_handler = RT_NULL; in rt_hw_interrupt_install() local 138 old_handler = irq_desc[vector].handler; in rt_hw_interrupt_install() 149 return old_handler; in rt_hw_interrupt_install()
|