Home
last modified time | relevance | path

Searched defs:ms (Results 1 – 25 of 143) sorted by relevance

123456

/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/hal/
Dhal_timer.h44 #define __MS_TO_TICKS(ms) hal_sys_timer_ms_to_ticks(ms) argument
85 #define MS_TO_TICKS(ms) __MS_TO_TICKS(ms) argument
93 #define MS_TO_HWTICKS(ms) __MS_TO_TICKS(ms) argument
165 #define MS_TO_FAST_TICKS(ms) ((uint32_t)(ms) * (CONFIG_FAST_SYSTICK_HZ / 1000)) argument
/device/board/isoftstone/yangfan/common/mqtt/mqttclient/src/arduino/
DCountdown.h28 Countdown(int ms) in Countdown()
38 void countdown_ms(unsigned long ms) in countdown_ms()
/device/board/isoftstone/yangfan/common/mqtt/mqttclient/src/mbed/
DMQTTmbed.h31 Countdown(int ms) : t() in Countdown()
42 void countdown_ms(unsigned long ms) in countdown_ms()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/
Drc80211_minstrel_debugfs.c61 struct minstrel_debugfs_info *ms; in minstrel_stats_open() local
123 struct minstrel_debugfs_info *ms; in minstrel_stats_csv_open() local
Drc80211_minstrel_ht_debugfs.c18 struct minstrel_debugfs_info *ms; in minstrel_stats_read() local
125 struct minstrel_debugfs_info *ms; in minstrel_ht_stats_open() local
275 struct minstrel_debugfs_info *ms; in minstrel_ht_stats_csv_open() local
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
Dosal_wait.c100 …_interruptible(osal_wait *wait, osal_wait_condition_func func, const void *param, unsigned long ms) in osal_wait_timeout_interruptible()
125 const void *param, unsigned long ms) in osal_wait_timeout_uninterruptible()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
Dosal_wait.c121 unsigned long ms) in osal_wait_timeout_interruptible()
162 const void *param, unsigned long ms) in osal_wait_timeout_uninterruptible()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/
Dmali_kbase_js_backend.c196 int ms = in timer_callback() local
234 int ms = in timer_callback() local
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/backend/gpu/
Dmali_kbase_js_backend.c179 int ms = js_devdata->scheduling_period_ns / 1000000u; in timer_callback() local
212 int ms = js_devdata->scheduling_period_ns / 1000000u; in timer_callback() local
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/backend/gpu/
Dmali_kbase_js_backend.c177 int ms = js_devdata->scheduling_period_ns / 1000000u; in timer_callback() local
210 int ms = js_devdata->scheduling_period_ns / 1000000u; in timer_callback() local
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/backend/gpu/
Dmali_kbase_js_backend.c194 int ms = in timer_callback() local
232 int ms = in timer_callback() local
/device/board/isoftstone/yangfan/common/mqtt/mqttclient/src/linux/
Dlinux.cpp164 Countdown(int ms) in Countdown()
182 void countdown_ms(int ms) in countdown_ms()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
Dos_sys.c21 hi_u32 ms2systick(HI_IN hi_u32 ms, HI_IN hi_bool include0) in ms2systick()
/device/soc/telink/b91/adapter/hals/mbedtls/src/mbedtls/internal/
Decp_alt_b91_backend.c272 unsigned int ms[word_len], Qx[word_len], Qy[word_len]; in ecp_alt_b91_backend_mul() local
332 unsigned int ms[word_len], Q1x[word_len], Q1y[word_len], Q2x[word_len], Q2y[word_len]; in ecp_alt_b91_backend_muladd() local
/device/board/isoftstone/yangfan/common/mqtt/mqttclient/samples/linux/
Dmain.cpp151 Countdown(int ms) in Countdown()
169 void countdown_ms(int ms) in countdown_ms()
/device/soc/winnermicro/wm800/board/src/bt/blehost/porting/w800/src/
Dnpl_os_freertos.c245 ble_npl_error_t npl_freertos_time_ms_to_ticks(uint32_t ms, ble_npl_time_t *out_ticks) in npl_freertos_time_ms_to_ticks()
259 uint64_t ms; in npl_freertos_time_ticks_to_ms() local
/device/soc/winnermicro/wm800/board/platform/arch/xt804/bsp/
Dsystem.c58 void mdelay(uint32_t ms) in mdelay()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/mmc/
Dsunxi-mmc-export.c82 int sunxi_mmc_check_r1_ready(struct mmc_host *mmc, unsigned ms) in sunxi_mmc_check_r1_ready()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/drm/sunxi_device/
Dsunxi_common.c39 void sunxi_drm_delayed_ms(unsigned int ms) in sunxi_drm_delayed_ms()
313 s32 disp_delay_ms(u32 ms) in disp_delay_ms()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
Dmali_osk_time.c27 unsigned long _mali_osk_time_mstoticks(u32 ms) in _mali_osk_time_mstoticks()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
Dmali_osk_time.c27 unsigned long _mali_osk_time_mstoticks(u32 ms) in _mali_osk_time_mstoticks()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/de/
Ddisp_private.c19 s32 disp_delay_ms(u32 ms) in disp_delay_ms()
32 s32 disp_delay_ms(u32 ms) in disp_delay_ms()
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/drivers/inc/
Dgr55xx_hal_calendar.h116 uint16_t ms; /**< Specifies the Calendar time milliseconds. member
164 uint16_t ms; /**< The milliseconds for the date alarm. */ member
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/
Dclk.h606 #define COMPOSITE(_id, cname, pnames, f, mo, ms, mw, mf, ds, dw,\ argument
627 #define COMPOSITE_BROTHER(_id, cname, pnames, f, mo, ms, mw, mf,\ argument
649 #define COMPOSITE_MUXTBL(_id, cname, pnames, f, mo, ms, mw, mf, \ argument
671 #define COMPOSITE_DIV_OFFSET(_id, cname, pnames, f, mo, ms, mw, \ argument
730 #define COMPOSITE_NODIV(_id, cname, pnames, f, mo, ms, mw, mf, \ argument
748 #define COMPOSITE_NOGATE(_id, cname, pnames, f, mo, ms, mw, mf, \ argument
767 #define COMPOSITE_BROTHER_NOGATE(_id, cname, pnames, f, mo, ms, \ argument
787 #define COMPOSITE_NOGATE_DIVTBL(_id, cname, pnames, f, mo, ms, \ argument
861 #define COMPOSITE_DDRCLK(_id, cname, pnames, f, mo, ms, mw, \ argument
1033 #define COMPOSITE_HALFDIV(_id, cname, pnames, f, mo, ms, mw, mf, ds, dw,\ argument
[all …]
/device/soc/rockchip/rk3588/kernel/drivers/clk/rockchip/
Dclk.h606 #define COMPOSITE(_id, cname, pnames, f, mo, ms, mw, mf, ds, dw,\ argument
627 #define COMPOSITE_BROTHER(_id, cname, pnames, f, mo, ms, mw, mf,\ argument
649 #define COMPOSITE_MUXTBL(_id, cname, pnames, f, mo, ms, mw, mf, \ argument
671 #define COMPOSITE_DIV_OFFSET(_id, cname, pnames, f, mo, ms, mw, \ argument
730 #define COMPOSITE_NODIV(_id, cname, pnames, f, mo, ms, mw, mf, \ argument
748 #define COMPOSITE_NOGATE(_id, cname, pnames, f, mo, ms, mw, mf, \ argument
767 #define COMPOSITE_BROTHER_NOGATE(_id, cname, pnames, f, mo, ms, \ argument
787 #define COMPOSITE_NOGATE_DIVTBL(_id, cname, pnames, f, mo, ms, \ argument
861 #define COMPOSITE_DDRCLK(_id, cname, pnames, f, mo, ms, mw, \ argument
1033 #define COMPOSITE_HALFDIV(_id, cname, pnames, f, mo, ms, mw, mf, ds, dw,\ argument
[all …]

123456