| /platform/zynq/ |
| A D | timer.c | 108 register_int_handler(TTC0_A_INT, &platform_tick, NULL); 109 register_int_handler(TTC0_B_INT, &platform_tick, NULL); 110 register_int_handler(TTC0_C_INT, &platform_tick, NULL);
|
| A D | uart.c | 71 register_int_handler(uart_to_irq(i), &uart_irq, (void *)i); in uart_init()
|
| A D | gpio.c | 80 register_int_handler(GPIO_INT, gpio_int_handler, NULL); in zynq_gpio_init()
|
| /platform/include/platform/ |
| A D | interrupts.h | 25 void register_int_handler(unsigned int vector, int_handler handler, void *arg);
|
| /platform/alterasoc/ |
| A D | uart.c | 77 register_int_handler(UART0_INT, &uart_irq, (void *)0); in uart_init() 78 register_int_handler(UART1_INT, &uart_irq, (void *)1); in uart_init()
|
| /platform/armemu/ |
| A D | timer.c | 59 register_int_handler(INT_PIT, &platform_tick, NULL); in platform_init_timer()
|
| A D | interrupts.c | 83 void register_int_handler(unsigned int vector, int_handler handler, void *arg) { in register_int_handler() function
|
| /platform/spacemit-k1/ |
| A D | uart.c | 54 register_int_handler(IRQ_UART0, uart_irq_handler, NULL); in uart_init()
|
| /platform/qemu-virt-riscv/ |
| A D | uart.c | 53 register_int_handler(IRQ_UART0, uart_irq_handler, NULL); in uart_init()
|
| /platform/jh7110/ |
| A D | uart.c | 54 register_int_handler(IRQ_UART0, uart_irq_handler, NULL); in uart_init()
|
| /platform/sifive/ |
| A D | uart.c | 91 register_int_handler(SIFIVE_IRQ_UART0, sifive_uart_irq, NULL); in sifive_uart_init()
|
| /platform/qemu-mips/ |
| A D | debug.c | 54 register_int_handler(0x4, uart_irq_handler, NULL); in uart_init()
|
| A D | intc.c | 248 void register_int_handler(unsigned int vector, int_handler handler, void *arg) { in register_int_handler() function
|
| /platform/microblaze/ |
| A D | timer.c | 86 register_int_handler(TIMER_IRQ, timer_irq, NULL); in timer_init()
|
| A D | intc.c | 42 void register_int_handler(unsigned int vector, int_handler handler, void *arg) { in register_int_handler() function
|
| /platform/pc/ |
| A D | debug.c | 70 register_int_handler(uart_irq, uart_irq_handler, NULL); in platform_init_debug()
|
| A D | uart.c | 81 register_int_handler(config->irq, uart_irq_handler, dev); in uart_init()
|
| A D | keyboard.c | 316 register_int_handler(INT_KEYBOARD, &i8042_interrupt, NULL); in platform_init_keyboard()
|
| A D | interrupts.c | 149 void register_int_handler(unsigned int vector, int_handler handler, void *arg) { in register_int_handler() function
|
| /platform/qemu-virt-m68k/ |
| A D | goldfish_tty.c | 86 register_int_handler(VIRT_GF_TTY_IRQ_BASE, uart_irq_handler, NULL); in goldfish_tty_init()
|
| A D | goldfish_rtc.c | 86 register_int_handler(VIRT_GF_RTC_IRQ_BASE, &rtc_irq, NULL); in goldfish_rtc_early_init()
|
| A D | pic.c | 86 void register_int_handler(unsigned int vector, int_handler handler, void *arg) { in register_int_handler() function
|
| /platform/bcm28xx/ |
| A D | uart.c | 80 register_int_handler(INTERRUPT_VC_UART + i, &uart_irq, (void *)i); in uart_init()
|
| A D | miniuart.c | 108 register_int_handler(INTERRUPT_AUX, &aux_irq, NULL); in uart_init()
|
| /platform/amlogic-s912d/ |
| A D | uart.c | 132 register_int_handler(uart_irq, &uart_irq_handler, NULL); in uart_init()
|