Home
last modified time | relevance | path

Searched refs:delay (Results 651 - 675 of 12163) sorted by relevance

1...<<21222324252627282930>>...487

/kernel/linux/linux-5.10/arch/mips/sni/
H A Dreset.c7 #include <linux/delay.h>
/kernel/linux/linux-5.10/arch/sh/lib/
H A Ddelay.c9 #include <linux/delay.h>
18 * delay slot straddle an 8 byte boundary, this increases in __delay()
/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/
H A Dotx_cpt_common.h15 #include <linux/delay.h>
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-jazz/
H A Dmc146818rtc.h14 #include <linux/delay.h>
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Darch_timer.c12 #include <asm/delay.h>
26 /* Use the architected timer for the delay loop. */ in arch_timer_delay_timer_register()
/kernel/linux/linux-6.6/arch/arm/mach-shmobile/
H A Dtimer.c10 #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-6.6/arch/arm/mach-s3c/
H A Dpm-core-s3c64xx.h15 #include <linux/delay.h>
/kernel/linux/linux-6.6/arch/mips/sni/
H A Dreset.c7 #include <linux/delay.h>
/kernel/linux/linux-6.6/arch/s390/lib/
H A Ddelay.c10 #include <linux/delay.h>
/kernel/linux/linux-6.6/arch/sh/lib/
H A Ddelay.c9 #include <linux/delay.h>
18 * delay slot straddle an 8 byte boundary, this increases in __delay()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/acp/
H A Dacp_hw.c27 #include <linux/delay.h>
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx/
H A Dotx_cpt_common.h15 #include <linux/delay.h>
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dintel_engine_heartbeat.h15 unsigned long delay);
/kernel/linux/linux-6.6/drivers/regulator/
H A Dqcom_spmi-regulator.c7 #include <linux/delay.h>
328 /* Minimum voltage stepper delay for each step. */
350 /* Minimum voltage stepper delay for each step. */
1299 * Reset the OCP count if there is a large delay between switch enable in spmi_regulator_vs_ocp_isr()
1753 int step, delay, slew_rate, step_delay; in spmi_regulator_init_slew_rate() local
1778 delay = reg & SPMI_FTSMPS_STEP_CTRL_DELAY_MASK; in spmi_regulator_init_slew_rate()
1779 delay >>= SPMI_FTSMPS_STEP_CTRL_DELAY_SHIFT; in spmi_regulator_init_slew_rate()
1783 slew_rate /= 1000 * (step_delay << delay); in spmi_regulator_init_slew_rate()
1798 int delay, slew_rate; in spmi_regulator_init_slew_rate_ftsmps426() local
1807 delay in spmi_regulator_init_slew_rate_ftsmps426()
1826 int delay; spmi_regulator_init_slew_rate_hfsmps() local
[all...]
/kernel/linux/linux-6.6/drivers/phy/rockchip/
H A Dphy-rockchip-inno-usb2.c10 #include <linux/delay.h>
634 unsigned long delay; in rockchip_usb2phy_otg_sm_work() local
642 delay = OTG_SCHEDULE_DELAY; in rockchip_usb2phy_otg_sm_work()
721 delay = 0; in rockchip_usb2phy_otg_sm_work()
738 schedule_delayed_work(&rport->otg_sm_work, delay); in rockchip_usb2phy_otg_sm_work()
793 unsigned long delay; in rockchip_chg_detect_work() local
807 delay = CHG_DCD_POLL_TIME; in rockchip_chg_detect_work()
821 delay = CHG_PRIMARY_DET_TIME; in rockchip_chg_detect_work()
825 delay = CHG_DCD_POLL_TIME; in rockchip_chg_detect_work()
835 delay in rockchip_chg_detect_work()
[all...]
/kernel/linux/linux-6.6/block/
H A Dblk-iocost.c107 * to become available. When this delay becomes noticeable, it's a clear
161 * active weight hweight% inflt% dbt delay usages%
171 * - del_ms : Deferred issuer delay induction level and duration
273 * The effect of delay is indirect and non-linear and a huge amount of
275 * up delay as debt is going up and then let it decay exponentially.
276 * This gives us quick ramp ups while delay is accumulating and long
280 * The delay mechanism provides adequate protection and behavior in many
508 /* current delay in effect and when it started */
509 u64 delay; member
1350 u64 tdelta, delay, new_dela in iocg_kick_delay() local
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_emit_nvc0.cpp2671 code[0] = 0x00000007; // cf issue delay "instruction"
3030 int st[DATA_FILE_COUNT]; // LD to LD delay 3
3031 int ld[DATA_FILE_COUNT]; // ST to ST delay 3
3032 int tex; // TEX to non-TEX delay 17 (0x11)
3033 int sfu; // SFU to SFU delay 3 (except PRE-ops)
3034 int imul; // integer MUL to MUL delay 3
3173 void setDelay(Instruction *, int delay, Instruction *next);
3177 void checkRd(const Value *, int cycle, int& delay) const;
3178 void checkWr(const Value *, int cycle, int& delay) const;
3184 SchedDataCalculator::setDelay(Instruction *insn, int delay, Instructio
[all...]
/third_party/backends/backend/
H A Dartec_eplus48u.c1884 artec48u_delay_buffer_init (Artec48U_Delay_Buffer * delay, in artec48u_delay_buffer_init() argument
1900 delay->line_count = line_count = 1; in artec48u_delay_buffer_init()
1901 delay->read_index = 0; in artec48u_delay_buffer_init()
1902 delay->write_index = 0; in artec48u_delay_buffer_init()
1904 delay->mem_block = (SANE_Byte *) malloc (bytes_per_line * line_count); in artec48u_delay_buffer_init()
1905 if (!delay->mem_block) in artec48u_delay_buffer_init()
1907 XDBG ((3, "%s: no memory for delay block\n", function_name)); in artec48u_delay_buffer_init()
1911 delay->lines = in artec48u_delay_buffer_init()
1913 if (!delay->lines) in artec48u_delay_buffer_init()
1915 free (delay in artec48u_delay_buffer_init()
1928 artec48u_delay_buffer_done(Artec48U_Delay_Buffer * delay) artec48u_delay_buffer_done() argument
[all...]
/kernel/linux/linux-5.10/drivers/iio/adc/
H A Dexynos_adc.c13 #include <linux/delay.h>
130 unsigned int delay; member
240 /* set touchscreen delay */ in exynos_adc_v1_init_hw()
241 writel(info->delay, ADC_V1_DLY(info->regs)); in exynos_adc_v1_init_hw()
909 info->delay = pdata->delay; in exynos_adc_probe()
911 info->delay = 10000; in exynos_adc_probe()
/kernel/linux/linux-5.10/drivers/w1/masters/
H A Dds2490.c506 static int ds_set_pullup(struct ds_device *dev, int delay) in ds_set_pullup() argument
509 u8 del = 1 + (u8)(delay >> 4); in ds_set_pullup()
510 /* Just storing delay would not get the trunication and roundup. */ in ds_set_pullup()
513 /* Enable spu_bit if a delay is set. */ in ds_set_pullup()
514 dev->spu_bit = delay ? COMM_SPU : 0; in ds_set_pullup()
515 /* If delay is zero, it has already been disabled, if the time is in ds_set_pullup()
518 * rather than del or delay which can have a different value. in ds_set_pullup()
520 if (delay == 0 || ms == dev->spu_sleep) in ds_set_pullup()
919 static u8 ds9490r_set_pullup(void *data, int delay) in ds9490r_set_pullup() argument
923 if (ds_set_pullup(dev, delay)) in ds9490r_set_pullup()
[all...]
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
H A Djr3_pci.c33 #include <linux/delay.h>
587 int delay; in jr3_pci_poll_dev() local
591 delay = 1000; in jr3_pci_poll_dev()
607 if (sub_delay.max && sub_delay.max < delay) in jr3_pci_poll_dev()
612 delay = sub_delay.max; in jr3_pci_poll_dev()
617 devpriv->timer.expires = jiffies + msecs_to_jiffies(delay); in jr3_pci_poll_dev()
/kernel/linux/linux-6.6/drivers/auxdisplay/
H A Dht16k33.c209 unsigned int delay; in ht16k33_blink_set() local
215 delay = 1000; in ht16k33_blink_set()
218 delay = 500; in ht16k33_blink_set()
221 delay = 1000; in ht16k33_blink_set()
224 delay = 2000; in ht16k33_blink_set()
234 *delay_on = *delay_off = delay; in ht16k33_blink_set()
541 err = device_property_read_u32(dev, "debounce-delay-ms", in ht16k33_keypad_probe()
544 dev_err(dev, "key debounce delay not specified\n"); in ht16k33_keypad_probe()
/kernel/linux/linux-6.6/drivers/acpi/
H A Dosl.c23 #include <linux/delay.h>
619 u32 delay = 1000; in acpi_os_stall() local
621 if (delay > us) in acpi_os_stall()
622 delay = us; in acpi_os_stall()
623 udelay(delay); in acpi_os_stall()
625 us -= delay; in acpi_os_stall()
/kernel/linux/linux-6.6/drivers/w1/masters/
H A Dds2490.c510 static int ds_set_pullup(struct ds_device *dev, int delay) in ds_set_pullup() argument
513 u8 del = 1 + (u8)(delay >> 4); in ds_set_pullup()
514 /* Just storing delay would not get the trunication and roundup. */ in ds_set_pullup()
517 /* Enable spu_bit if a delay is set. */ in ds_set_pullup()
518 dev->spu_bit = delay ? COMM_SPU : 0; in ds_set_pullup()
519 /* If delay is zero, it has already been disabled, if the time is in ds_set_pullup()
522 * rather than del or delay which can have a different value. in ds_set_pullup()
524 if (delay == 0 || ms == dev->spu_sleep) in ds_set_pullup()
942 static u8 ds9490r_set_pullup(void *data, int delay) in ds9490r_set_pullup() argument
946 if (ds_set_pullup(dev, delay)) in ds9490r_set_pullup()
[all...]
/kernel/linux/linux-6.6/drivers/comedi/drivers/
H A Djr3_pci.c33 #include <linux/delay.h>
571 int delay; in jr3_pci_poll_dev() local
575 delay = 1000; in jr3_pci_poll_dev()
591 if (sub_delay.max && sub_delay.max < delay) in jr3_pci_poll_dev()
596 delay = sub_delay.max; in jr3_pci_poll_dev()
601 devpriv->timer.expires = jiffies + msecs_to_jiffies(delay); in jr3_pci_poll_dev()

Completed in 30 milliseconds

1...<<21222324252627282930>>...487