/linux-2.6.39/Documentation/watchdog/ |
D | watchdog-parameters.txt | 16 nowayout: Watchdog cannot be stopped once started 23 nowayout: Watchdog cannot be stopped once started 28 nowayout: Watchdog cannot be stopped once started 35 nowayout: Watchdog cannot be stopped once started 45 nowayout: Watchdog cannot be stopped once started 50 nowayout: Watchdog cannot be stopped once started 55 nowayout: Watchdog cannot be stopped once started 60 nowayout: Watchdog cannot be stopped once started 65 nowayout: Watchdog cannot be stopped once started 85 nowayout: Watchdog cannot be stopped once started [all …]
|
/linux-2.6.39/arch/m68k/include/asm/ |
D | sun3xflop.h | 48 static int once = 0; in sun3x_82072_fd_inb() local 60 if(!once) { in sun3x_82072_fd_inb() 61 once = 1; in sun3x_82072_fd_inb() 205 static int once = 0; in sun3xflop_request_irq() local 208 if(!once) { in sun3xflop_request_irq() 209 once = 1; in sun3xflop_request_irq()
|
/linux-2.6.39/arch/arm/mach-mxs/ |
D | ocotp.c | 36 static int once = 0; in mxs_get_ocotp() local 38 if (once) in mxs_get_ocotp() 80 once = 1; in mxs_get_ocotp()
|
/linux-2.6.39/arch/m32r/platforms/oaks32r/ |
D | setup.c | 68 static int once = 0; in init_IRQ() local 70 if (once) in init_IRQ() 73 once++; in init_IRQ()
|
/linux-2.6.39/arch/m32r/platforms/m32104ut/ |
D | setup.c | 70 static int once = 0; in init_IRQ() local 72 if (once) in init_IRQ() 75 once++; in init_IRQ()
|
/linux-2.6.39/arch/m32r/platforms/mappi/ |
D | setup.c | 69 static int once = 0; in init_IRQ() local 71 if (once) in init_IRQ() 74 once++; in init_IRQ()
|
/linux-2.6.39/arch/m32r/platforms/usrv/ |
D | setup.c | 132 static int once = 0; in init_IRQ() local 135 if (once) in init_IRQ() 138 once++; in init_IRQ()
|
/linux-2.6.39/arch/sparc/include/asm/ |
D | floppy_32.h | 290 static int once = 0; in sun_fd_request_irq() local 293 if(!once) { in sun_fd_request_irq() 294 once = 1; in sun_fd_request_irq()
|
/linux-2.6.39/Documentation/power/ |
D | apm-acpi.txt | 17 once. Some people with broken ACPI or broken APM implementations 20 interface can be in control of the machine at once. Think about it..
|
/linux-2.6.39/Documentation/hwmon/ |
D | lm78 | 32 Temperatures are measured in degrees Celsius. An alarm is triggered once 60 is read at least once. This means that the cause for the alarm may 64 miss once-only alarms.
|
D | via686a | 42 Temperatures are measured in degrees Celsius. An alarm is triggered once 59 is read at least once. This means that the cause for the alarm may 63 miss once-only alarms.
|
D | sis5595 | 68 Temperatures are measured in degrees Celsius. An alarm is triggered once 93 is read at least once. This means that the cause for the alarm may already 97 once-only alarms.
|
D | adt7462 | 35 the registers more often than once every other second. Further, 36 configuration data is only read once per minute.
|
D | lm80 | 49 is read at least once. This means that the cause for the alarm may 53 miss once-only alarms.
|
D | smsc47m1 | 54 is read at least once. This means that the cause for the alarm may 58 miss once-only alarms.
|
D | adm9240 | 57 The adm9240 driver will take a measurement reading no faster than once 66 DS1780 measurement cycle is about once per second including fan speed. 68 LM81 measurement cycle is about once per 400ms including fan speed. 77 Temperature alarm is asserted once the temperature exceeds the high limit,
|
D | adt7470 | 37 registers more often than once every 5 seconds. Further, configuration data is 38 only read once per minute.
|
/linux-2.6.39/drivers/scsi/bfa/ |
D | bfa.h | 138 bfa_boolean_t once; member 154 if (!(__hcb_qe)->once) { \ 156 (__hcb_qe)->once = BFA_TRUE; \ 161 (__hcb_qe)->once = BFA_FALSE; \
|
/linux-2.6.39/drivers/atm/ |
D | Kconfig | 91 Burst sixteen words at once in the send direction. This may work 98 Burst eight words at once in the send direction. This is the default 105 Burst four words at once in the send direction. You may want to try 113 Burst two words at once in the send direction. You may want to try 121 Burst sixteen words at once in the receive direction. This may work 128 Burst eight words at once in the receive direction. This may work 136 Burst four words at once in the receive direction. This is the 144 Burst two words at once in the receive direction. You may want to 275 This is a driver for the Horizon chipset ATM adapter cards once
|
/linux-2.6.39/Documentation/isdn/ |
D | README.syncppp | 32 the ipppd once after installing the modules. The ipppd 35 all devices at once. If you want to use two PPP connections
|
/linux-2.6.39/Documentation/scsi/ |
D | scsi.txt | 26 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
|
/linux-2.6.39/scripts/coccinelle/tests/ |
D | doubletest.cocci | 1 /// Find &&/|| operations that include the same argument more than once
|
/linux-2.6.39/Documentation/ABI/testing/ |
D | sysfs-class-power | 10 and once the counter drops out of considerable bounds, take
|
/linux-2.6.39/arch/sparc/kernel/ |
D | pci_sabre.c | 408 static int once; in sabre_scan_bus() local 428 if (once != 0) { in sabre_scan_bus() 432 once++; in sabre_scan_bus()
|
/linux-2.6.39/sound/soc/blackfin/ |
D | bf5xx-ac97-pcm.c | 89 if (sport->once == 0) { in bf5xx_dma_irq() 92 sport->once = 1; in bf5xx_dma_irq() 138 sport->once = 0; in bf5xx_pcm_hw_free()
|