Searched refs:delay (Results 101 - 125 of 2387) sorted by relevance

1234567891011>>

/drivers/video/backlight/
H A Dlms283gf05.c13 #include <linux/delay.h>
30 unsigned char delay; member in struct:lms283gf05_seq
123 mdelay(seq[i].delay);
/drivers/w1/
H A Dw1_io.c24 #include <linux/delay.h>
114 * them, or execute the delay otherwise, in either case clear the request.
431 * @param delay time in milliseconds
434 void w1_next_pullup(struct w1_master *dev, int delay) argument
436 dev->pullup_duration = delay;
/drivers/media/dvb/dvb-core/
H A Ddvb_ca_en50221.c36 #include <linux/delay.h>
155 unsigned long delay; member in struct:dvb_ca_private
912 * Update the delay used by the thread.
918 int delay; local
929 delay = HZ * 60; /* 60s */
931 delay = HZ * 5; /* 5s */
934 delay = HZ * 60; /* 60s */
936 delay = HZ / 10; /* 100ms */
944 delay = HZ / 10; /* 100ms */
948 delay
[all...]
/drivers/block/paride/
H A Dbpck.c12 1.01 GRG 1998.05.05 init_proto, release_proto, pi->delay
13 1.02 GRG 1998.08.15 default pi->delay returned to 4
21 #include <linux/delay.h>
354 om = pi->mode; od = pi->delay;
355 pi->mode = 0; pi->delay = 6;
397 pi->mode = om; pi->delay = od;
442 printk(" at 0x%x, mode %d (%s), delay %d\n",pi->port,
443 pi->mode,mode_string[pi->mode],pi->delay);
H A Dparide.c348 int unit, int protocol, int delay, char *scratch,
384 if (delay == -1)
385 pi->delay = pi->proto->default_delay;
387 pi->delay = delay;
347 pi_init(PIA * pi, int autoprobe, int port, int mode, int unit, int protocol, int delay, char *scratch, int devtype, int verbose, char *device) argument
/drivers/edac/
H A Dedac_device.c402 round_jiffies_relative(edac_dev->delay));
405 edac_dev->delay);
411 * passing in the new delay period in msec
423 edac_dev->delay = msecs_to_jiffies(msec);
434 round_jiffies_relative(edac_dev->delay));
437 edac_dev->delay);
460 * Then restart the workq on the new delay
471 /* restart the workq request, with new delay value */
/drivers/infiniband/core/
H A Daddr.c153 unsigned long delay; local
157 delay = time - jiffies;
158 if ((long)delay <= 0)
159 delay = 1;
161 queue_delayed_work(addr_wq, &work, delay);
/drivers/isdn/hisax/
H A Dteleint.c229 int delay; local
250 delay = HZ / 100;
251 if (!delay)
252 delay = 1;
253 cs->hw.hfc.timer.expires = jiffies + delay;
/drivers/staging/iio/light/
H A Dtsl2563.c33 #include <linux/delay.h>
271 unsigned int delay; local
275 delay = 14;
278 delay = 101;
281 delay = 402;
284 * TODO: Make sure that we wait at least required delay but why we
287 schedule_timeout_interruptible(msecs_to_jiffies(delay) + 2);
/drivers/block/
H A Dida_cmd.h306 __u16 delay; member in struct:__anon314
312 __u16 delay; member in struct:__anon315
317 __u16 delay; member in struct:__anon316
/drivers/md/
H A Ddm-delay.c18 #define DM_MSG_PREFIX "delay"
125 * <device> <offset> <delay> [<write_device> <write_offset> <write_delay>]
156 ti->error = "Invalid delay";
177 ti->error = "Invalid write delay";
231 static int delay_bio(struct delay_c *dc, int delay, struct bio *bio) argument
236 if (!delay || !atomic_read(&dc->may_delay))
243 delayed->expires = expires = jiffies + (delay * HZ / 1000);
340 .name = "delay",
395 MODULE_DESCRIPTION(DM_NAME " delay target");
/drivers/ata/
H A Dpata_isapnp.c14 #include <linux/delay.h>
H A Dpata_jmicron.c15 #include <linux/delay.h>
H A Dpata_marvell.c16 #include <linux/delay.h>
H A Dpata_palmld.c28 #include <linux/delay.h>
H A Dpata_piccolo.c23 #include <linux/delay.h>
H A Dpata_rz1000.c19 #include <linux/delay.h>
H A Dpata_sch.c32 #include <linux/delay.h>
/drivers/auxdisplay/
H A Dcfag12864bfb.c29 #include <linux/delay.h>
H A Dks0108.c29 #include <linux/delay.h>
/drivers/char/
H A Dhangcheck-timer.c28 * checks whether it was delayed and if that delay exceeds a given
48 #include <linux/delay.h>
66 MODULE_PARM_DESC(hangcheck_tick, "Timer delay.");
/drivers/char/hw_random/
H A Damd-rng.c31 #include <linux/delay.h>
H A Dpasemi-rng.c26 #include <linux/delay.h>
H A Dpicoxcell-rng.c11 #include <linux/delay.h>
H A Dppc4xx-rng.c15 #include <linux/delay.h>

Completed in 364 milliseconds

1234567891011>>