Home
last modified time | relevance | path

Searched refs:delay (Results 551 - 575 of 11895) sorted by relevance

1...<<21222324252627282930>>...476

/kernel/linux/linux-6.6/drivers/iio/common/ssp_sensors/
H A Dssp.h9 #include <linux/delay.h>
244 int ssp_queue_ssp_refresh_task(struct ssp_data *data, unsigned int delay);
/third_party/node/lib/timers/
H A Dpromises.js212 * @param {number} delay
216 wait(delay, options) {
219 return setTimeout(delay, undefined, { signal: options?.signal });
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_tai.c373 long delay; in mvpp22_tai_start() local
375 delay = mvpp22_tai_aux_work(&tai->caps); in mvpp22_tai_start()
377 ptp_schedule_worker(tai->ptp_clock, delay); in mvpp22_tai_start()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb_nl.c11 * @delay: holds the PFC Link delay value
15 static void i40e_get_pfc_delay(struct i40e_hw *hw, u16 *delay) in i40e_get_pfc_delay() argument
20 *delay = (u16)((val & I40E_PRTDCB_GENC_PFCLDA_MASK) >> in i40e_get_pfc_delay()
85 i40e_get_pfc_delay(hw, &pfc->delay); in i40e_dcbnl_ieee_getpfc()
/kernel/linux/linux-5.10/tools/spi/
H A Dspidev_test.c44 static uint16_t delay; variable
126 .delay_usecs = delay, in transfer()
178 " -d --delay delay (usec)\n" in print_usage()
206 { "delay", 1, 0, 'd' }, in parse_opts()
242 delay = atoi(optarg); in parse_opts()
/kernel/linux/linux-5.10/drivers/w1/
H A Dw1_io.c8 #include <linux/delay.h>
116 * them, or execute the delay otherwise, in either case clear the request.
434 * @delay: time in milliseconds
445 void w1_next_pullup(struct w1_master *dev, int delay) in w1_next_pullup() argument
447 dev->pullup_duration = delay; in w1_next_pullup()
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
H A Drti800.c43 #include <linux/delay.h>
170 * Without a delay here, the RTI_CSR_OVERRUN bit in rti800_ai_insn_read()
174 int delay = (gain == 0) ? 10 : in rti800_ai_insn_read() local
178 udelay(delay); in rti800_ai_insn_read()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_gnss.c88 unsigned long delay = ICE_GNSS_POLL_DATA_DELAY_TIME; in ice_gnss_read() local
152 delay = ICE_GNSS_TIMER_DELAY_TIME; in ice_gnss_read()
156 kthread_queue_delayed_work(gnss->kworker, &gnss->read_work, delay); in ice_gnss_read()
/kernel/linux/linux-6.6/drivers/w1/masters/
H A Dds2482.c17 #include <linux/delay.h>
415 static u8 ds2482_w1_set_pullup(void *data, int delay) in ds2482_w1_set_pullup() argument
421 /* if delay is non-zero activate the pullup, in ds2482_w1_set_pullup()
425 if (delay) { in ds2482_w1_set_pullup()
/kernel/linux/linux-6.6/drivers/w1/
H A Dw1_io.c8 #include <linux/delay.h>
116 * them, or execute the delay otherwise, in either case clear the request.
434 * @delay: time in milliseconds
445 void w1_next_pullup(struct w1_master *dev, int delay) in w1_next_pullup() argument
447 dev->pullup_duration = delay; in w1_next_pullup()
/kernel/linux/linux-6.6/drivers/platform/surface/
H A Dsurface_aggregator_hub.c89 * appropriate delay) as the actual connect work submission might have in ssam_hub_update_workfn()
95 * double the normal connect delay. in ssam_hub_update_workfn()
129 unsigned long delay; in ssam_hub_update() local
141 delay = connected ? hub->connect_delay : 0; in ssam_hub_update()
143 schedule_delayed_work(&hub->update_work, delay); in ssam_hub_update()
210 * after being (re-)connected. This delay has been determined via
287 * (re-)connected. This delay has been determined via experimentation.
/kernel/linux/linux-6.6/drivers/clocksource/
H A Dtimer-sun5i.c13 #include <linux/delay.h>
74 static void sun5i_clkevt_time_setup(struct sun5i_timer *ce, u8 timer, u32 delay) in sun5i_clkevt_time_setup() argument
76 writel(delay, ce->base + TIMER_INTVAL_LO_REG(timer)); in sun5i_clkevt_time_setup()
/kernel/linux/linux-6.6/drivers/comedi/drivers/
H A Drti800.c43 #include <linux/delay.h>
170 * Without a delay here, the RTI_CSR_OVERRUN bit in rti800_ai_insn_read()
174 int delay = (gain == 0) ? 10 : in rti800_ai_insn_read() local
178 udelay(delay); in rti800_ai_insn_read()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_tai.c373 long delay; in mvpp22_tai_start() local
375 delay = mvpp22_tai_aux_work(&tai->caps); in mvpp22_tai_start()
377 ptp_schedule_worker(tai->ptp_clock, delay); in mvpp22_tai_start()
/kernel/linux/linux-6.6/tools/spi/
H A Dspidev_test.c44 static uint16_t delay; variable
126 .delay_usecs = delay, in transfer()
179 " -d --delay delay (usec)\n" in print_usage()
215 { "delay", 1, 0, 'd' }, in parse_opts()
254 delay = atoi(optarg); in parse_opts()
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/
H A Dqos_headroom.sh196 dcb pfc set dev $swp prio-pfc all:off 5:on 6:on 7:on delay 0
213 dcb pfc set dev $swp delay 1000
224 dcb pfc set dev $swp prio-pfc all:off delay 0
/third_party/ffmpeg/libavfilter/
H A Daf_aphaser.c36 double delay; member
61 { "delay", "set delay in milliseconds", OFFSET(delay), AV_OPT_TYPE_DOUBLE, {.dbl=3.}, 0, 5, FLAGS },
175 s->delay_buffer_length = s->delay * 0.001 * inlink->sample_rate + 0.5; in config_output()
177 av_log(outlink->src, AV_LOG_ERROR, "delay is too small\n"); in config_output()
H A Daf_asubboost.c34 double delay; member
71 s->buffer_samples = inlink->sample_rate * s->delay / 1000; in get_coeffs()
224 { "delay", "set delay", OFFSET(delay), AV_OPT_TYPE_DOUBLE, {.dbl=20}, 1, 100, FLAGS },
/third_party/pulseaudio/src/pulsecore/
H A Dtime-smoother_2.c203 * the reported delay by some millisecondsconds shortly after startup. This is in pa_smoother_2_put()
262 int64_t now, delay; in pa_smoother_2_get_delay() local
272 delay = (int64_t)((double)byte_count * PA_USEC_PER_SEC / s->frame_size / s->rate); in pa_smoother_2_get_delay()
273 return delay - pa_smoother_2_get(s, time_stamp); in pa_smoother_2_get_delay()
/kernel/linux/linux-5.10/arch/microblaze/kernel/
H A Dreset.c11 #include <linux/delay.h>
/kernel/linux/linux-5.10/arch/h8300/lib/
H A DMakefile9 delay.o
/kernel/linux/linux-5.10/arch/parisc/lib/
H A DMakefile7 ucmpdi2.o delay.o
/kernel/linux/linux-6.6/arch/microblaze/kernel/
H A Dreset.c11 #include <linux/delay.h>
/kernel/linux/linux-6.6/arch/parisc/lib/
H A DMakefile7 ucmpdi2.o delay.o
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dintel_engine_heartbeat.h15 unsigned long delay);

Completed in 17 milliseconds

1...<<21222324252627282930>>...476