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

1234567891011>>

/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...]
H A Dtekram-sir.c28 #include <linux/delay.h>
37 MODULE_PARM_DESC(tekram_delay, "tekram dongle write complete delay");
66 IRDA_DEBUG(1, "%s - using %d ms delay\n",
129 unsigned delay = 0; local
172 delay = tekram_delay;
188 return (delay > 0) ? delay : ret;
H A Dtoim3232-sir.c121 #include <linux/delay.h>
131 MODULE_PARM_DESC(toim3232delay, "toim3232 dongle write complete delay");
171 IRDA_DEBUG(1, "%s - using %d ms delay\n",
241 unsigned delay = 0; local
288 delay = toim3232delay;
309 return (delay > 0) ? delay : ret;
H A Dact200l-sir.c22 #include <linux/delay.h>
201 unsigned delay = 0; local
222 delay = 50;
234 delay = 15;
248 return (delay > 0) ? delay : ret;
H A Dsir_dev.c19 #include <linux/delay.h>
39 unsigned next_state, delay; local
44 delay = 0;
59 delay = (bytes_left*8*10000) / (dev->speed/100);
61 delay = (bytes_left*10*10000) / (dev->speed/100);
63 delay = 0;
64 /* expected delay (usec) until remaining bytes are sent */
65 if (delay < 100) {
66 udelay(delay);
67 delay
110 unsigned delay; local
[all...]
/drivers/leds/
H A Dledtrig-heartbeat.c34 unsigned long delay = 0; local
49 delay = msecs_to_jiffies(70);
54 delay = heartbeat_data->period / 4 - msecs_to_jiffies(70);
58 delay = msecs_to_jiffies(70);
63 delay = heartbeat_data->period - heartbeat_data->period / 4 -
70 mod_timer(&heartbeat_data->timer, jiffies + delay);
/drivers/input/touchscreen/
H A Dwm9705.c21 #include <linux/delay.h>
57 * Set adc sample delay.
63 * This delay can be set by setting delay = n, where n is the array
64 * position of the delay in the array delay_table below.
68 static int delay = 4; variable
69 module_param(delay, int, 0);
70 MODULE_PARM_DESC(delay, "Set adc sample delay.");
91 * order to minimise this, a signal may be applied to the MASK pin to delay o
[all...]
H A Dwm9712.c21 #include <linux/delay.h>
70 * Set adc sample delay.
76 * This delay can be set by setting delay = n, where n is the array
77 * position of the delay in the array delay_table below.
81 static int delay = 3; variable
82 module_param(delay, int, 0);
83 MODULE_PARM_DESC(delay, "Set adc sample delay.");
99 * order to minimise this, a signal may be applied to the MASK pin to delay o
[all...]
H A Dwm9713.c21 #include <linux/delay.h>
70 * Set adc sample delay.
76 * This delay can be set by setting delay = n, where n is the array
77 * position of the delay in the array delay_table below.
81 static int delay = 4; variable
82 module_param(delay, int, 0);
83 MODULE_PARM_DESC(delay, "Set adc sample delay.");
99 * order to minimise this, a signal may be applied to the MASK pin to delay o
[all...]
/drivers/isdn/sc/
H A Dincludes.h9 #include <linux/delay.h>
/drivers/char/hw_random/
H A Dtimeriomem-rng.c58 s32 delay; local
65 delay = cur - timeriomem_rng_timer.expires;
66 delay = rng->priv - (delay % rng->priv);
68 timeriomem_rng_timer.expires = cur + delay;
/drivers/hwmon/pmbus/
H A Dzl6100.c28 #include <linux/delay.h>
37 int delay; /* Delay between chip accesses in uS */ member in struct:zl6100_data
50 static ushort delay = ZL6100_WAIT_TIME; variable
51 module_param(delay, ushort, 0644);
52 MODULE_PARM_DESC(delay, "Delay between chip accesses in uS");
54 /* Some chips need a delay between accesses */
57 if (data->delay) {
59 if (delta < data->delay)
60 udelay(data->delay - delta);
211 data->delay
[all...]
/drivers/input/
H A Dinput-polldev.c27 unsigned long delay; local
29 delay = msecs_to_jiffies(dev->poll_interval);
30 if (delay >= HZ)
31 delay = round_jiffies_relative(delay);
33 queue_delayed_work(system_freezable_wq, &dev->work, delay);
/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_ethtool.c28 #include <linux/delay.h>
/drivers/input/mouse/
H A Dsynaptics_i2c.c18 #include <linux/delay.h>
373 unsigned long delay)
384 schedule_delayed_work(&touch->dwork, delay);
428 unsigned long delay, nodata_count_thres; local
431 delay = touch->scan_ms;
439 delay = NO_DATA_SLEEP_MSECS;
441 return msecs_to_jiffies(delay);
443 delay = msecs_to_jiffies(THREAD_IRQ_SLEEP_MSECS);
444 return round_jiffies_relative(delay);
454 unsigned long delay; local
372 synaptics_i2c_reschedule_work(struct synaptics_i2c *touch, unsigned long delay) argument
[all...]
/drivers/net/wireless/wl1251/
H A Dps.c58 unsigned long delay; local
61 delay = msecs_to_jiffies(ELP_ENTRY_DELAY);
62 ieee80211_queue_delayed_work(wl->hw, &wl->elp_work, delay);
/drivers/block/paride/
H A Dparide.h41 int delay; /* adapter delay setting */ member in struct:pi_adapter
67 int delay, /* -1 to use adapter specific default */
100 #define delay_p (pi->delay?udelay(pi->delay):(void)0)
143 int default_delay; /* delay parameter if not specified */
/drivers/media/video/cx25821/
H A Dcx25821-cards.c29 #include <linux/delay.h>
/drivers/net/ethernet/intel/ixgb/
H A Dixgb_osdep.h37 #include <linux/delay.h>
/drivers/scsi/fnic/
H A Dvnic_intr.c23 #include <linux/delay.h>
/drivers/staging/winbond/
H A Dcore.h6 #include <linux/delay.h>
/drivers/tty/hvc/
H A Dhvc_tile.c18 #include <linux/delay.h>
/drivers/video/via/
H A Dglobal.h26 #include <linux/delay.h>
/drivers/media/dvb/pt1/
H A Dva1j5jf8007t.c268 unsigned int mode_flags, unsigned int *delay,
282 *delay = 3 * HZ;
292 *delay = 0;
302 *delay = (HZ + 999) / 1000;
308 *delay = 0;
318 *delay = 0;
330 *delay = 3 * HZ;
334 *delay = (HZ + 999) / 1000;
343 *delay = 3 * HZ;
348 *delay
266 va1j5jf8007t_tune(struct dvb_frontend *fe, bool re_tune, unsigned int mode_flags, unsigned int *delay, fe_status_t *status) argument
[all...]

Completed in 681 milliseconds

1234567891011>>