Home
last modified time | relevance | path

Searched refs:DELAY (Results 1 - 25 of 60) sorted by relevance

123

/kernel/linux/linux-5.10/arch/powerpc/platforms/pasemi/
H A Dgpio_mdio.c25 #define DELAY 1 macro
78 udelay(DELAY); in clock_out()
80 udelay(DELAY); in clock_out()
126 udelay(DELAY); in gpio_mdio_read()
128 udelay(DELAY); in gpio_mdio_read()
135 udelay(DELAY); in gpio_mdio_read()
137 udelay(DELAY); in gpio_mdio_read()
139 udelay(DELAY); in gpio_mdio_read()
145 udelay(DELAY); in gpio_mdio_read()
147 udelay(DELAY); in gpio_mdio_read()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/pasemi/
H A Dgpio_mdio.c25 #define DELAY 1 macro
78 udelay(DELAY); in clock_out()
80 udelay(DELAY); in clock_out()
126 udelay(DELAY); in gpio_mdio_read()
128 udelay(DELAY); in gpio_mdio_read()
135 udelay(DELAY); in gpio_mdio_read()
137 udelay(DELAY); in gpio_mdio_read()
139 udelay(DELAY); in gpio_mdio_read()
145 udelay(DELAY); in gpio_mdio_read()
147 udelay(DELAY); in gpio_mdio_read()
[all...]
/kernel/linux/linux-6.6/samples/pktgen/
H A Dparameters.sh23 echo " -w : (\$DELAY) Tx Delay value (ns)"
73 export DELAY=$OPTARG
74 info "DELAY=$DELAY"
118 # default DELAY
119 [ -z "$DELAY" ] && export DELAY=0 # Zero means max speed
H A Dpktgen_sample03_burst_single_flow.sh65 pg_set $dev "delay $DELAY"
H A Dpktgen_sample04_many_flows.sh66 pg_set $dev "delay $DELAY"
H A Dpktgen_sample05_flow_per_thread.sh56 pg_set $dev "delay $DELAY"
H A Dpktgen_sample02_multiqueue.sh64 pg_set $dev "delay $DELAY"
H A Dpktgen_bench_xmit_mode_netif_receive.sh74 pg_set $dev "delay $DELAY"
H A Dpktgen_sample01_simple.sh62 pg_set $DEV "delay $DELAY"
H A Dpktgen_bench_xmit_mode_queue_xmit.sh57 pg_set $dev "delay $DELAY"
H A Dpktgen_sample06_numa_awared_queue_irq_affinity.sh81 pg_set $dev "delay $DELAY"
/kernel/linux/linux-5.10/tools/testing/selftests/timers/
H A Dposix_timers.c19 #define DELAY 2 macro
69 if (abs(diff - DELAY * USECS_PER_SEC) > USECS_PER_SEC / 2) { in check_diff()
82 .it_value.tv_sec = DELAY, in check_itimer()
144 .it_value.tv_sec = DELAY, in check_timer_create()
211 * on DELAY * nr_threads, with nr_threads busy looping, then wait in main()
212 * the normal DELAY since the time is elapsing nr_threads faster. in main()
/kernel/linux/linux-6.6/tools/testing/selftests/timers/
H A Dposix_timers.c19 #define DELAY 2 macro
69 if (abs(diff - DELAY * USECS_PER_SEC) > USECS_PER_SEC / 2) { in check_diff()
82 .it_value.tv_sec = DELAY, in check_itimer()
144 .it_value.tv_sec = DELAY, in check_timer_create()
285 * on DELAY * nr_threads, with nr_threads busy looping, then wait in main()
286 * the normal DELAY since the time is elapsing nr_threads faster. in main()
/kernel/linux/linux-5.10/samples/pktgen/
H A Dpktgen_sample03_burst_single_flow.sh46 DELAY="0" # Zero means max speed
64 pg_set $dev "delay $DELAY"
H A Dpktgen_sample04_many_flows.sh40 DELAY="0" # Zero means max speed
65 pg_set $dev "delay $DELAY"
H A Dpktgen_sample05_flow_per_thread.sh37 DELAY="0" # Zero means max speed
55 pg_set $dev "delay $DELAY"
/kernel/linux/linux-5.10/drivers/input/serio/
H A Di8042.c1125 * Note that DELAY has a limit of 10ms so we will not get stuck here
1129 #define DELAY do { mdelay(1); if (++delay > 10) return delay; } while(0) macro
1138 DELAY; in i8042_panic_blink()
1142 DELAY; in i8042_panic_blink()
1144 DELAY; in i8042_panic_blink()
1145 DELAY; in i8042_panic_blink()
1148 DELAY; in i8042_panic_blink()
1152 #undef DELAY macro
/kernel/linux/linux-6.6/drivers/input/serio/
H A Di8042.c1125 * Note that DELAY has a limit of 10ms so we will not get stuck here
1129 #define DELAY do { mdelay(1); if (++delay > 10) return delay; } while(0) macro
1138 DELAY; in i8042_panic_blink()
1142 DELAY; in i8042_panic_blink()
1144 DELAY; in i8042_panic_blink()
1145 DELAY; in i8042_panic_blink()
1148 DELAY; in i8042_panic_blink()
1152 #undef DELAY macro
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H A Ddst_common.h25 #define DELAY 1 macro
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
H A Ddst_common.h25 #define DELAY 1 macro
/kernel/linux/linux-5.10/drivers/media/usb/gspca/
H A Dsonixj.c354 #define DELAY 0xdd macro
359 {DELAY, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
361 {DELAY, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
367 {DELAY, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
369 {DELAY, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
413 {DELAY, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*delay 10ms*/
534 {DELAY, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*delay 20ms*/
536 {DELAY, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*delay 20ms*/
612 {DELAY, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* delay 20ms */
685 {DELAY,
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/gspca/
H A Dsonixj.c354 #define DELAY 0xdd macro
359 {DELAY, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
361 {DELAY, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
367 {DELAY, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
369 {DELAY, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
413 {DELAY, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*delay 10ms*/
534 {DELAY, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*delay 20ms*/
536 {DELAY, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*delay 20ms*/
612 {DELAY, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* delay 20ms */
685 {DELAY,
[all...]
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H A Dsynth.c69 delay_time = spk_get_var(DELAY); in _spk_do_catch_up()
347 { DELAY, .u.n = {NULL, 100, 100, 2000, 0, 0, NULL } },
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H A Dsynth.c69 delay_time = spk_get_var(DELAY); in _spk_do_catch_up()
349 { DELAY, .u.n = {NULL, 100, 100, 2000, 0, 0, NULL } },
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/
H A Dtest_cpuset_prs.sh80 DELAY=$1
84 sleep $DELAY

Completed in 15 milliseconds

123