Home
last modified time | relevance | path

Searched refs:once (Results 1 – 25 of 128) sorted by relevance

123456

/linux-2.4.37.9/include/asm-m68k/
Dsun3xflop.h50 static int once = 0; in sun3x_82072_fd_inb() local
62 if(!once) { in sun3x_82072_fd_inb()
63 once = 1; in sun3x_82072_fd_inb()
206 static int once = 0; in sun3xflop_request_irq() local
209 if(!once) { in sun3xflop_request_irq()
210 once = 1; in sun3xflop_request_irq()
/linux-2.4.37.9/drivers/char/ftape/lowlevel/
Dftape-calibr.c230 unsigned int once; in ftape_calibrate() local
242 once = diff(t0, t1); in ftape_calibrate()
248 time = ftape_timediff(0, multiple - once); in ftape_calibrate()
251 usecs(once), count - 1, usecs(multiple), tc); in ftape_calibrate()
/linux-2.4.37.9/include/asm-sparc/
Dfloppy.h266 static int once = 0; in sun_fd_request_irq() local
269 if(!once) { in sun_fd_request_irq()
270 once = 1; in sun_fd_request_irq()
/linux-2.4.37.9/drivers/net/
Dethertap.c176 static int once; in ethertap_start_xmit() local
179 if (!once) { in ethertap_start_xmit()
180 once = 1; in ethertap_start_xmit()
Dsgiseeq.c202 static int once; in sgiseeq_dump_rings() local
208 if (once) in sgiseeq_dump_rings()
210 once++; in sgiseeq_dump_rings()
/linux-2.4.37.9/fs/proc/
Dinode-alloc.txt12 a) once we'll split the thing into several virtual filesystems we
/linux-2.4.37.9/Documentation/isdn/
DREADME.syncppp32 the ipppd once after installing the modules. The ipppd
35 all devices at once. If you want to use two PPP connections
/linux-2.4.37.9/Documentation/
Dscsi.txt26 once the scsi core is present in the kernel (either compiled in or loaded
31 and then unload it once you have no further need for the driver (and release
Dlaptop-mode.txt29 hard drive once it has been spun up, flushing the old dirty data out to
32 a few seconds. This means that once the disk spins down again, everything
/linux-2.4.37.9/Documentation/usb/
Dsilverlink.txt53 DESC: Timeout value in tenth of seconds. If no data is available once this
63 without any data. The application should retry a read operation at least once.
Dbluetooth.txt12 devices at once.
/linux-2.4.37.9/arch/sh/lib/
Dmemset.S42 mov.l r5,@-r4 ! set 8-byte at once
/linux-2.4.37.9/include/asm-sparc64/
Dfloppy.h221 static int once = 0; in sun_fd_request_irq() local
224 if(!once) { in sun_fd_request_irq()
225 once = 1; in sun_fd_request_irq()
/linux-2.4.37.9/Documentation/video4linux/bttv/
DREADME.quirks31 access to the Bt879. Neither function can preempt the other once on the
55 internal arbiter may still logical-or the two requests. However, once
DInsmod-options138 once=1 Don't check the TV-stations Audio mode
139 every few seconds, but only once after
/linux-2.4.37.9/arch/ppc/kernel/
Dirq.c571 static int once = 0; in init_IRQ() local
573 if ( once ) in init_IRQ()
576 once++; in init_IRQ()
/linux-2.4.37.9/arch/alpha/lib/
Dev6-memset.S177 subq $3, 16, $2 # E : Repeat the loop at least once more?
354 subq $3, 16, $2 # E : Repeat the loop at least once more?
541 subq $3, 16, $2 # E : Repeat the loop at least once more?
/linux-2.4.37.9/Documentation/cdrom/
Dmcdx12 and so on, one entry for each drive to support, once.
Doptcd19 Before you can use the driver, you have to create the device file once:
/linux-2.4.37.9/Documentation/input/
Djoystick-parport.txt39 and/or SNES gamepads connected to the parallel port at once, the output
269 once, you need the sticks to be purely switch based (that is non-TTL), and
459 Should you want to use more than one of parallel ports at once, you can use
491 Should you want to use more than one of these joysticks/pads at once, you
506 Should you want to use more than one of these interfaces at once, you can
/linux-2.4.37.9/arch/sparc64/kernel/
Ddtlb_backend.S80 retry ! Load PTE once again
/linux-2.4.37.9/arch/sh64/kernel/
Dprocess.c228 int once = 0; variable
238 if (!once) { in idle_trace()
250 once++; in idle_trace()
/linux-2.4.37.9/arch/ppc64/kernel/
Dirq.c881 static int once = 0; in init_IRQ() local
883 if ( once ) in init_IRQ()
886 once++; in init_IRQ()
/linux-2.4.37.9/Documentation/networking/
Ddriver.txt67 3) Do not forget that once you return 0 from your hard_start_xmit
/linux-2.4.37.9/Documentation/sound/
DOPL3-SA46 If you said yes, the software synth is available once you boot your new

123456