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

12

/include/linux/usb/
H A Disp116x.h24 /* Inter-io delay (ns). The chip is picky about access timings; it
26 150ns delay between consecutive accesses to DATA_REG,
27 300ns delay between access to ADDR_REG and DATA_REG
30 void (*delay) (struct device *dev, int delay); member in struct:isp116x_platform_data
H A Disp1362.h36 /* Inter-io delay (ns). The chip is picky about access timings; it
38 * 110ns delay between consecutive accesses to DATA_REG,
39 * 300ns delay between access to ADDR_REG and DATA_REG (registers)
40 * 462ns delay between access to ADDR_REG and DATA_REG (buffer memory)
43 void (*delay) (struct device *dev, unsigned int delay); member in struct:isp1362_platform_data
H A Dusbnet.h41 struct timer_list delay; member in struct:usbnet
/include/linux/netfilter/
H A Dxt_LED.h9 __u32 delay; /* Delay until LED is switched off after trigger */ member in struct:xt_led_info
/include/linux/input/
H A Dsh_keysc.h10 int delay; member in struct:sh_keysc_info
/include/linux/
H A Ddelay.h14 #include <asm/delay.h>
21 * specific values can be defined in asm-???/delay.h as an override.
H A Dpm_runtime.h33 extern int pm_schedule_suspend(struct device *dev, unsigned int delay);
46 extern void pm_runtime_set_autosuspend_delay(struct device *dev, int delay);
117 static inline int pm_schedule_suspend(struct device *dev, unsigned int delay) argument
149 int delay) {}
148 pm_runtime_set_autosuspend_delay(struct device *dev, int delay) argument
H A Dworkqueue.h372 struct delayed_work *work, unsigned long delay);
374 struct delayed_work *work, unsigned long delay);
382 extern int schedule_delayed_work(struct delayed_work *work, unsigned long delay);
384 unsigned long delay);
H A Dcciss_ioctl.h21 __u32 delay; member in struct:_cciss_coalint_struct
H A Dfs_enet_pd.h107 int delay; /* delay in us */ member in struct:fs_mii_bb_platform_info
H A Dkd.h148 int delay; /* in msec; <= 0: don't change */ member in struct:kbd_repeat
153 #define KDKBDREP 0x4B52 /* set keyboard delay/repeat rate;
H A Dtifm.h17 #include <linux/delay.h>
H A Ddcbnl.h76 * @delay: the allowance made for a round-trip propagation delay of the
85 __u16 delay; member in struct:ieee_pfc
H A Dbuffer_head.h123 BUFFER_FNS(Delay, delay)
H A Dlibata.h29 #include <linux/delay.h>
270 * delay used for ATAPI devices in Hale Landis's ATADRVR, for
274 * perform this magic delay here as well.
1661 unsigned long delay);
1662 extern void ata_sff_queue_pio_task(struct ata_link *link, unsigned long delay);
/include/trace/events/
H A Dsched.h311 TP_PROTO(struct task_struct *tsk, u64 delay),
313 TP_ARGS(tsk, delay),
318 __field( u64, delay )
324 __entry->delay = delay;
327 __perf_count(delay);
330 TP_printk("comm=%s pid=%d delay=%Lu [ns]",
332 (unsigned long long)__entry->delay)
341 TP_PROTO(struct task_struct *tsk, u64 delay),
342 TP_ARGS(tsk, delay));
[all...]
/include/linux/mtd/
H A Dqinfo.h7 #include <linux/delay.h>
H A Dcfi.h23 #include <linux/delay.h>
/include/linux/ceph/
H A Dmon_client.h38 unsigned long delay; member in struct:ceph_mon_request
H A Dmessenger.h104 /* ceph connection fault delay defaults, for exponential backoff */
204 unsigned long delay; /* current delay interval */ member in struct:ceph_connection
/include/net/
H A Ddn_route.h21 extern void dn_rt_cache_flush(int delay);
/include/asm-generic/
H A Drtc.h18 #include <linux/delay.h>
/include/drm/
H A Ddrm_os_linux.h7 #include <linux/delay.h>
/include/sound/
H A Dsoc-dai.h177 * For hardware based FIFO caused delay reporting.
180 snd_pcm_sframes_t (*delay)(struct snd_pcm_substream *, member in struct:snd_soc_dai_ops
/include/linux/mmc/
H A Dhost.h383 extern void mmc_detect_change(struct mmc_host *, unsigned long delay);

Completed in 377 milliseconds

12