/linux-2.4.37.9/crypto/ |
D | scatterwalk.c | 69 unsigned int more) in scatterwalk_pagedone() argument 78 if (more) { in scatterwalk_pagedone() 92 void scatterwalk_done(struct scatter_walk *walk, int out, int more) in scatterwalk_done() argument 95 if (walk->len_this_page == 0 || !more) in scatterwalk_done() 96 scatterwalk_pagedone(walk, out, more); in scatterwalk_done()
|
/linux-2.4.37.9/arch/arm/lib/ |
D | memzero.S | 63 tst r1, #16 @ 1 16 bytes or more? 67 4: tst r1, #8 @ 1 8 bytes or more? 69 tst r1, #4 @ 1 4 bytes or more? 75 5: tst r1, #2 @ 1 2 bytes or more?
|
/linux-2.4.37.9/Documentation/input/ |
D | joystick-parport.txt | 13 and maybe even more. Like when a lightning kills you it is not our problem. 60 Unfortunately, there are pads that need a lot more of power, and parallel 63 port), and combine the currents of two or more data bits together. 107 also use 5 wires, but have more buttons. They will work as well, of course. 268 However, there is nothing for free. To allow more sticks to be used at 271 joystick can do more (eg. turbofire) you'll need to disable it totally first 274 Also, the connection is a bit more complex. You'll need a bunch of diodes, 309 supports only one button per joystick. For more information on how to build the 341 All the Sega controllers are more or less based on the standard 2-button 369 to the Sega Master System pads. They use more buttons (3+1, 5+1, 6+1). Use [all …]
|
D | gameport-programming.txt | 9 If the gameport doesn't provide more than the inb()/outb() functionality, 20 If your hardware supports more than one io address, and your driver can 21 choose which one program the hardware to, starting from the more exotic 46 it is faster, allowing more reads per second. Registering such a gameport 106 more than one gameport instance simultaneously, use the ->private member of
|
/linux-2.4.37.9/Documentation/video4linux/bttv/ |
D | CONTRIBUTORS | 4 AverMedia fix and more flexible card recognition 20 + many more (please mail me if you are missing in this list and would
|
D | PROBLEMS | 40 Accelerated X costs more than some of the grabber cards ... 54 can sometimes lock up if you use more than 1 bt848 card at the same time. 55 You will always get pixel errors when e.g. using more than 1 card in full
|
/linux-2.4.37.9/arch/alpha/lib/ |
D | ev6-memcpy.S | 107 subq $18, 192, $2 # E : At least two more trips to go? 118 # fallback wh64 address if < 2 more trips 129 cmple $18, 63, $1 # E : At least one more trip? 171 bgt $18, $tail_bytes # U : more to be done? 234 bgt $18, $misalign_byte # U : more to go?
|
D | ev6-memset.S | 177 subq $3, 16, $2 # E : Repeat the loop at least once more? 199 bne $3,loop_b # U : more? 354 subq $3, 16, $2 # E : Repeat the loop at least once more? 376 bne $3,loop # U : more? 541 subq $3, 16, $2 # E : Repeat the loop at least once more? 563 bne $3,loop_w # U : more?
|
/linux-2.4.37.9/drivers/isdn/hisax/ |
D | jade_irq.c | 85 int more, count; in jade_fill_fifo() local 98 more = (bcs->mode == L1_MODE_TRANS) ? 1 : 0; in jade_fill_fifo() 100 more = !0; in jade_fill_fifo() 113 …WriteJADECMDR(cs, bcs->hw.hscx.hscx, jade_HDLC_XCMD, more ? jadeXCMD_XF : (jadeXCMD_XF|jadeXCMD_XM… in jade_fill_fifo()
|
D | hscx_irq.c | 95 int more, count; in hscx_fill_fifo() local 109 more = (bcs->mode == L1_MODE_TRANS) ? 1 : 0; in hscx_fill_fifo() 111 more = !0; in hscx_fill_fifo() 124 WriteHSCXCMDR(cs, bcs->hw.hscx.hscx, more ? 0x8 : 0xa); in hscx_fill_fifo()
|
/linux-2.4.37.9/Documentation/sound/ |
D | INSTALL.awe | 21 See INSTALL.RH for more details. 76 This section described only a brief explanation. For more 118 more details. 130 11. For more advanced use (eg. dynamic loading, virtual bank and
|
/linux-2.4.37.9/Documentation/ |
D | floppy.txt | 40 insmod), first check whether there is a more recent version. 49 This allows more efficient and smoother operation, but may fail on 107 mode. If this is higher, the floppy driver tolerates more 108 interrupt latency, but it triggers more interrupts (i.e. it 109 imposes more load on the rest of the system). If this is 128 you have more than two floppy drives (only two can be 161 flushings, and slightly more unreliable. Please verify your 188 in some more extreme cases."
|
D | tipar.txt | 20 If you need more information, please visit the 'TI drivers' homepage at the URL 75 perhaps more useful you look at ticables library (dev_link.c) that demonstrates 77 probably a lot more useful to people interested in writing applications
|
D | memory.txt | 12 more than 16M installed. Drivers that use bounce buffers 18 as you add more memory. Consider exchanging your
|
D | sx.txt | 33 PURPOSE. See the GNU General Public License for more details. 87 character. Even more than 10 years ago, the trick not to use 108 more efficient (provided you actually use the card intensively). 188 times more debugging output than you'll get characters 195 Theoretically new SXDCs should be capable of more than 460k 201 number of interrupts per second if you have more than 256*100 bytes 205 (Psst Linux users..... I think the Linux driver is more efficient than 241 This creates 64 devices. If you have more, increase the constant on
|
/linux-2.4.37.9/lib/zlib_deflate/ |
D | deflate.c | 866 unsigned more; /* Amount of free space at the end of the window. */ local 870 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart); 873 if (more == 0 && s->strstart == 0 && s->lookahead == 0) { 874 more = wsize; 876 } else if (more == (unsigned)(-1)) { 880 more--; 915 more += wsize; 930 Assert(more >= 2, "more < 2"); 932 n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more); 940 Call UPDATE_HASH() MIN_MATCH-3 more times [all …]
|
/linux-2.4.37.9/Documentation/networking/ |
D | cops.txt | 8 such as more IO ports. As this driver is tested it will 9 become more clear exactly what cards are supported. 12 LT-200 cards work in a somewhat more limited capacity than the
|
D | Configurable | 12 Some of these are accessible via the sysctl interface, and many more are 27 A value of about 4 k would be more appropriate, which can be set via:
|
/linux-2.4.37.9/net/netrom/ |
D | nr_in.c | 50 static int nr_queue_rx_frame(struct sock *sk, struct sk_buff *skb, int more) in nr_queue_rx_frame() argument 58 if (more) { in nr_queue_rx_frame() 64 if (!more && sk->protinfo.nr->fraglen > 0) { /* End of fragment */ in nr_queue_rx_frame()
|
/linux-2.4.37.9/ |
D | REPORTING-BUGS | 5 to the kind of information that can be useful to developers - no more. 16 describe how to recreate it. That is worth even more than the oops itself. 20 linux-kernel@vger.kernel.org. (For more information on the linux-kernel
|
/linux-2.4.37.9/Documentation/arm/SA1100/ |
D | Yopy | 1 See http://www.yopydeveloper.org for more.
|
/linux-2.4.37.9/Documentation/x86_64/ |
D | boot-options.txt | 8 (see the Opteron BIOS&Kernel manual for more details on the banks etc.) 14 mce=device Enable more machine check options in Northbridge. 75 events. This will make the CPUs burn a lot more power, but may be useful 77 makes some profiling using performance counters more accurate.
|
/linux-2.4.37.9/fs/umsdos/ |
D | README-WIP.txt | 5 There is no warning any more. 15 get enough time - there are more important things to fix right now. 99 See http://linux.voyager.hr/umsdos/hlbug.html for more info and upgrade
|
/linux-2.4.37.9/Documentation/usb/ |
D | proc_usb_info.txt | 16 An alternative and more permanent method would be to add 33 For more information on mounting the usbfs file system, see the 58 would issue more ioctls to the device to communicate to it using 230 Each configuration consists of one or more interfaces. Each 250 A given interface may have one or more "alternate" settings. 251 For example, default settings may not use more than a small 291 where the valid characters are TDPCIE. With a slightly more able 299 of the USB devices on a system's root hub. (See more below 382 Or, in a more tree-like structure (ports [Connectors] without
|
/linux-2.4.37.9/arch/i386/math-emu/ |
D | README | 15 | GNU General Public License for more details. | 48 For more information on the emulator and on floating point topics, see 74 a value of pi which is accurate to more than 128 bits. As a consequence, 75 the reduced argument is accurate to more than 64 bits for arguments up 76 to a few pi, and accurate to more than 64 bits for most arguments, 104 Some of the more important differences are listed below: 221 progressively slower for most functions as more of the 80486 features 273 for pi which is accurate to more than 128 bits precision. As a 299 pi/2) the emulator is more accurate than an 80486 FPU. For very large 300 arguments, the emulator is far more accurate. [all …]
|