Home
last modified time | relevance | path

Searched refs:handlers (Results 1 – 25 of 33) sorted by relevance

12

/linux-2.4.37.9/arch/sh/kernel/
Dhd64465_gpio.c86 } 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/
DTODO12 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/
Dipmi_msghandler.c131 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 …]
Dipmi_kcs_intf.c761 static struct ipmi_smi_handlers handlers = variable
987 rv = ipmi_register_smi(&handlers, in init_one_kcs()
/linux-2.4.37.9/include/linux/
Dipmi_smi.h114 int ipmi_register_smi(struct ipmi_smi_handlers *handlers,
/linux-2.4.37.9/arch/m68k/ifpsp060/
Dfpsp.doc33 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/
Dx_store.S6 | Used by underflow and overflow handlers.
55 | handlers restore fp0-fp3 from there.
Dfpsp.h17 | All FPSP handlers begin by executing:
49 | On exit, the handlers execute:
60 | type that was generated. Some handlers may omit the "frestore"
Dres_func.S1461 | handlers.
1479 | handlers.
/linux-2.4.37.9/Documentation/parisc/
Ddebugging33 registers interruption handlers read to find out where the machine
/linux-2.4.37.9/drivers/scsi/
Dchangelog.megaraid2105 handlers.
109 failing handlers right-away.
/linux-2.4.37.9/Documentation/input/
Dinput.txt46 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/
Dsmp.tex105 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
Dspinlocks.txt140 never used in interrupt handlers, you can use the non-irq versions:
Dpci.txt196 All interrupt handlers should be registered with SA_SHIRQ and use the devid
/linux-2.4.37.9/Documentation/sysctl/
Dfs.txt99 handlers. This value should be 3-4 times larger than the value
/linux-2.4.37.9/Documentation/usb/
Dohci.txt90 lw0, lw1 are private fields for upper layers for ids or fine grained handlers.
DURB.txt189 in completion handlers.
/linux-2.4.37.9/drivers/message/fusion/
Dmptbase.c1560 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/
Dsh-sci.c1448 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()
DChangeLog288 functions, which are called from interrupt handlers.
/linux-2.4.37.9/Documentation/isdn/
DREADME.hysdn52 handlers for various protocols like ppp and others as well as config info
/linux-2.4.37.9/Documentation/arm/SA1100/
DDMA89 restrictions for interrupt handlers still apply.
/linux-2.4.37.9/drivers/net/wan/8253x/
Dsab8253xds.txt2780 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/
Dcds.txt497 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

12