Home
last modified time | relevance | path

Searched refs:delay (Results 201 – 225 of 2560) sorted by relevance

12345678910>>...103

/linux/tools/hv/
H A Dvmbus_testing110 def validate_delay_values(delay): argument
112 if (delay[0] == -1 and delay[1] == -1):
115 for i in delay:
249 def set_delay_all_devices(file_map, delay, quiet): argument
255 set_delay_values(device, file_map, delay, quiet)
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dhv_vhca_stats.c84 if (sagent->delay) in mlx5e_hv_vhca_stats_work()
85 queue_delayed_work(priv->wq, &sagent->work, sagent->delay); in mlx5e_hv_vhca_stats_work()
110 sagent->delay = block->command == MLX5_HV_VHCA_STATS_UPDATE_ONCE ? 0 : in mlx5e_hv_vhca_stats_control()
113 queue_delayed_work(priv->wq, &sagent->work, sagent->delay); in mlx5e_hv_vhca_stats_control()
/linux/drivers/gpu/drm/panel/
H A Dpanel-simple.c127 } delay; member
983 .delay = {
1014 .delay = {
1138 .delay = {
1168 .delay = {
1223 .delay = {
1253 .delay = {
1283 .delay = {
1312 .delay = {
1340 .delay = {
[all …]
/linux/drivers/ata/pata_parport/
H A Dpata_parport.h19 int delay; /* adapter delay setting */ member
33 #define delay_p (pi->delay ? udelay(pi->delay) : (void)0)
/linux/arch/arm64/boot/dts/freescale/
H A Dtqmls1088a-mbls10xxa-mc.dtsi98 ti,rx-internal-delay = <DP83867_RGMIIDCTL_1_50_NS>;
99 ti,tx-internal-delay = <DP83867_RGMIIDCTL_1_50_NS>;
106 ti,rx-internal-delay = <DP83867_RGMIIDCTL_1_50_NS>;
107 ti,tx-internal-delay = <DP83867_RGMIIDCTL_1_50_NS>;
/linux/Documentation/devicetree/bindings/net/
H A Drenesas,ethertsn.yaml66 rx-internal-delay-ps:
70 tx-internal-delay-ps:
113 tx-internal-delay-ps = <2000>;
121 reset-post-delay-us = <4000>;
H A Dallwinner,sun8i-a83t-emac.yaml79 allwinner,tx-delay-ps:
85 External RGMII PHY TX clock delay chain value in ps.
87 allwinner,rx-delay-ps:
93 External RGMII PHY TX clock delay chain value in ps.
104 allwinner,rx-delay-ps:
110 External RGMII PHY TX clock delay chain value in ps.
/linux/arch/arm/boot/dts/samsung/
H A Dexynos4412-galaxy-s3.dtsi60 i2c-gpio,delay-us = <2>;
75 i2c-gpio,delay-us = <2>;
112 power-on-delay = <50>;
113 reset-delay = <100>;
114 init-delay = <100>;
/linux/drivers/leds/
H A Dleds-cr0014114.c58 unsigned long delay; member
118 if (time_after(priv->delay, now)) { in cr0014114_sync()
119 udelay = jiffies_to_usecs(priv->delay - now); in cr0014114_sync()
139 priv->delay = jiffies + msecs_to_jiffies(CR_FW_DELAY_MSEC); in cr0014114_sync()
240 priv->delay = jiffies - in cr0014114_probe()
/linux/drivers/i2c/busses/
H A Di2c-tiny-usb.c34 static unsigned short delay = 10; variable
35 module_param(delay, ushort, 0);
36 MODULE_PARM_DESC(delay, "bit delay in microseconds "
255 if (usb_write(&dev->adapter, CMD_SET_DELAY, delay, 0, NULL, 0) != 0) { in i2c_tiny_usb_probe()
257 "failure setting delay to %dus\n", delay); in i2c_tiny_usb_probe()
/linux/drivers/input/keyboard/
H A Domap-keypad.c44 unsigned long delay; member
79 udelay(omap_kp->delay); in omap_kp_scan_keypad()
211 if (pdata->delay) in omap_kp_probe()
212 omap_kp->delay = pdata->delay; in omap_kp_probe()
/linux/include/linux/usb/
H A Disp1362.h44 void (*delay) (struct device *dev, unsigned int delay); member
/linux/net/rxrpc/
H A Dpeer_event.c293 time64_t base, now, delay; in rxrpc_peer_keepalive_worker() local
341 delay = base - now; in rxrpc_peer_keepalive_worker()
342 if (delay < 1) in rxrpc_peer_keepalive_worker()
343 delay = 1; in rxrpc_peer_keepalive_worker()
344 delay *= HZ; in rxrpc_peer_keepalive_worker()
346 timer_reduce(&rxnet->peer_keepalive_timer, jiffies + delay); in rxrpc_peer_keepalive_worker()
/linux/drivers/media/rc/
H A Dmeson-ir-tx.c114 unsigned int delay; in meson_irtx_prepare_pulse() local
118 delay = (DIV_ROUND_CLOSEST(time, tb_us) - 1) & IRB_DELAY_MASK; in meson_irtx_prepare_pulse()
120 return ((IRB_WRITE_FIFO | IRB_MOD_ENABLE) | tb | delay); in meson_irtx_prepare_pulse()
125 unsigned int delay; in meson_irtx_prepare_space() local
140 delay = (DIV_ROUND_CLOSEST(time, tb_us) - 1) & IRB_DELAY_MASK; in meson_irtx_prepare_space()
142 return ((IRB_WRITE_FIFO & ~IRB_MOD_ENABLE) | tb | delay); in meson_irtx_prepare_space()
/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddbg.h45 bool monitor_only, unsigned int delay);
235 fwrt->timestamp.delay = 0; in iwl_fw_cancel_timestamp()
239 void iwl_fw_trigger_timestamp(struct iwl_fw_runtime *fwrt, u32 delay);
248 if (!fwrt->timestamp.delay) in iwl_fw_resume_timestamp()
252 round_jiffies_relative(fwrt->timestamp.delay)); in iwl_fw_resume_timestamp()
260 u32 delay) {} in iwl_fw_trigger_timestamp() argument
/linux/drivers/iio/humidity/
H A Dhdc100x.c171 int delay = data->adc_int_us[chan->address] + 1*USEC_PER_MSEC; in hdc100x_get_measurement() local
183 usleep_range(delay, delay + 1000); in hdc100x_get_measurement()
321 int delay = data->adc_int_us[0] + data->adc_int_us[1] + 2*USEC_PER_MSEC; in hdc100x_trigger_handler() local
331 usleep_range(delay, delay + 1000); in hdc100x_trigger_handler()
/linux/Documentation/devicetree/bindings/spi/
H A Dsnps,dw-apb-ssi.yaml143 rx-sample-delay-ns:
146 Default value of the rx-sample-delay-ns property.
150 SPI Rx sample delay offset, unit is nanoseconds.
151 The delay from the default sample time before the actual sample of the
193 rx-sample-delay-ns = <3>;
197 rx-sample-delay-ns = <7>;
/linux/Documentation/devicetree/bindings/display/panel/
H A Dpanel-edp.yaml91 hpd-reliable-delay-ms:
99 hpd-absent-delay-ms:
103 measure HPD then a fixed delay of this many milliseconds can be used.
105 include the hpd-reliable-delay, so if hpd-reliable-delay was 80 ms
106 and hpd-absent-delay was 200 ms then we'd do a fixed 80 ms delay and
178 hpd-reliable-delay-ms = <15>;
/linux/Documentation/devicetree/bindings/mfd/
H A Dgoogle,cros-ec.yaml42 google,cros-ec-spi-pre-delay:
44 This property specifies the delay in usecs between the
49 google,cros-ec-spi-msg-delay:
51 This property specifies the delay in usecs between messages.
182 google,cros-ec-spi-pre-delay: false
183 google,cros-ec-spi-msg-delay: false
278 google,cros-ec-spi-msg-delay = <30>;
279 google,cros-ec-spi-pre-delay = <10>;
/linux/arch/arm64/boot/dts/qcom/
H A Dx1e80100-pmics.dtsi14 polling-delay-passive = <100>;
34 polling-delay-passive = <100>;
54 polling-delay-passive = <100>;
74 polling-delay-passive = <100>;
94 polling-delay-passive = <100>;
114 polling-delay-passive = <100>;
134 polling-delay-passive = <100>;
154 polling-delay-passive = <100>;
174 polling-delay-passive = <100>;
/linux/drivers/input/joystick/iforce/
H A Diforce-ff.c282 || old->replay.delay != new->replay.delay) in need_core()
291 u8 effect_type, u8 axes, u16 duration, u16 delay, u16 button, in make_core() argument
297 delay = TIME_SCALE(delay); in make_core()
317 data[12] = LO(delay); in make_core()
318 data[13] = HI(delay); in make_core()
387 effect->replay.delay, in iforce_upload_periodic()
447 effect->replay.delay, in iforce_upload_constant()
512 effect->replay.length, effect->replay.delay, in iforce_upload_condition()
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3588s-khadas-edge2.dts88 startup-delay-us = <5000>;
198 regulator-ramp-delay = <2300>;
215 regulator-ramp-delay = <2300>;
407 regulator-ramp-delay = <12500>;
420 regulator-ramp-delay = <12500>;
433 regulator-ramp-delay = <12500>;
447 regulator-ramp-delay = <12500>;
460 regulator-ramp-delay = <12500>;
484 regulator-ramp-delay = <12500>;
570 regulator-ramp-delay = <12500>;
[all …]
H A Drk3588s-orangepi-5.dts91 startup-delay-us = <50000>;
169 regulator-ramp-delay = <2300>;
186 regulator-ramp-delay = <2300>;
207 regulator-ramp-delay = <2300>;
415 regulator-ramp-delay = <12500>;
429 regulator-ramp-delay = <12500>;
442 regulator-ramp-delay = <12500>;
456 regulator-ramp-delay = <12500>;
469 regulator-ramp-delay = <12500>;
495 regulator-ramp-delay = <12500>;
[all …]
/linux/arch/arm/boot/dts/qcom/
H A Dqcom-ipq8064.dtsi55 polling-delay = <0>;
75 polling-delay = <0>;
95 polling-delay = <0>;
115 polling-delay = <0>;
135 polling-delay = <0>;
155 polling-delay = <0>;
175 polling-delay = <0>;
195 polling-delay = <0>;
215 polling-delay = <0>;
235 polling-delay = <0>;
[all …]
/linux/arch/sh/boards/mach-se/7343/
H A Dsetup.c98 static void isp116x_delay(struct device *dev, int delay) in isp116x_delay() argument
100 ndelay(delay); in isp116x_delay()
126 .delay = isp116x_delay,

12345678910>>...103