/kernel/linux/linux-5.10/include/linux/dma/ |
H A D | xilinx_dma.h | 16 * @frm_dly: Frame delay 23 * @delay: Delay counter 36 int delay; member
|
/kernel/linux/linux-6.6/include/linux/dma/ |
H A D | xilinx_dma.h | 16 * @frm_dly: Frame delay 23 * @delay: Delay counter 36 int delay; member
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/hive_isp_css_include/ |
H A D | platform_support.h | 24 #include <linux/delay.h>
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/cxd2880/ |
H A D | cxd2880_common.h | 14 #include <linux/delay.h>
|
/third_party/libcoap/include/coap3/ |
H A D | coap_async_internal.h | 37 coap_tick_t delay; /**< When to delay to before triggering the response member
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/ |
H A D | InterpolatingDelayLine.h | 28 * Monophonic delay line. 35 * @param input sample to be written to the delay line 36 * @param delay number of samples to delay the output 39 float process(float delay, float input);
|
/kernel/linux/linux-5.10/sound/core/oss/ |
H A D | pcm_oss.c | 1201 static int snd_pcm_oss_capture_position_fixup(struct snd_pcm_substream *substream, snd_pcm_sframes_t *delay) in snd_pcm_oss_capture_position_fixup() argument 1208 err = snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_DELAY, delay); in snd_pcm_oss_capture_position_fixup() 1212 if (*delay <= (snd_pcm_sframes_t)runtime->buffer_size) in snd_pcm_oss_capture_position_fixup() 1215 /* until avail(delay) <= buffer_size */ in snd_pcm_oss_capture_position_fixup() 1216 frames = (*delay - runtime->buffer_size) + runtime->period_size - 1; in snd_pcm_oss_capture_position_fixup() 1260 snd_pcm_sframes_t delay; in snd_pcm_oss_read3() local 1279 ret = snd_pcm_oss_capture_position_fixup(substream, &delay); in snd_pcm_oss_read3() 2156 snd_pcm_sframes_t delay; in snd_pcm_oss_get_odelay() local 2167 err = snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_DELAY, &delay); in snd_pcm_oss_get_odelay() 2169 delay in snd_pcm_oss_get_odelay() 2179 snd_pcm_sframes_t delay; snd_pcm_oss_get_ptr() local [all...] |
/kernel/linux/linux-6.6/sound/core/oss/ |
H A D | pcm_oss.c | 1210 static int snd_pcm_oss_capture_position_fixup(struct snd_pcm_substream *substream, snd_pcm_sframes_t *delay) in snd_pcm_oss_capture_position_fixup() argument 1217 err = snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_DELAY, delay); in snd_pcm_oss_capture_position_fixup() 1221 if (*delay <= (snd_pcm_sframes_t)runtime->buffer_size) in snd_pcm_oss_capture_position_fixup() 1224 /* until avail(delay) <= buffer_size */ in snd_pcm_oss_capture_position_fixup() 1225 frames = (*delay - runtime->buffer_size) + runtime->period_size - 1; in snd_pcm_oss_capture_position_fixup() 1269 snd_pcm_sframes_t delay; in snd_pcm_oss_read3() local 1288 ret = snd_pcm_oss_capture_position_fixup(substream, &delay); in snd_pcm_oss_read3() 2174 snd_pcm_sframes_t delay; in snd_pcm_oss_get_odelay() local 2186 err = snd_pcm_kernel_ioctl(substream, SNDRV_PCM_IOCTL_DELAY, &delay); in snd_pcm_oss_get_odelay() 2188 delay in snd_pcm_oss_get_odelay() 2198 snd_pcm_sframes_t delay; snd_pcm_oss_get_ptr() local [all...] |
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | aha152x.c | 91 * - configurable RESET delay added 236 #include <linux/delay.h> 346 static int delay[] = {DELAY_DEFAULT, DELAY_DEFAULT}; variable 347 module_param_array(delay, int, NULL, 0); 348 MODULE_PARM_DESC(delay,"scsi reset delay"); 447 int delay; /* reset out delay */ member 543 #define DELAY (HOSTDATA(shpnt)->delay) 746 DELAY = setup->delay; in aha152x_probe_one() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | aha152x.c | 91 * - configurable RESET delay added 236 #include <linux/delay.h> 364 static int delay[] = {DELAY_DEFAULT, DELAY_DEFAULT}; variable 365 module_param_array(delay, int, NULL, 0); 366 MODULE_PARM_DESC(delay,"scsi reset delay"); 465 int delay; /* reset out delay */ member 561 #define DELAY (HOSTDATA(shpnt)->delay) 765 DELAY = setup->delay; in aha152x_probe_one() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dp/ |
H A D | dp_display.c | 12 #include <linux/delay.h> 76 u32 delay; member 129 u32 data, u32 delay) in dp_add_event() 148 todo->delay = delay; in dp_add_event() 172 todo->delay = 0; in dp_del_event() 578 dp_add_event(dp, EV_HPD_PLUG_INT, 0, 1); /* delay = 1 */ in dp_hpd_plug_handle() 659 dp_add_event(dp, EV_HPD_UNPLUG_INT, 0, 1); /* delay = 1 */ in dp_hpd_unplug_handle() 1062 if (todo->delay) { in hpd_event_thread() 1068 /* re enter delay even in hpd_event_thread() 128 dp_add_event(struct dp_display_private *dp_priv, u32 event, u32 data, u32 delay) dp_add_event() argument [all...] |
/kernel/linux/linux-6.6/sound/soc/amd/ |
H A D | acp-pcm-dma.c | 9 #include <linux/delay.h> 1037 u32 period_bytes, delay; in acp_dma_pointer() local 1061 delay = do_div(bytescount, period_bytes); in acp_dma_pointer() 1062 adata->delay += bytes_to_frames(runtime, delay); in acp_dma_pointer() 1078 snd_pcm_sframes_t delay = adata->delay; in acp_dma_delay() local 1080 adata->delay = 0; in acp_dma_delay() 1082 return delay; in acp_dma_delay() 1253 .delay [all...] |
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_nx2.c | 8 #include <linux/delay.h> 298 * c. Read the IDC_LOCK_RECOVERY register again after a delay of 200ms. 595 * by p_entry->arg1 for all entries in header with delay of p_hdr->delay between 614 if (p_hdr->delay) in qla8044_write_list() 615 udelay((uint32_t)(p_hdr->delay)); in qla8044_write_list() 622 * header with delay of p_hdr->delay between entries. 641 if (p_hdr->delay) in qla8044_read_write_list() 642 udelay((uint32_t)(p_hdr->delay)); in qla8044_read_write_list() 715 long delay; qla8044_poll_list() local 771 long delay; qla8044_poll_write_list() local 888 long delay; qla8044_poll_read_list() local [all...] |
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_nx2.c | 8 #include <linux/delay.h> 298 * c. Read the IDC_LOCK_RECOVERY register again after a delay of 200ms. 595 * by p_entry->arg1 for all entries in header with delay of p_hdr->delay between 614 if (p_hdr->delay) in qla8044_write_list() 615 udelay((uint32_t)(p_hdr->delay)); in qla8044_write_list() 622 * header with delay of p_hdr->delay between entries. 641 if (p_hdr->delay) in qla8044_read_write_list() 642 udelay((uint32_t)(p_hdr->delay)); in qla8044_read_write_list() 715 long delay; qla8044_poll_list() local 771 long delay; qla8044_poll_write_list() local 888 long delay; qla8044_poll_read_list() local [all...] |
/kernel/linux/linux-5.10/drivers/pinctrl/ |
H A D | pinctrl-st.c | 96 * (direction, retime-type, retime-clk, retime-delay) 121 *[15..0]| retime-delay |------>[Retime Delay] 448 static unsigned long st_pinconf_delay_to_bit(unsigned int delay, in st_pinconf_delay_to_bit() argument 464 unsigned int divergence = abs(delay - delay_times[i]); in st_pinconf_delay_to_bit() 475 pr_warn("Attempt to set delay %d, closest available %d\n", in st_pinconf_delay_to_bit() 476 delay, delay_times[closest_index]); in st_pinconf_delay_to_bit() 498 pr_warn("Delay not found in/out delay list\n"); in st_pinconf_bit_to_delay() 521 unsigned int delay; in st_pinconf_set_retime_packed() local 538 delay = st_pinconf_delay_to_bit(ST_PINCONF_UNPACK_RT_DELAY(config), in st_pinconf_set_retime_packed() 540 /* 2 bit delay, ls in st_pinconf_set_retime_packed() 556 unsigned long delay = st_pinconf_delay_to_bit( st_pinconf_set_retime_dedicated() local 602 unsigned int delay_bits, delay, delay0, delay1, val; st_pinconf_get_retime_packed() local 634 unsigned long delay_bits, delay, rt_clk; st_pinconf_get_retime_dedicated() local [all...] |
/kernel/linux/linux-6.6/drivers/pinctrl/ |
H A D | pinctrl-st.c | 100 * (direction, retime-type, retime-clk, retime-delay) 125 *[15..0]| retime-delay |------>[Retime Delay] 452 static unsigned long st_pinconf_delay_to_bit(unsigned int delay, in st_pinconf_delay_to_bit() argument 468 unsigned int divergence = abs(delay - delay_times[i]); in st_pinconf_delay_to_bit() 479 pr_warn("Attempt to set delay %d, closest available %d\n", in st_pinconf_delay_to_bit() 480 delay, delay_times[closest_index]); in st_pinconf_delay_to_bit() 502 pr_warn("Delay not found in/out delay list\n"); in st_pinconf_bit_to_delay() 525 unsigned int delay; in st_pinconf_set_retime_packed() local 542 delay = st_pinconf_delay_to_bit(ST_PINCONF_UNPACK_RT_DELAY(config), in st_pinconf_set_retime_packed() 544 /* 2 bit delay, ls in st_pinconf_set_retime_packed() 560 unsigned long delay = st_pinconf_delay_to_bit( st_pinconf_set_retime_dedicated() local 606 unsigned int delay_bits, delay, delay0, delay1, val; st_pinconf_get_retime_packed() local 638 unsigned long delay_bits, delay, rt_clk; st_pinconf_get_retime_dedicated() local [all...] |
/kernel/linux/linux-6.6/net/ceph/ |
H A D | messenger.c | 611 con->delay = 0; /* reset backoff memory */ in ceph_con_open() 1430 * Atomically queue work on a connection after the specified delay. 1434 static int queue_con_delay(struct ceph_connection *con, unsigned long delay) in queue_con_delay() argument 1441 if (delay >= HZ) in queue_con_delay() 1442 delay = round_jiffies_relative(delay); in queue_con_delay() 1444 dout("%s %p %lu\n", __func__, con, delay); in queue_con_delay() 1445 if (!queue_delayed_work(ceph_msgr_wq, &con->work, delay)) { in queue_con_delay() 1506 ret = queue_con_delay(con, con->delay); in con_backoff() 1509 con, con->delay); in con_backoff() [all...] |
/third_party/backends/backend/ |
H A D | mustek_pp_cis.c | 371 " B3W0: %s : power on delay\n" in Mustek_PP_1015_display_regs() 1312 delay_read (int delay) in delay_read() argument 1315 * A (very) smart compiler may complete optimize the delay loop away. By in delay_read() 1319 for (i = 0; i<delay; ++i) in delay_read() 1346 if (dev->CIS.delay) delay_read(dev->CIS.delay); in cis_read_line_low_level() 1356 if (dev->CIS.delay) delay_read(dev->CIS.delay); in cis_read_line_low_level() 1391 if (dev->CIS.delay) delay_read(dev->CIS.delay); in cis_read_line_low_level() [all...] |
/kernel/linux/linux-5.10/arch/x86/platform/intel-mid/device_libs/ |
H A D | platform_mpu3050.c | 28 .delay = 1,
|
H A D | platform_msic_power_btn.c | 26 .delay = 1,
|
H A D | platform_msic_battery.c | 27 .delay = 1,
|
H A D | platform_msic_thermal.c | 27 .delay = 1,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/acp/ |
H A D | acp_hw.c | 27 #include <linux/delay.h>
|
/kernel/linux/linux-5.10/arch/arm/mach-shmobile/ |
H A D | timer.c | 10 #include <linux/delay.h> 33 * __delay() implementation in arch/arm/lib/delay.S. in shmobile_init_delay() 35 * This will result in a longer delay than expected in shmobile_init_delay()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-jazz/ |
H A D | mc146818rtc.h | 14 #include <linux/delay.h>
|