/linux-2.4.37.9/arch/sh/kernel/ |
D | hd64465_gpio.c | 86 } handlers[GPIO_NPORTS * 8]; variable 99 if (handlers[portpin].func != 0) in hd64465_gpio_interrupt() 100 handlers[portpin].func(portpin, handlers[portpin].dev); in hd64465_gpio_interrupt() 123 handlers[portpin].func = handler; in hd64465_gpio_register_irq() 124 handlers[portpin].dev = dev; in hd64465_gpio_register_irq() 160 handlers[portpin].func = 0; in hd64465_gpio_unregister_irq() 161 handlers[portpin].dev = 0; in hd64465_gpio_unregister_irq()
|
/linux-2.4.37.9/arch/mips/sgi-ip27/ |
D | TODO | 12 7. Too many CLIs in the locore handlers : 13 For the low level handlers set up by set_except_vector(), 20 11. All intrs (ip27_do_irq handlers) are targetted at cpu A on the node.
|
/linux-2.4.37.9/drivers/char/ipmi/ |
D | ipmi_msghandler.c | 131 struct ipmi_smi_handlers *handlers; member 488 rv = new_user->intf->handlers->new_user(new_user->intf->send_info); in ipmi_create_user() 569 intf->handlers->user_left(intf->send_info); in ipmi_destroy_user() 949 intf->handlers->sender(intf->send_info, smi_msg, priority); in i_ipmi_request() 1015 int ipmi_register_smi(struct ipmi_smi_handlers *handlers, in ipmi_register_smi() argument 1055 new_intf->handlers = handlers; in ipmi_register_smi() 1308 intf->handlers->sender(intf->send_info, msg, 0); in handle_get_msg_cmd() 1635 intf->handlers->sender(intf->send_info, smi_msg, 0); in send_from_recv_msg() 1736 intf->handlers->request_events(intf->send_info); in ipmi_request_event() 1865 intf->handlers->set_run_to_completion(intf->send_info, 1); in send_panic_events() [all …]
|
D | ipmi_kcs_intf.c | 761 static struct ipmi_smi_handlers handlers = variable 987 rv = ipmi_register_smi(&handlers, in init_one_kcs()
|
/linux-2.4.37.9/include/linux/ |
D | ipmi_smi.h | 114 int ipmi_register_smi(struct ipmi_smi_handlers *handlers,
|
/linux-2.4.37.9/arch/m68k/ifpsp060/ |
D | fpsp.doc | 33 Package. This package is essentially a set of exception handlers 35 These exception handlers emulate Unimplemented FP instructions, 38 includes exception handlers to provide full IEEE-754 compliant
|
/linux-2.4.37.9/arch/m68k/fpsp040/ |
D | x_store.S | 6 | Used by underflow and overflow handlers. 55 | handlers restore fp0-fp3 from there.
|
D | fpsp.h | 17 | All FPSP handlers begin by executing: 49 | On exit, the handlers execute: 60 | type that was generated. Some handlers may omit the "frestore"
|
D | res_func.S | 1461 | handlers. 1479 | handlers.
|
/linux-2.4.37.9/Documentation/parisc/ |
D | debugging | 33 registers interruption handlers read to find out where the machine
|
/linux-2.4.37.9/drivers/scsi/ |
D | changelog.megaraid2 | 105 handlers. 109 failing handlers right-away.
|
/linux-2.4.37.9/Documentation/input/ |
D | input.txt | 46 1.2 Event handlers 153 3.2 Event handlers 155 Event handlers distrubite the events from the devices to userland and
|
/linux-2.4.37.9/Documentation/ |
D | smp.tex | 105 trap handlers. After it has obtained the processor information about the 249 processor initialises its trap and interrupt handlers before entering 282 A single spinlock protects the entire kernel. The interrupt handlers, the 283 syscall entry code and the exception handlers all acquire the lock before
|
D | spinlocks.txt | 140 never used in interrupt handlers, you can use the non-irq versions:
|
D | pci.txt | 196 All interrupt handlers should be registered with SA_SHIRQ and use the devid
|
/linux-2.4.37.9/Documentation/sysctl/ |
D | fs.txt | 99 handlers. This value should be 3-4 times larger than the value
|
/linux-2.4.37.9/Documentation/usb/ |
D | ohci.txt | 90 lw0, lw1 are private fields for upper layers for ids or fine grained handlers.
|
D | URB.txt | 189 in completion handlers.
|
/linux-2.4.37.9/drivers/message/fusion/ |
D | mptbase.c | 1560 int handlers; in mpt_do_ioc_recovery() local 1792 r = handlers = 0; in mpt_do_ioc_recovery() 1798 handlers++; in mpt_do_ioc_recovery() 1805 handlers++; in mpt_do_ioc_recovery() 5572 int handlers = 0; in ProcessEventNotification() local 5662 handlers++; in ProcessEventNotification() 5677 *evHandlers = handlers; in ProcessEventNotification()
|
/linux-2.4.37.9/drivers/char/ |
D | sh-sci.c | 1448 void (*handlers[4])(int irq, void *ptr, struct pt_regs *regs) = { in sci_request_irq() local 1467 if (request_irq(port->irqs[i], handlers[i], SA_INTERRUPT, in sci_request_irq()
|
D | ChangeLog | 288 functions, which are called from interrupt handlers.
|
/linux-2.4.37.9/Documentation/isdn/ |
D | README.hysdn | 52 handlers for various protocols like ppp and others as well as config info
|
/linux-2.4.37.9/Documentation/arm/SA1100/ |
D | DMA | 89 restrictions for interrupt handlers still apply.
|
/linux-2.4.37.9/drivers/net/wan/8253x/ |
D | sab8253xds.txt | 2780 outside of the interrupt handlers. The sk_* routines are in general 3309 handlers that can be installed per interrupt. 4309 and all interrupt handlers are freed. 4396 handlers were registered
|
/linux-2.4.37.9/Documentation/s390/ |
D | cds.txt | 497 The Linux/390 kernel does neither know about "fast" interrupt handlers, nor 610 neither know about "fast" interrupt handlers, nor does it allow for interrupt
|