Home
last modified time | relevance | path

Searched refs:register_int_handler (Results 1 – 25 of 30) sorted by relevance

12

/platform/zynq/
A Dtimer.c108 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 Duart.c71 register_int_handler(uart_to_irq(i), &uart_irq, (void *)i); in uart_init()
A Dgpio.c80 register_int_handler(GPIO_INT, gpio_int_handler, NULL); in zynq_gpio_init()
/platform/include/platform/
A Dinterrupts.h25 void register_int_handler(unsigned int vector, int_handler handler, void *arg);
/platform/alterasoc/
A Duart.c77 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 Dtimer.c59 register_int_handler(INT_PIT, &platform_tick, NULL); in platform_init_timer()
A Dinterrupts.c83 void register_int_handler(unsigned int vector, int_handler handler, void *arg) { in register_int_handler() function
/platform/spacemit-k1/
A Duart.c54 register_int_handler(IRQ_UART0, uart_irq_handler, NULL); in uart_init()
/platform/qemu-virt-riscv/
A Duart.c53 register_int_handler(IRQ_UART0, uart_irq_handler, NULL); in uart_init()
/platform/jh7110/
A Duart.c54 register_int_handler(IRQ_UART0, uart_irq_handler, NULL); in uart_init()
/platform/sifive/
A Duart.c91 register_int_handler(SIFIVE_IRQ_UART0, sifive_uart_irq, NULL); in sifive_uart_init()
/platform/qemu-mips/
A Ddebug.c54 register_int_handler(0x4, uart_irq_handler, NULL); in uart_init()
A Dintc.c248 void register_int_handler(unsigned int vector, int_handler handler, void *arg) { in register_int_handler() function
/platform/microblaze/
A Dtimer.c86 register_int_handler(TIMER_IRQ, timer_irq, NULL); in timer_init()
A Dintc.c42 void register_int_handler(unsigned int vector, int_handler handler, void *arg) { in register_int_handler() function
/platform/pc/
A Ddebug.c70 register_int_handler(uart_irq, uart_irq_handler, NULL); in platform_init_debug()
A Duart.c81 register_int_handler(config->irq, uart_irq_handler, dev); in uart_init()
A Dkeyboard.c316 register_int_handler(INT_KEYBOARD, &i8042_interrupt, NULL); in platform_init_keyboard()
A Dinterrupts.c149 void register_int_handler(unsigned int vector, int_handler handler, void *arg) { in register_int_handler() function
/platform/qemu-virt-m68k/
A Dgoldfish_tty.c86 register_int_handler(VIRT_GF_TTY_IRQ_BASE, uart_irq_handler, NULL); in goldfish_tty_init()
A Dgoldfish_rtc.c86 register_int_handler(VIRT_GF_RTC_IRQ_BASE, &rtc_irq, NULL); in goldfish_rtc_early_init()
A Dpic.c86 void register_int_handler(unsigned int vector, int_handler handler, void *arg) { in register_int_handler() function
/platform/bcm28xx/
A Duart.c80 register_int_handler(INTERRUPT_VC_UART + i, &uart_irq, (void *)i); in uart_init()
A Dminiuart.c108 register_int_handler(INTERRUPT_AUX, &aux_irq, NULL); in uart_init()
/platform/amlogic-s912d/
A Duart.c132 register_int_handler(uart_irq, &uart_irq_handler, NULL); in uart_init()

Completed in 45 milliseconds

12