Home
last modified time | relevance | path

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

/bsp/bluetrum/libcpu/cpu/
A Dinterrupt.c71 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 Dinterrupt.c114 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 Dinterrupt.c46 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 Dinterrupt.c58 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 Dinterrupt.c56 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 Dinterrupt.c149 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 Dinterrupt.c121 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 Dinterrupt.c115 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 Dinterrupt.c101 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 Dinterrupt.c115 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 Dinterrupt.c137 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 Dinterrupt.c142 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 Dinterrupt.c171 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 Dinterrupt.c160 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 Dinterrupt.c244 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 Ddrv_sys.c96 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 Dinterrupt.c314 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 Dinterrupt.c323 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 Ddrv_sys.c130 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()

Completed in 35 milliseconds