Home
last modified time | relevance | path

Searched refs:ms (Results 351 – 375 of 1091) sorted by relevance

1...<<11121314151617181920>>...44

/openbmc/sdbusplus/test/async/
H A Dtimer.cpp11 static constexpr auto timeout = 500ms; in TEST()
/openbmc/qemu/plugins/
H A Dloader.c299 MachineState *ms = MACHINE(qdev_get_machine()); in qemu_plugin_load_list() local
301 info->system.smp_vcpus = ms->smp.cpus; in qemu_plugin_load_list()
302 info->system.max_vcpus = ms->smp.max_cpus; in qemu_plugin_load_list()
/openbmc/linux/tools/perf/util/
H A Dunwind-libdw.c136 e->ms.maps = al.maps; in entry()
137 e->ms.map = al.map; in entry()
138 e->ms.sym = al.sym; in entry()
/openbmc/linux/Documentation/hwmon/
H A Dmax31827.rst74 resolution. For 10 bit resolution 35ms are needed, while for 12 bit resolution
75 (default) 140ms. When chip is in shutdown mode and a read operation is
77 (error) ms, and only after that is the temperature value register read.
/openbmc/linux/tools/power/pm-graph/config/
H A Dcustom-timeline-functions.cfg41 # Time delay between the two test runs in ms (default: 0 ms)
45 # graph only devices longer than min in the timeline (default: 0.001 ms)
49 # provide callgraph data for blocks longer than min (default: 0.001 ms)
/openbmc/linux/tools/testing/selftests/alsa/
H A Dpcm-test.c271 long long ms; in test_pcm_time() local
476 ms = timestamp_diff_ms(&tstamp); in test_pcm_time()
477 if (ms < duration_ms - margin_ms || ms > duration_ms + margin_ms) { in test_pcm_time()
478 snprintf(msg, sizeof(msg), "time mismatch: expected %dms got %lld", duration_ms, ms); in test_pcm_time()
/openbmc/linux/arch/arm64/boot/dts/rockchip/
H A Drk3399-gru-chromebook.dtsi120 * Need to wait 1ms + ramp-up time before we can power on WiFi.
121 * This has been approximated as 8ms total.
179 * 1ms after its regulators have ramped up (max rampup time is ~7ms).
456 realtek,dmic-init-delay-ms = <20>;
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_mlme_ext.h643 #define set_survey_timer(mlmeext, ms) \ argument
645 _set_timer(&(mlmeext)->survey_timer, (ms)); \
648 #define set_link_timer(mlmeext, ms) \ argument
650 _set_timer(&(mlmeext)->link_timer, (ms)); \
652 #define set_sa_query_timer(mlmeext, ms) \ argument
654 _set_timer(&(mlmeext)->sa_query_timer, (ms)); \
/openbmc/linux/drivers/spi/
H A Dspi-mt65xx.c922 u64 ms = 8000LL; in mtk_spi_transfer_wait() local
925 ms *= 32; /* prevent we may get 0 for short transfers. */ in mtk_spi_transfer_wait()
927 ms *= op->data.nbytes; in mtk_spi_transfer_wait()
928 ms = div_u64(ms, mem->spi->max_speed_hz); in mtk_spi_transfer_wait()
929 ms += ms + 1000; /* 1s tolerance */ in mtk_spi_transfer_wait()
931 if (ms > UINT_MAX) in mtk_spi_transfer_wait()
932 ms = UINT_MAX; in mtk_spi_transfer_wait()
935 msecs_to_jiffies(ms))) { in mtk_spi_transfer_wait()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbgx/libusbgx/
H A D0001-fix-stack-buffer-overflow-in-usbg_f_foo_attr_val-pro.patch14 include/usbg/function/ms.h | 30 +++++++++++-------------------
22 src/function/ms.c | 10 +++++-----
204 diff --git a/include/usbg/function/ms.h b/include/usbg/function/ms.h
206 --- a/include/usbg/function/ms.h
207 +++ b/include/usbg/function/ms.h
222 * @param[in] f function to be converted to ms funciton.
662 diff --git a/src/function/ms.c b/src/function/ms.c
664 --- a/src/function/ms.c
665 +++ b/src/function/ms.c
/openbmc/linux/Documentation/core-api/irq/
H A Dirq-affinity.rst36 round-trip min/avg/max = 0.1/0.1/0.4 ms
55 round-trip min/avg/max = 0.1/0.5/585.4 ms
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/
H A Dpsci.c61 static void __secure __mdelay(u32 ms) in __mdelay() argument
63 u32 reg = ONE_MS * ms; in __mdelay()
/openbmc/linux/Documentation/devicetree/bindings/power/supply/
H A Dbq25980.yaml32 ti,watchdog-timeout-ms:
107 ti,watchdog-timeout-ms = <0>;
/openbmc/linux/Documentation/tools/rtla/
H A Dcommon_options.rst47 …- *d:runtime[us|ms|s]:period[us|ms|s]* - use SCHED_DEADLINE with *runtime* and *period* in nanosec…
/openbmc/qemu/accel/qtest/
H A Dqtest.c27 static int qtest_init_accel(MachineState *ms) in qtest_init_accel() argument
/openbmc/linux/lib/zstd/compress/
H A Dzstd_ldm.h65 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-bus-w17 100 ms - hence the tens-to-hundreds milliseconds scan intervals
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8183-kukui-jacuzzi-fennel-sku6.dts25 post-power-on-delay-ms = <10>;
H A Dmt8183-kukui-jacuzzi-fennel-sku7.dts25 post-power-on-delay-ms = <10>;
H A Dmt8183-kukui-jacuzzi-burnet.dts28 post-power-on-delay-ms = <200>;
H A Dmt8183-kukui-jacuzzi-damu.dts26 post-power-on-delay-ms = <10>;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/avro/avro-c++/
H A D0003-Update-CXX-standard-to-CXX14.patch2 From: Rui Costa <rui.ms.costa@ctw.bmwgroup.com>
/openbmc/linux/drivers/tty/hvc/
H A Dhvsi_lib.c248 static void maybe_msleep(unsigned long ms) in maybe_msleep() argument
252 mdelay(ms); in maybe_msleep()
254 msleep(ms); in maybe_msleep()
/openbmc/linux/Documentation/i2c/
H A Dslave-testunit-backend.rst32 0x03 DELAY - delay in n * 10ms until test is started
58 50ms of delay:
68 notification after 10ms:
/openbmc/linux/drivers/cpufreq/
H A Dpmac32-cpufreq.c87 static inline void local_delay(unsigned long ms) in local_delay() argument
90 mdelay(ms); in local_delay()
92 msleep(ms); in local_delay()

1...<<11121314151617181920>>...44