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

1234

/openwrt/target/linux/generic/files/drivers/leds/
H A Dledtrig-morse.c47 unsigned long delay; member in struct:morse_trig_data
78 return MORSE_DIT_LEN*morse_data->delay;
83 return MORSE_DAH_LEN*morse_data->delay;
88 return MORSE_SPACE_LEN*morse_data->delay;
96 unsigned long delay = 0; local
104 delay = (morse_data->morse & 001) ? dah_len(morse_data):
116 delay = dit_len(morse_data);
128 delay = space_len(morse_data);
131 delay = dah_len(morse_data);
135 delay
[all...]
/openwrt/package/network/config/qos-scripts/files/usr/lib/qos/
H A Dtcrules.awk14 delay[n] = $5
31 if ((avgrate[i] > 0) && !(delay[i] > 0)) {
42 if (delay[i] > 0) {
43 d[i] = delay[i]
57 if (!(delay[i] > 0)) {
/openwrt/package/base-files/files/etc/init.d/
H A Dled27 config_get delay $1 delay "150"
82 echo $delay > /sys/class/leds/${sysfs}/delay
/openwrt/target/linux/adm5120/files-3.18/arch/mips/adm5120/mikrotik/
H A Drb-1xx.h14 #include <linux/delay.h>
/openwrt/package/network/utils/comgt/files/
H A Dncm.sh18 proto_config_add_string delay
29 local device apn auth username password pincode delay mode pdptype ipv6
30 json_get_vars device apn auth username password pincode delay mode pdptype ipv6
83 [ -n "$delay" ] && sleep "$delay"
/openwrt/package/network/utils/umbim/files/lib/netifd/proto/
H A Dmbim.sh16 proto_config_add_string delay
27 local device apn pincode delay
28 json_get_vars device apn pincode delay auth username password
62 [ -n "$delay" ] && sleep "$delay"
/openwrt/package/network/utils/uqmi/files/lib/netifd/proto/
H A Dqmi.sh18 proto_config_add_string delay
27 local device apn auth username password pincode delay modes ipv6 dhcp
30 json_get_vars device apn auth username password pincode delay modes ipv6 dhcp
65 [ -n "$delay" ] && sleep "$delay"
/openwrt/target/linux/ar71xx/files/arch/mips/ath79/
H A Dmach-mr16.c18 #include <linux/delay.h>
H A Dmach-mr12.c18 #include <linux/delay.h>
H A Dmach-wndap360.c16 #include <linux/delay.h>
H A Dmach-ap96.c14 #include <linux/delay.h>
H A Ddev-ap9x-pci.c13 #include <linux/delay.h>
H A Ddev-nfc.c12 #include <linux/delay.h>
H A Dmach-eap7660d.c15 #include <linux/delay.h>
H A Dmach-wndr3700.c15 #include <linux/delay.h>
H A Dpci-ath9k-fixup.c12 #include <linux/delay.h>
/openwrt/target/linux/mcs814x/files-3.18/drivers/net/phy/
H A Dmcs814x.c18 #include <linux/delay.h>
/openwrt/target/linux/mpc85xx/files/arch/powerpc/platforms/85xx/
H A Dtl_wdr4900_v1.c20 #include <linux/delay.h>
/openwrt/package/kernel/lantiq/ltq-atm/src/
H A Difxmips_atm_ar9.c43 #include <asm/delay.h>
H A Difxmips_atm_vr9.c43 #include <asm/delay.h>
H A Difxmips_atm_amazon_se.c43 #include <asm/delay.h>
H A Difxmips_atm_danube.c43 #include <linux/delay.h>
/openwrt/package/base-files/files/sbin/
H A Dsysupgrade62 -d <delay> add a delay before rebooting
/openwrt/package/kernel/gpio-button-hotplug/src/
H A Dgpio-button-hotplug.c303 unsigned long delay = msecs_to_jiffies(pdata->poll_interval); local
305 if (delay >= HZ)
306 delay = round_jiffies_relative(delay);
307 schedule_delayed_work(&bdev->work, delay);
/openwrt/package/kernel/lantiq/ltq-ptm/src/
H A Difxmips_ptm_amazon_se.c43 #include <asm/delay.h>

Completed in 216 milliseconds

1234