/kernel/linux/linux-6.6/drivers/iio/common/ssp_sensors/ |
H A D | ssp.h | 9 #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 D | promises.js | 212 * @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 D | mvpp2_tai.c | 373 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 D | i40e_dcb_nl.c | 11 * @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 D | spidev_test.c | 44 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 D | w1_io.c | 8 #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 D | rti800.c | 43 #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 D | ice_gnss.c | 88 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 D | ds2482.c | 17 #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 D | w1_io.c | 8 #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 D | surface_aggregator_hub.c | 89 * 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 D | timer-sun5i.c | 13 #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 D | rti800.c | 43 #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 D | mvpp2_tai.c | 373 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 D | spidev_test.c | 44 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 D | qos_headroom.sh | 196 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 D | af_aphaser.c | 36 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 D | af_asubboost.c | 34 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 D | time-smoother_2.c | 203 * 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 D | reset.c | 11 #include <linux/delay.h>
|
/kernel/linux/linux-5.10/arch/h8300/lib/ |
H A D | Makefile | 9 delay.o
|
/kernel/linux/linux-5.10/arch/parisc/lib/ |
H A D | Makefile | 7 ucmpdi2.o delay.o
|
/kernel/linux/linux-6.6/arch/microblaze/kernel/ |
H A D | reset.c | 11 #include <linux/delay.h>
|
/kernel/linux/linux-6.6/arch/parisc/lib/ |
H A D | Makefile | 7 ucmpdi2.o delay.o
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | intel_engine_heartbeat.h | 15 unsigned long delay);
|