Home
last modified time | relevance | path

Searched refs:hand (Results 1 – 25 of 56) sorted by relevance

123

/linux-2.4.37.9/include/asm-arm/arch-shark/
Dkeyboard.h65 #define aux_request_irq(hand, dev_id) \ argument
66 request_irq(AUX_IRQ, hand, SA_SHIRQ, "PS/2 Mouse", dev_id)
/linux-2.4.37.9/include/asm-arm/arch-ebsa285/
Dkeyboard.h64 #define aux_request_irq(hand, dev_id) \ argument
65 request_irq(AUX_IRQ, hand, SA_SHIRQ, "PS/2 Mouse", dev_id)
/linux-2.4.37.9/include/asm-alpha/
Dkeyboard.h65 #define aux_request_irq(hand, dev_id) \ argument
66 request_irq(AUX_IRQ, hand, SA_SHIRQ, "PS/2 Mouse", dev_id)
/linux-2.4.37.9/include/asm-sh/
Dkeyboard-hs7729pci.h62 #define aux_request_irq(hand, dev_id) \ argument
63 request_irq(AUX_IRQ, hand, SA_SHIRQ, "PS/2 Mouse", dev_id)
/linux-2.4.37.9/include/asm-sh64/
Dkeyboard.h67 #define aux_request_irq(hand, dev_id) \ argument
68 request_irq(AUX_IRQ, hand, SA_SHIRQ, "PS/2 Mouse", dev_id)
/linux-2.4.37.9/include/asm-i386/
Dkeyboard.h66 #define aux_request_irq(hand, dev_id) \ argument
67 request_irq(AUX_IRQ, hand, SA_SHIRQ, "PS/2 Mouse", dev_id)
/linux-2.4.37.9/include/asm-x86_64/
Dkeyboard.h65 #define aux_request_irq(hand, dev_id) \ argument
66 request_irq(AUX_IRQ, hand, SA_SHIRQ, "PS/2 Mouse", dev_id)
/linux-2.4.37.9/arch/ppc/platforms/
Drpxlite.h72 #define ide_request_irq(irq,hand,flg,dev,id) request_8xxirq((irq),(hand),(flg),(dev),(id)) argument
Drpxclassic.h85 #define ide_request_irq(irq,hand,flg,dev,id) request_8xxirq((irq),(hand),(flg),(dev),(id)) argument
/linux-2.4.37.9/include/asm-ia64/
Dkeyboard.h64 #define aux_request_irq(hand, dev_id) \ argument
65 request_irq(AUX_IRQ, hand, SA_SHIRQ, "PS/2 Mouse", dev_id)
/linux-2.4.37.9/include/asm-sparc/
Dkeyboard.h72 #define aux_request_irq(hand, dev_id) \ argument
73 request_irq(AUX_IRQ, hand, SA_SHIRQ, "PS/2 Mouse", dev_id)
/linux-2.4.37.9/include/asm-ppc64/
Dkeyboard.h108 #define aux_request_irq(hand, dev_id) \ argument
109 request_irq(AUX_IRQ, hand, SA_SHIRQ, "PS/2 Mouse", dev_id)
/linux-2.4.37.9/include/asm-ppc/
Dkeyboard.h108 #define aux_request_irq(hand, dev_id) \ argument
109 request_irq(AUX_IRQ, hand, SA_SHIRQ, "PS/2 Mouse", dev_id)
/linux-2.4.37.9/include/asm-mips/
Dkeyboard.h71 #define aux_request_irq(hand, dev_id) kbd_ops->aux_request_irq(hand) argument
/linux-2.4.37.9/include/asm-mips64/
Dkeyboard.h71 #define aux_request_irq(hand, dev_id) kbd_ops->aux_request_irq(hand) argument
/linux-2.4.37.9/Documentation/
Dsmp.txt6 kernel images on hand. Edit /etc/lilo.conf to create an entry
DIO-mapping.txt106 on the other hand, you want the bus address when you have a buffer that
/linux-2.4.37.9/Documentation/mips/pci/
Dpci.README65 pci_ops.c, on the other hand, are usually pci controller specific so that
/linux-2.4.37.9/Documentation/networking/
Dipddp.txt49 which enables you to add routes to the kernel for your Macs by hand.
Dtuntap.txt57 insert the module by hand:
DDLINK.txt172 be easy to apply "by hand", since they are trivial.
/linux-2.4.37.9/Documentation/kbuild/
Dmakefiles.txt110 immediate evaluation of the right-hand side and stores an actual string
111 into the left-hand side. "=" is like a formula definition; it stores the
112 right-hand side in an unevaluated form and then evaluates this form each
113 time the left-hand side is used.
826 Notice the use of $(CONFIG_...) substitutions on the left hand
/linux-2.4.37.9/Documentation/i386/
DIO-APIC.txt36 you can use the pirq= boot parameter to 'hand-construct' IRQ entries. This
/linux-2.4.37.9/Documentation/input/
Dff.txt28 should keep a hand on your device, in order to avoid it to brake down if
/linux-2.4.37.9/drivers/usb/serial/
Dkeyspan_pda.S179 ;;; local variables. These are not initialized properly: do it by hand.
575 ;; leftover strings). Writing this out by hand is a nuisance, so for

123