/linux-4.4.14/arch/powerpc/platforms/pasemi/ |
D | gpio_mdio.c | 37 #define DELAY 1 macro 91 udelay(DELAY); in clock_out() 93 udelay(DELAY); in clock_out() 139 udelay(DELAY); in gpio_mdio_read() 141 udelay(DELAY); in gpio_mdio_read() 148 udelay(DELAY); in gpio_mdio_read() 150 udelay(DELAY); in gpio_mdio_read() 152 udelay(DELAY); in gpio_mdio_read() 158 udelay(DELAY); in gpio_mdio_read() 160 udelay(DELAY); in gpio_mdio_read() [all …]
|
/linux-4.4.14/samples/pktgen/ |
D | pktgen.conf-1-2 | 42 DELAY="delay 0" 49 pgset "$DELAY" 58 pgset "$DELAY"
|
D | pktgen.conf-1-1-ip6-rdos | 43 DELAY="delay 0" 50 pgset "$DELAY"
|
D | pktgen.conf-1-1-rdos | 42 DELAY="delay 0" 49 pgset "$DELAY"
|
D | pktgen.conf-1-1-ip6 | 41 DELAY="delay 0" 48 pgset "$DELAY"
|
D | pktgen.conf-1-1-flows | 41 DELAY="delay 0" 48 pgset "$DELAY"
|
D | pktgen_sample01_simple.sh | 23 DELAY="0" # Zero means max speed 50 pg_set $DEV "delay $DELAY"
|
D | pktgen_bench_xmit_mode_netif_receive.sh | 42 DELAY="0" # Zero means max speed 62 pg_set $dev "delay $DELAY"
|
D | pktgen_sample03_burst_single_flow.sh | 34 DELAY="0" # Zero means max speed 53 pg_set $dev "delay $DELAY"
|
D | pktgen_sample02_multiqueue.sh | 17 DELAY="0" # Zero means max speed 50 pg_set $dev "delay $DELAY"
|
/linux-4.4.14/tools/testing/selftests/timers/ |
D | posix_timers.c | 20 #define DELAY 2 macro 70 if (abs(diff - DELAY * USECS_PER_SEC) > USECS_PER_SEC / 2) { in check_diff() 83 .it_value.tv_sec = DELAY, in check_itimer() 145 .it_value.tv_sec = DELAY, in check_timer_create()
|
/linux-4.4.14/Documentation/scsi/ |
D | aha152x.txt | 25 DELAY: bus reset delay (default 100) 37 -DSETUP0="{ IOPORT, IRQ, SCSI_ID, RECONNECT, PARITY, SYNCHRONOUS, DELAY, EXT_TRANS }" 40 -DSETUP1="{ IOPORT, IRQ, SCSI_ID, RECONNECT, PARITY, SYNCHRONOUS, DELAY, EXT_TRANS }" 52 aha152x=<IOPORT>[,<IRQ>[,<SCSI-ID>[,<RECONNECT>[,<PARITY>[,<SYNCHRONOUS>[,<DELAY> [,<EXT_TRANS]]]]]… 67 aha152x=IOPORT,IRQ,SCSI_ID,RECONNECT,PARITY,SYNCHRONOUS,DELAY,EXT_TRANS 71 aha152x1=IOPORT,IRQ,SCSI_ID,RECONNECT,PARITY,SYNCHRONOUS,DELAY,EXT_TRANS 95 reset DELAY for first and second controller
|
/linux-4.4.14/drivers/media/usb/gspca/ |
D | sonixj.c | 368 #define DELAY 0xdd macro 373 {DELAY, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, 375 {DELAY, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, 381 {DELAY, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, 383 {DELAY, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, 427 {DELAY, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*delay 10ms*/ 548 {DELAY, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*delay 20ms*/ 550 {DELAY, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*delay 20ms*/ 626 {DELAY, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* delay 20ms */ 699 {DELAY, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* delay 20ms */ [all …]
|
/linux-4.4.14/drivers/input/serio/ |
D | i8042.c | 1069 #define DELAY do { mdelay(1); if (++delay > 10) return delay; } while(0) macro 1078 DELAY; in i8042_panic_blink() 1082 DELAY; in i8042_panic_blink() 1084 DELAY; in i8042_panic_blink() 1085 DELAY; in i8042_panic_blink() 1088 DELAY; in i8042_panic_blink() 1092 #undef DELAY
|
/linux-4.4.14/drivers/media/pci/bt8xx/ |
D | dst_common.h | 37 #define DELAY 1 macro
|
D | dst.c | 156 if (dst_gpio_outb(state, RDC_8820_RESET, RDC_8820_RESET, RDC_8820_RESET, DELAY) < 0) { in rdc_8820_reset()
|
/linux-4.4.14/drivers/net/ethernet/nuvoton/ |
D | w90p910_ether.c | 121 #define DELAY 1000 macro 514 for (i = 0; i < DELAY; i++) { in w90p910_mdio_write() 519 if (i == DELAY) in w90p910_mdio_write() 535 for (i = 0; i < DELAY; i++) { in w90p910_mdio_read() 540 if (i == DELAY) { in w90p910_mdio_read()
|
/linux-4.4.14/drivers/staging/speakup/ |
D | synth.c | 96 delay_time = spk_get_var(DELAY); in spk_do_catch_up() 339 { DELAY, .u.n = {NULL, 100, 100, 2000, 0, 0, NULL } },
|
D | spk_types.h | 41 DELAY, TRIGGER, JIFFY, FULL, /* all timers must be together */ enumerator
|
D | speakup_apollo.c | 149 delay_time = spk_get_var(DELAY); in do_catch_up()
|
D | speakup_decext.c | 167 delay_time = spk_get_var(DELAY); in do_catch_up()
|
D | speakup_acntpc.c | 188 delay_time = spk_get_var(DELAY); in do_catch_up()
|
D | speakup_keypc.c | 190 delay_time = spk_get_var(DELAY); in do_catch_up()
|
D | speakup_dectlk.c | 220 delay_time = spk_get_var(DELAY); in do_catch_up()
|
D | varhandlers.c | 21 { "delay_time", DELAY, VAR_TIME, NULL, NULL },
|
D | speakup_dtlk.c | 203 delay_time = spk_get_var(DELAY); in do_catch_up()
|
D | speakup_decpc.c | 385 delay_time = spk_get_var(DELAY); in do_catch_up()
|
/linux-4.4.14/drivers/net/ethernet/i825xx/ |
D | sun3_82586.c | 93 #define DELAY(x) mdelay(32 * x); macro 234 DELAY(1); /* wait a while... */ in check586() 250 DELAY(1); in alloc586() 268 DELAY(1); in alloc586()
|
/linux-4.4.14/drivers/net/wan/lmc/ |
D | lmc_var.h | 55 #define DELAY(n) SLOW_DOWN_IO macro
|
/linux-4.4.14/drivers/scsi/ |
D | aha152x.c | 554 #define DELAY (HOSTDATA(shpnt)->delay) macro 755 DELAY = setup->delay; in aha152x_probe_one() 769 mdelay(DELAY); in aha152x_probe_one() 792 DELAY, in aha152x_probe_one() 1156 mdelay(DELAY); in aha152x_bus_reset_host()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | memx.fuc | 51 handler(DELAY , 0x0001, 0x0000, #memx_func_delay)
|
/linux-4.4.14/Documentation/isdn/ |
D | README | 166 a normal modem to the escape sequence <DELAY>+++<DELAY>. 169 The DELAY must at least be 1.5 seconds long and delay
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
D | niu.c | 130 #define niu_set_and_wait_clear_mac(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \ argument 131 ({ BUILD_BUG_ON(LIMIT <= 0 || DELAY < 0); \ 132 __niu_set_and_wait_clear_mac(NP, REG, BITS, LIMIT, DELAY, REG_NAME); \ 169 #define niu_set_and_wait_clear_ipp(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \ argument 170 ({ BUILD_BUG_ON(LIMIT <= 0 || DELAY < 0); \ 171 __niu_set_and_wait_clear_ipp(NP, REG, BITS, LIMIT, DELAY, REG_NAME); \ 189 #define niu_wait_bits_clear(NP, REG, BITS, LIMIT, DELAY) \ argument 190 ({ BUILD_BUG_ON(LIMIT <= 0 || DELAY < 0); \ 191 __niu_wait_bits_clear(NP, REG, BITS, LIMIT, DELAY); \ 209 #define niu_set_and_wait_clear(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \ argument [all …]
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | tx.c | 593 TX_STATUS_POSTPONE(DELAY); in iwl_mvm_get_tx_fail_reason()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
D | tx.c | 856 TX_STATUS_POSTPONE(DELAY); in iwl_get_tx_fail_reason()
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | debug-mmrs.c | 405 __PPI(DELAY, delay); in bfin_debug_mmrs_ppi()
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
D | 4965-mac.c | 3009 TX_STATUS_POSTPONE(DELAY); in il4965_get_tx_fail_reason()
|
/linux-4.4.14/ |
D | MAINTAINERS | 8283 PER-TASK DELAY ACCOUNTING
|