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

1234567891011>>

/linux-master/tools/time/
H A Dudelay_test.sh24 delay=$1
25 echo $delay > $UDELAY_PATH
42 for (( delay = 1; delay < 200; delay += 1 )); do
43 test_one $delay
45 for (( delay = 200; delay < 500; delay += 10 )); do
46 test_one $delay
[all...]
/linux-master/include/linux/usb/
H A Disp116x.h25 /* Inter-io delay (ns). The chip is picky about access timings; it
27 150ns delay between consecutive accesses to DATA_REG,
28 300ns delay between access to ADDR_REG and DATA_REG
31 void (*delay) (struct device *dev, int delay); member in struct:isp116x_platform_data
H A Disp1362.h37 /* Inter-io delay (ns). The chip is picky about access timings; it
39 * 110ns delay between consecutive accesses to DATA_REG,
40 * 300ns delay between access to ADDR_REG and DATA_REG (registers)
41 * 462ns delay between access to ADDR_REG and DATA_REG (buffer memory)
44 void (*delay) (struct device *dev, unsigned int delay); member in struct:isp1362_platform_data
/linux-master/arch/nios2/include/asm/
H A Ddelay.h13 #include <asm-generic/delay.h>
/linux-master/arch/openrisc/include/asm/
H A Ddelay.h16 #include <asm-generic/delay.h>
/linux-master/arch/openrisc/lib/
H A DMakefile6 obj-y := delay.o string.o memset.o memcpy.o
/linux-master/arch/mips/include/asm/mach-rc32434/
H A Drc32434.h9 #include <linux/delay.h>
/linux-master/include/uapi/linux/netfilter/
H A Dxt_LED.h10 __u32 delay; /* Delay until LED is switched off after trigger */ member in struct:xt_led_info
/linux-master/drivers/gpu/drm/i915/selftests/
H A Dmock_request.h33 mock_request(struct intel_context *ce, unsigned long delay);
H A Dmock_request.c31 mock_request(struct intel_context *ce, unsigned long delay) argument
40 request->mock.delay = delay;
/linux-master/arch/x86/include/asm/
H A Ddelay.h5 #include <asm-generic/delay.h>
/linux-master/drivers/edac/
H A Dwq.c6 bool edac_queue_work(struct delayed_work *work, unsigned long delay) argument
8 return queue_delayed_work(wq, work, delay);
12 bool edac_mod_work(struct delayed_work *work, unsigned long delay) argument
14 return mod_delayed_work(wq, work, delay);
/linux-master/arch/nios2/lib/
H A DMakefile6 lib-y += delay.o
/linux-master/arch/powerpc/include/asm/
H A Ddelay.h37 * @delay: the number of microseconds to delay between each evaluation of
48 * terminates even if the bit never changes. The delay is for devices that
49 * need a delay in between successive reads.
51 * gcc will optimize out the if-statement if @delay is a constant.
53 #define spin_event_timeout(condition, timeout, delay) \
59 if (delay) { \
62 udelay(delay); \
/linux-master/include/linux/input/
H A Dsh_keysc.h11 int delay; member in struct:sh_keysc_info
/linux-master/include/linux/platform_data/
H A Dtouchscreen-s3c2410.h10 int delay; member in struct:s3c2410_ts_mach_info
/linux-master/arch/csky/lib/
H A DMakefile2 lib-y := usercopy.o delay.o
/linux-master/drivers/clk/sunxi-ng/
H A Dccu_phase.c20 u8 delay; local
23 delay = (reg >> phase->shift);
24 delay &= (1 << phase->width) - 1;
26 if (!delay)
53 return delay * step;
63 u8 delay; local
105 delay = DIV_ROUND_CLOSEST(degrees, step);
107 delay = 0;
113 writel(reg | (delay << phase->shift),
/linux-master/tools/testing/selftests/ftrace/test.d/preemptirq/
H A Dirqsoff_tracer.tc36 modprobe $MOD test_mode=preempt delay=500000 || fail
38 modprobe $MOD test_mode=preempt delay=500000 || fail
40 modprobe $MOD test_mode=preempt delay=500000 || fail
59 modprobe $MOD test_mode=irq delay=500000 || fail
61 modprobe $MOD test_mode=irq delay=500000 || fail
63 modprobe $MOD test_mode=irq delay=500000 || fail
/linux-master/tools/testing/selftests/kvm/include/
H A Duserfaultfd_util.h24 useconds_t delay; member in struct:uffd_desc
29 struct uffd_desc *uffd_setup_demand_paging(int uffd_mode, useconds_t delay,
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_engine_heartbeat.c26 long delay; local
28 delay = READ_ONCE(engine->props.heartbeat_interval_ms);
42 delay == engine->defaults.heartbeat_interval_ms) {
52 if (longer > delay)
53 delay = longer;
56 if (!delay)
59 delay = msecs_to_jiffies_timeout(delay);
60 if (delay >= HZ)
61 delay
166 long delay = READ_ONCE(engine->props.heartbeat_interval_ms); local
300 set_heartbeat(struct intel_engine_cs *engine, unsigned long delay) argument
314 intel_engine_set_heartbeat(struct intel_engine_cs *engine, unsigned long delay) argument
[all...]
/linux-master/arch/mips/include/asm/mach-jazz/
H A Dmc146818rtc.h14 #include <linux/delay.h>
/linux-master/include/linux/dma/
H A Dxilinx_dma.h16 * @frm_dly: Frame delay
23 * @delay: Delay counter
36 int delay; member in struct:xilinx_vdma_config
/linux-master/drivers/staging/media/atomisp/pci/hive_isp_css_include/
H A Dplatform_support.h24 #include <linux/delay.h>
/linux-master/arch/parisc/lib/
H A DMakefile7 ucmpdi2.o delay.o

Completed in 296 milliseconds

1234567891011>>