| /u-boot/arch/x86/lib/ |
| A D | interrupts.c | 40 interrupt_handler_t *handler; member 49 void irq_install_handler(int irq, interrupt_handler_t *handler, void *arg) in irq_install_handler() argument 58 if (irq_handlers[irq].handler != NULL) in irq_install_handler() 60 (ulong) handler, in irq_install_handler() 61 (ulong) irq_handlers[irq].handler); in irq_install_handler() 65 irq_handlers[irq].handler = handler; in irq_install_handler() 92 irq_handlers[irq].handler = NULL; in irq_free_handler() 110 if (irq_handlers[irq].handler) { in do_irq() 114 irq_handlers[irq].handler(irq_handlers[irq].arg); in do_irq() 146 if (irq_handlers[irq].handler != NULL) { in do_irqinfo() [all …]
|
| /u-boot/arch/powerpc/cpu/mpc8xx/ |
| A D | interrupts.c | 23 interrupt_handler_t *handler; member 90 if (irq_vecs[irq].handler != NULL) { in external_interrupt() 122 if (cpm_vecs[vec].handler != NULL) { in cpm_interrupt() 156 if (cpm_vecs[vec].handler != NULL) in irq_install_handler() 158 (uint)handler, (uint)cpm_vecs[vec].handler); in irq_install_handler() 159 cpm_vecs[vec].handler = handler; in irq_install_handler() 164 if (irq_vecs[vec].handler != NULL) in irq_install_handler() 166 vec, (uint)handler, (uint)cpm_vecs[vec].handler); in irq_install_handler() 167 irq_vecs[vec].handler = handler; in irq_install_handler() 181 cpm_vecs[vec].handler = NULL; in irq_free_handler() [all …]
|
| /u-boot/drivers/xen/ |
| A D | events.c | 80 action->handler(port, regs, action->data); in do_event() 86 void (*handler)(evtchn_port_t, struct pt_regs *, void *), in bind_evtchn() 89 if (ev_actions[port].handler != default_handler) in bind_evtchn() 95 ev_actions[port].handler = handler; in bind_evtchn() 109 if (ev_actions[port].handler == default_handler) in unbind_evtchn() 114 ev_actions[port].handler = default_handler; in unbind_evtchn() 140 void (*handler)(evtchn_port_t, struct pt_regs *, void *), in evtchn_alloc_unbound() 154 if (!handler) in evtchn_alloc_unbound() 155 handler = default_handler; in evtchn_alloc_unbound() 156 *port = bind_evtchn(op.port, handler, data); in evtchn_alloc_unbound() [all …]
|
| /u-boot/arch/m68k/lib/ |
| A D | interrupts.c | 23 interrupt_handler_t *handler; member 47 void irq_install_handler(int vec, interrupt_handler_t * handler, void *arg) in irq_install_handler() argument 55 irq_vecs[vec].handler = handler; in irq_install_handler() 65 irq_vecs[vec].handler = NULL; in irq_free_handler() 95 if (irq_vecs[vec].handler != NULL) { in int_handler() 96 irq_vecs[vec].handler (irq_vecs[vec].arg); in int_handler()
|
| /u-boot/arch/nios2/cpu/ |
| A D | interrupts.c | 20 interrupt_handler_t *handler; member 55 act->handler (act->arg); in external_interrupt() 90 act->handler = hdlr; in irq_install_handler() 94 act->handler = def_hdlr; in irq_install_handler() 109 vecs[i].handler = def_hdlr; in interrupt_init() 131 if (act->handler != def_hdlr) { in do_irqinfo() 134 (ulong)act->handler, in do_irqinfo()
|
| /u-boot/arch/microblaze/cpu/ |
| A D | interrupts.c | 90 act->handler = hdlr; in install_interrupt_handler() 98 act->handler = (interrupt_handler_t *)def_hdlr; in install_interrupt_handler() 149 vecs[i].handler = (interrupt_handler_t *)def_hdlr; in interrupt_init() 177 (u32)act->handler, act->count, (u32)act->arg); in interrupt_handler() 178 act->handler(act->arg); in interrupt_handler() 203 if (act->handler != (interrupt_handler_t *)def_hdlr) { in do_irqinfo() 205 (int)act->handler, (int)act->arg, in do_irqinfo()
|
| /u-boot/lib/efi_loader/ |
| A D | efi_boottime.c | 551 if (handler) in efi_search_protocol() 552 *handler = protocol; in efi_search_protocol() 571 struct efi_handler *handler; in efi_remove_protocol() local 579 list_del(&handler->link); in efi_remove_protocol() 580 free(handler); in efi_remove_protocol() 1116 struct efi_handler *handler; in efi_add_protocol() local 1127 if (!handler) in efi_add_protocol() 1129 handler->guid = protocol; in efi_add_protocol() 1141 list_del(&handler->link); in efi_add_protocol() 1142 free(handler); in efi_add_protocol() [all …]
|
| A D | efi_disk.c | 293 struct efi_handler *handler; in efi_fs_from_path() local 312 &handler); in efi_fs_from_path() 317 return handler->protocol_interface; in efi_fs_from_path() 383 struct efi_handler *handler; in efi_disk_add_dev() local 387 ret = efi_search_protocol(parent, &efi_block_io_guid, &handler); in efi_disk_add_dev() 395 ret = efi_protocol_open(handler, &protocol_interface, NULL, in efi_disk_add_dev() 511 struct efi_handler *handler; in efi_disk_create_partitions() local 514 ret = efi_search_protocol(parent, &efi_guid_device_path, &handler); in efi_disk_create_partitions() 516 dp = handler->protocol_interface; in efi_disk_create_partitions() 648 struct efi_handler *handler; in efi_disk_is_system_part() local [all …]
|
| /u-boot/arch/powerpc/cpu/mpc83xx/ |
| A D | interrupts.c | 20 interrupt_handler_t *handler; member 51 irq_install_handler(int irq, interrupt_handler_t * handler, void *arg) in irq_install_handler() argument
|
| /u-boot/drivers/net/phy/ |
| A D | ncsi.c | 654 handler = ncsi_rsp_sp; in ncsi_receive() 658 handler = ncsi_rsp_dp; in ncsi_receive() 662 handler = ncsi_rsp_cis; in ncsi_receive() 666 handler = ncsi_rsp_gls; in ncsi_receive() 670 handler = ncsi_rsp_gvi; in ncsi_receive() 674 handler = ncsi_rsp_gc; in ncsi_receive() 678 handler = ncsi_rsp_sma; in ncsi_receive() 690 handler = ncsi_rsp_ec; in ncsi_receive() 694 handler = NULL; in ncsi_receive() 708 if (handler) in ncsi_receive() [all …]
|
| /u-boot/arch/sh/include/asm/ |
| A D | system.h | 236 extern void *set_exception_table_vec(unsigned int vec, void *handler); 238 static inline void *set_exception_table_evt(unsigned int evt, void *handler) in set_exception_table_evt() argument 240 return set_exception_table_vec(evt >> 5, handler); in set_exception_table_evt()
|
| /u-boot/arch/powerpc/include/asm/ |
| A D | sigcontext.h | 10 unsigned long handler; member
|
| /u-boot/arch/microblaze/include/asm/ |
| A D | microblaze_intc.h | 22 interrupt_handler_t *handler; /* pointer to interrupt rutine */ member
|
| /u-boot/include/ |
| A D | irq_func.h | 19 void irq_install_handler(int vec, interrupt_handler_t *handler, void *arg);
|
| /u-boot/cmd/ |
| A D | ini.c | 117 int (*handler)(void *, char *, char *, char *), void *user) in ini_parse() 151 if (!handler(user, section, prev_name, start) && !error) in ini_parse() 190 if (!handler(user, section, name, value) && in ini_parse()
|
| /u-boot/include/xen/ |
| A D | events.h | 28 void (*handler)(evtchn_port_t, struct pt_regs *, void *),
|
| /u-boot/arch/sandbox/include/asm/ |
| A D | eth.h | 102 void sandbox_eth_set_tx_handler(int index, sandbox_eth_tx_hand_f *handler);
|
| /u-boot/scripts/kconfig/ |
| A D | nconf.c | 304 function_key_handler_t handler; member 313 .handler = handle_f1, 319 .handler = handle_f2, 325 .handler = handle_f3, 331 .handler = handle_f4, 337 .handler = handle_f5, 343 .handler = handle_f6, 349 .handler = handle_f7, 355 .handler = handle_f8, 361 .handler = handle_f9, [all …]
|
| /u-boot/arch/powerpc/cpu/mpc86xx/ |
| A D | interrupts.c | 94 void irq_install_handler(int vec, interrupt_handler_t *handler, void *arg) in irq_install_handler() argument
|
| /u-boot/doc/ |
| A D | README.bedbug | 32 a trap. Also added debug trap handler. 70 Added handler for InstructionBreakpoint (0xfd00)
|
| A D | README.udp | 20 and it may also be used to configure a timemout and udp handler.
|
| /u-boot/arch/powerpc/cpu/mpc85xx/ |
| A D | interrupts.c | 88 irq_install_handler(int vec, interrupt_handler_t *handler, void *arg) in irq_install_handler() argument
|
| /u-boot/drivers/net/ |
| A D | sandbox.c | 286 void sandbox_eth_set_tx_handler(int index, sandbox_eth_tx_hand_f *handler) in sandbox_eth_set_tx_handler() argument 297 if (handler) in sandbox_eth_set_tx_handler() 298 priv->tx_handler = handler; in sandbox_eth_set_tx_handler()
|
| /u-boot/doc/board/AndesTech/ |
| A D | ax25-ae350.rst | 307 [ 1.404000] IR NEC protocol handler initialized 308 [ 1.404000] IR RC5(x/sz) protocol handler initialized 309 [ 1.404000] IR RC6 protocol handler initialized 310 [ 1.404000] IR JVC protocol handler initialized 311 [ 1.408000] IR Sony protocol handler initialized 312 [ 1.408000] IR SANYO protocol handler initialized 313 [ 1.408000] IR Sharp protocol handler initialized 314 [ 1.408000] IR MCE Keyboard/mouse protocol handler initialized 315 [ 1.412000] IR XMP protocol handler initialized
|
| /u-boot/arch/arm/mach-omap2/ |
| A D | lowlevel_init.S | 80 @ IRQ handler
|