Searched refs:delay (Results 1 - 25 of 2288) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/usb/
H A Disp116x.h22 /* Inter-io delay (ns). The chip is picky about access timings; it
24 150ns delay between consecutive accesses to DATA_REG,
25 300ns delay between access to ADDR_REG and DATA_REG
28 void (*delay) (struct device * dev, int delay); member in struct:isp116x_platform_data
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zeroconf-0.9/
H A Ddelay.c2 * delay.c
4 * implementation of delay API
13 #include "delay.h"
21 void delay_setup_fixed (struct itimerval *delay, int delay_secs) argument
24 memset(delay, 0, sizeof(struct itimerval));
27 fprintf(stderr, "delay fixed for %d\n", delay_secs);
29 delay->it_value.tv_sec = delay_secs;
33 void delay_setup_random(struct itimerval *delay, argument
42 memset(delay, 0, sizeof(struct itimerval));
44 /* compute the delay tim
64 delay_setup_immed(struct itimerval *delay) argument
72 delay_run(struct itimerval *delay) argument
[all...]
H A Ddelay.h2 * our delay API
10 * have a single delay outstanding at once. Delays are always against
22 void delay_setup_fixed (struct itimerval *delay, int delay_secs);
24 void delay_setup_random(struct itimerval *delay,
28 void delay_setup_immed (struct itimerval *delay);
30 void delay_run (struct itimerval *delay);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/pmc-sierra/yosemite/
H A Datmel_read_eeprom.c40 static void delay(int delay) argument
42 while (delay--);
48 delay(TXX);
54 delay(TXX);
56 delay(TXX);
75 delay(TXX);
77 delay(TXX);
79 delay(TXX);
85 delay(TX
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/emu10k1/
H A Dtimer.c62 void emu10k1_timer_install(struct emu10k1_card *card, struct emu_timer *timer, u16 delay) argument
68 if (delay < 5)
69 delay = 5;
71 timer->delay = delay;
76 timer->count_max = timer->delay / (card->timer_delay < 1024 ? card->timer_delay : 1024);
81 if (card->timer_delay > delay) {
85 card->timer_delay = delay;
86 delay = (delay < 102
111 u16 delay = TIMER_STOPPED; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_LED.h9 __u32 delay; /* Delay until LED is switched off after trigger */ member in struct:xt_led_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/lib/
H A Ddelay.c2 * arch/m68knommu/lib/delay.c
13 #include <asm/delay.h>
H A DMakefile7 checksum.o semaphore.o memcpy.o memset.o delay.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/
H A Ddelay.h10 #include <asm/arch/delay.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/celleb/
H A Dudbg_beat.c80 volatile unsigned long delay; local
81 for (delay=0; delay < 2000000; delay++)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/lib/
H A DMakefile6 delay.o strlen.o usercopy.o csum_partial_copy.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dtime.h26 static inline void delay(long ticks) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Dmcp2120-sir.c22 #include <linux/delay.h>
101 unsigned delay = 0; local
147 delay = 100;
163 return (delay > 0) ? delay : ret;
187 unsigned delay = 0; local
198 delay = 50;
206 delay = 50;
221 return (delay > 0) ? delay
[all...]
H A Dgirbil-sir.c26 #include <linux/delay.h>
125 unsigned delay = 0; local
171 delay = 100;
187 return (delay > 0) ? delay : ret;
208 unsigned delay = 0; local
219 delay = 20;
226 delay = 20;
233 delay = 20;
249 return (delay >
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/init/
H A Dhalt.c31 char *delay; local
38 flags = getopt32(argv, "d:nf:q", &delay);
39 if (flags & 1) sleep(xatou(delay));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/leds/
H A Dledtrig-heartbeat.c33 unsigned long delay = 0; local
48 delay = msecs_to_jiffies(70);
53 delay = heartbeat_data->period / 4 - msecs_to_jiffies(70);
57 delay = msecs_to_jiffies(70);
62 delay = heartbeat_data->period - heartbeat_data->period / 4 -
69 mod_timer(&heartbeat_data->timer, jiffies + delay);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/lib/
H A DMakefile7 lib-y += delay.o string.o uaccess_std.o uaccess_pt.o qrnnd.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/lib/
H A DMakefile5 lib-y = delay.o memset.o memmove.o memchr.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/lib/
H A DMakefile6 lib-y = checksum.o delay.o usercopy.o getuser.o putuser.o memcpy.o strstr.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dbugs.h10 #include <linux/delay.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dbugs.h10 #include <linux/delay.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-omap/
H A Dkeypad.h19 unsigned long delay; member in struct:omap_kp_platform_data
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_LED.c30 {.name = "led-delay", .id = O_LED_DELAY, .type = XTTYPE_STRING},
42 "--led-delay ms leave the LED on for this number of\n"
61 led->delay = -1;
63 led->delay = strtoul(cb->arg, NULL, 0);
86 if (led->delay == -1)
87 printf(" led-delay:inf");
89 printf(" led-delay:%dms", led->delay);
109 /* Only print the delay if it's not zero (the default) */
110 if (led->delay >
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drndlinux.c102 int delay; local
127 delay = 0; /* Start with 0 seconds so that we do no block on the
139 tv.tv_sec = delay;
140 tv.tv_usec = delay? 0 : 100000;
150 delay = 3; /* Use 3 seconds henceforth. */
156 if (!delay)
157 delay = 1; /* Use 1 second if we encounter an error before
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/emu10k1/
H A Dtimer.c37 unsigned int delay; local
40 delay = timer->sticks - 1;
41 if (delay < 5 ) /* minimum time is 5 ticks */
42 delay = 5;
45 outw(delay & TIMER_RATE_MASK, emu->port + TIMER);

Completed in 132 milliseconds

1234567891011>>