Searched refs:delay (Results 176 - 200 of 2387) sorted by relevance

1234567891011>>

/drivers/pps/generators/
H A Dpps_gen_parport.c47 MODULE_PARM_DESC(delay,
49 module_param_named(delay, send_delay, uint, 0);
252 pr_err("delay value should be not greater"
/drivers/regulator/
H A Dtwl-regulator.c15 #include <linux/delay.h>
47 /* regulator specific turn-on delay */
48 u16 delay; member in struct:twlreg_info
208 udelay(info->delay);
228 udelay(info->delay);
932 .delay = turnon_delay, \
948 .delay = turnon_delay, \
1006 .delay = turnon_delay, \
1021 .delay = turnon_delay, \
1067 /* Turnon-delay an
[all...]
/drivers/staging/speakup/
H A Dspk_types.h11 #include <linux/delay.h>
157 int delay; member in struct:spk_synth
/drivers/video/geode/
H A Ddisplay_gx1.c17 #include <linux/delay.h>
20 #include <asm/delay.h>
184 udelay(1000); /* delay after TIMING_CFG. FIXME: perhaps a little long */
H A Dvideo_gx.c15 #include <linux/delay.h>
17 #include <asm/delay.h>
/drivers/video/
H A Dhecubafb.c36 #include <linux/delay.h>
210 .delay = HZ,
H A Dsh_mipi_dsi.c13 #include <linux/delay.h>
136 u32 tmp, top, bottom, delay, div; local
342 delay = 0;
363 delay = (pdata->lane * tmp);
366 iowrite32(top | (bottom + delay) , mipi->linkbase + VMLEN2);
/drivers/base/power/
H A Dsysfs.c204 long delay; local
209 if (strict_strtol(buf, 10, &delay) != 0 || delay != (int) delay)
213 pm_runtime_set_autosuspend_delay(dev, delay);
H A Druntime.c81 * pm_runtime_autosuspend_expiration - Get a device's autosuspend-delay expiration time.
84 * Compute the autosuspend-delay expiration time based on the device's
85 * power.last_busy time. If the delay has already expired or is disabled
301 * flag is set and the next autosuspend-delay expiration time is in the
339 * set to expire at or before the autosuspend delay,
754 * @delay: Time to wait before submitting a suspend request, in milliseconds.
756 int pm_schedule_suspend(struct device *dev, unsigned int delay) argument
763 if (!delay) {
775 dev->power.timer_expires = jiffies + msecs_to_jiffies(delay);
1199 * Prevent runtime suspend if the new delay i
1206 int delay = dev->power.autosuspend_delay; local
1239 pm_runtime_set_autosuspend_delay(struct device *dev, int delay) argument
[all...]
/drivers/media/dvb/frontends/
H A Dstv0297.c26 #include <linux/delay.h>
414 int delay; local
425 delay = 100;
431 delay = 200;
572 timeout = jiffies + msecs_to_jiffies(delay);
602 /* is it still locked after that delay? */
/drivers/misc/
H A Dakm8975.c30 #include <linux/delay.h>
328 short delay; local
383 delay = akmd_delay;
402 if (copy_to_user(argp, &delay, sizeof(delay)))
/drivers/scsi/fnic/
H A Dvnic_dev.c23 #include <linux/delay.h>
236 int delay; local
265 for (delay = 0; delay < wait; delay++) {
/drivers/scsi/libfc/
H A Dfc_disc.c48 #define FC_DISC_RETRY_DELAY 500UL /* (msecs) delay */
314 unsigned long delay = 0; local
323 * retry after delay.
328 delay = msecs_to_jiffies(FC_DISC_RETRY_DELAY);
330 delay = msecs_to_jiffies(lport->e_d_tov);
334 delay /= 4;
337 schedule_delayed_work(&disc->disc_work, delay);
/drivers/video/omap/
H A Dlcd_mipid.c22 #include <linux/delay.h>
297 int delay; local
302 delay = 25;
306 msleep(delay);
317 delay = 10;
/drivers/video/sis/
H A Dinit301.c446 SiS_GenericDelay(struct SiS_Private *SiS_Pr, unsigned short delay) argument
448 SiS_DDC2Delay(SiS_Pr, delay * 36);
454 SiS_LongDelay(struct SiS_Private *SiS_Pr, unsigned short delay) argument
456 while(delay--) {
464 SiS_ShortDelay(struct SiS_Private *SiS_Pr, unsigned short delay) argument
466 while(delay--) {
6153 /* 3. Panel delay compensation */
9642 unsigned short delay=0,index,myindex,temp,romptr=0; local
9651 /* Find delay (from ROM, internal tables, PCI subsystem) */
9658 if(romptr) delay
10150 unsigned short delay = 0, romptr = 0, index, lcdpdcindex; local
[all...]
/drivers/media/video/tm6000/
H A Dtm6000-core.c41 int delay = 5000; local
94 delay = 0;
98 /* Calculate delay time, 14000us for 64 bytes */
100 if (tsleep < delay)
101 tsleep = delay;
104 else if (delay)
105 usleep_range(delay, delay + 1000);
/drivers/spi/
H A Dspi-davinci.c24 #include <linux/delay.h>
350 u32 delay = 0; local
364 delay |= (spicfg->c2tdelay << SPIDELAY_C2TDELAY_SHIFT)
366 delay |= (spicfg->t2cdelay << SPIDELAY_T2CDELAY_SHIFT)
372 delay |= (spicfg->t2edelay << SPIDELAY_T2EDELAY_SHIFT)
374 delay |= (spicfg->c2edelay << SPIDELAY_C2EDELAY_SHIFT)
378 iowrite32(delay, dspi->base + SPIDELAY);
/drivers/input/keyboard/
H A Datkbd.c20 #include <linux/delay.h>
532 const short delay[4] = local
543 while (j < ARRAY_SIZE(delay) - 1 && delay[j] < dev->rep[REP_DELAY])
545 dev->rep[REP_DELAY] = delay[j];
614 unsigned long delay = msecs_to_jiffies(50); local
616 if (time_after(jiffies, atkbd->event_jiffies + delay))
617 delay = 0;
622 schedule_delayed_work(&atkbd->event_work, delay);
/drivers/net/usb/
H A Dusbnet.c479 * so we still recover when the fault isn't a khubd delay.
485 if (!timer_pending (&dev->delay)) {
486 mod_timer (&dev->delay, jiffies + THROTTLE_JIFFIES);
722 del_timer_sync (&dev->delay);
795 // delay posting reads until we're fully open
1051 if (!timer_pending (&dev->delay)) {
1052 mod_timer (&dev->delay,
1241 !timer_pending (&dev->delay) &&
1393 dev->delay.function = usbnet_bh;
1394 dev->delay
[all...]
/drivers/media/video/gspca/
H A Djeilinj.c84 unsigned char delay; member in struct:jlj_command
342 if (start_commands[i].delay)
343 msleep(start_commands[i].delay);
/drivers/ata/
H A Dpata_cs5535.c36 #include <linux/delay.h>
H A Dpata_cypress.c16 #include <linux/delay.h>
H A Dpata_mpiix.c33 #include <linux/delay.h>
H A Dpata_ninja32.c42 #include <linux/delay.h>
H A Dpata_ns87410.c25 #include <linux/delay.h>

Completed in 439 milliseconds

1234567891011>>