/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/boot/ |
H A D | init_regs.c | 40 unsigned int delay; member 44 static inline void delay(void) in delay() function 74 delay_2 = reg->delay; in reg_write() 88 delay(); in reg_write() 98 delay_1 = reg->delay; in read_write() 106 delay(); in read_write() 110 delay(); in read_write() 114 delay(); in read_write() 123 delay(); in read_write() 127 delay(); in read_write() [all...] |
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/boot/ |
H A D | init_regs.c | 41 unsigned int delay; member 45 static inline void delay(void) in delay() function 75 delay_2 = reg->delay; in reg_write() 89 delay(); in reg_write() 99 delay_1 = reg->delay; in read_write() 107 delay(); in read_write() 111 delay(); in read_write() 115 delay(); in read_write() 124 delay(); in read_write() 128 delay(); in read_write() [all...] |
H A D | lowlevel_init_v300.c | 23 static inline void delay(unsigned int num) in delay() function 131 delay(1000); in ddr_scramb_start() 263 delay(100); in get_hpm_value() 435 delay(200); in start_svb()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/stack/ |
H A D | stack_transition_test.cpp | 93 int32_t delay = 500; in TestStackTransition006() local 99 {.i32 = delay}, {.i32 = iterations}, {.i32 = playMode}, in TestStackTransition006() 109 ASSERT_NE(nodeAPI->getAttribute(stack, NODE_OPACITY_TRANSITION)->value[PARAM_3].i32, delay); in TestStackTransition006() 123 int32_t delay = 0; in TestStackTransition007() local 129 {.i32 = delay}, {.i32 = iterations}, {.i32 = playMode}, in TestStackTransition007() 138 ASSERT_EQ(nodeAPI->getAttribute(stack, NODE_OPACITY_TRANSITION)->value[PARAM_3].i32, delay); in TestStackTransition007() 151 int32_t delay = 0; in TestStackTransition008() local 157 {.i32 = delay}, {.i32 = iterations}, {.i32 = playMode}, in TestStackTransition008() 166 ASSERT_EQ(nodeAPI->getAttribute(stack, NODE_OPACITY_TRANSITION)->value[PARAM_3].i32, delay); in TestStackTransition008() 179 int32_t delay in TestStackTransition009() local 207 int32_t delay = 0; TestStackTransition010() local 235 int32_t delay = 0; TestStackTransition011() local 263 int32_t delay = 0; TestStackTransition012() local 291 int32_t delay = 0; TestStackTransition013() local 319 int32_t delay = 0; TestStackTransition014() local 347 int32_t delay = 0; TestStackTransition015() local 375 int32_t delay = 300; TestStackTransition016() local 403 int32_t delay = -300; TestStackTransition017() local 431 int32_t delay = -1300; TestStackTransition018() local 459 int32_t delay = 0; TestStackTransition019() local 489 int32_t delay = 0; TestStackTransition020() local 523 int32_t delay = 500; TestStackTransition021() local 561 int32_t delay = 0; TestStackTransition022() local 597 int32_t delay = 0; TestStackTransition023() local 633 int32_t delay = 0; TestStackTransition024() local 669 int32_t delay = 0; TestStackTransition025() local 705 int32_t delay = 0; TestStackTransition026() local 741 int32_t delay = 0; TestStackTransition027() local 777 int32_t delay = 0; TestStackTransition028() local 813 int32_t delay = 0; TestStackTransition029() local 849 int32_t delay = 0; TestStackTransition030() local 885 int32_t delay = 300; TestStackTransition031() local 921 int32_t delay = -300; TestStackTransition032() local 957 int32_t delay = -1300; TestStackTransition033() local 993 int32_t delay = 0; TestStackTransition034() local 1031 int32_t delay = 0; TestStackTransition035() local 1067 int32_t delay = 500; TestStackTransition036() local 1101 int32_t delay = 0; TestStackTransition037() local 1133 int32_t delay = 0; TestStackTransition038() local 1165 int32_t delay = 0; TestStackTransition039() local 1197 int32_t delay = 0; TestStackTransition040() local 1229 int32_t delay = 0; TestStackTransition041() local 1261 int32_t delay = 0; TestStackTransition042() local 1293 int32_t delay = 0; TestStackTransition043() local 1325 int32_t delay = 0; TestStackTransition044() local 1357 int32_t delay = 0; TestStackTransition045() local 1389 int32_t delay = 300; TestStackTransition046() local 1421 int32_t delay = -300; TestStackTransition047() local 1453 int32_t delay = -1300; TestStackTransition048() local 1485 int32_t delay = 0; TestStackTransition049() local 1519 int32_t delay = 0; TestStackTransition050() local 1553 int32_t delay = 500; TestStackTransition051() local 1587 int32_t delay = 0; TestStackTransition052() local 1619 int32_t delay = 0; TestStackTransition053() local 1651 int32_t delay = 0; TestStackTransition054() local 1683 int32_t delay = 0; TestStackTransition055() local 1715 int32_t delay = 0; TestStackTransition056() local 1747 int32_t delay = 0; TestStackTransition057() local 1779 int32_t delay = 0; TestStackTransition058() local 1811 int32_t delay = 0; TestStackTransition059() local 1843 int32_t delay = 0; TestStackTransition060() local 1875 int32_t delay = 300; TestStackTransition061() local 1907 int32_t delay = -300; TestStackTransition062() local 1939 int32_t delay = -1300; TestStackTransition063() local 1971 int32_t delay = 0; TestStackTransition064() local 2005 int32_t delay = 0; TestStackTransition065() local [all...] |
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_workqueue.h | 75 hi_u32 oal_workqueue_delay_schedule(oal_delayed_work *pst_work, unsigned long delay); 119 * queue_delayed_work - queue work on a workqueue after delay 122 * @delay: number of jiffies to wait before queueing 127 unsigned long delay) in oal_queue_delayed_work() 129 return queue_delayed_work(pst_workqueue, pst_work, delay); in oal_queue_delayed_work() 134 * queue_delayed_work_on - queue work on specific CPU after delay 138 * @delay: number of jiffies to wait before queueing 141 * @delay is zero and @dwork is idle, it will be scheduled for immediate 144 oal_delayed_work *pst_work, unsigned long delay) in oal_queue_delayed_work_on() 146 return queue_delayed_work_on(cpu, pst_workqueue, pst_work, delay); in oal_queue_delayed_work_on() 126 oal_queue_delayed_work(oal_workqueue_stru *pst_workqueue, oal_delayed_work *pst_work, unsigned long delay) oal_queue_delayed_work() argument 143 oal_queue_delayed_work_on(hi_u32 cpu, oal_workqueue_stru *pst_workqueue, oal_delayed_work *pst_work, unsigned long delay) oal_queue_delayed_work_on() argument 157 oal_queue_delayed_system_work(oal_delayed_work *pst_work, unsigned long delay) oal_queue_delayed_system_work() argument [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/panel/ |
H A D | panel-simple.c | 24 #include <linux/delay.h> 47 u8 delay; member 73 * @delay: Structure containing various delay values for this panel. 97 * @hpd_absent_delay: Add this to the prepare delay if we know Hot 119 } delay; member 271 if (cmd->header.delay) { in panel_simple_xfer_dsi_cmd_seq() 272 msleep(cmd->header.delay); in panel_simple_xfer_dsi_cmd_seq() 456 if (p->desc->delay.disable) { in panel_simple_disable() 457 msleep(p->desc->delay in panel_simple_disable() 519 unsigned int delay; panel_simple_prepare() local [all...] |
/device/soc/rockchip/common/sdk_linux/include/trace/events/ |
H A D | sched.h | 261 TP_PROTO(struct task_struct *tsk, u64 delay),
263 TP_ARGS(__perf_task(tsk), __perf_count(delay)),
265 TP_STRUCT__entry(__array(char, comm, TASK_COMM_LEN) __field(pid_t, pid) __field(u64, delay)),
267 TP_fast_assign(memcpy(__entry->comm, tsk->comm, TASK_COMM_LEN); __entry->pid = tsk->pid; __entry->delay = delay;),
269 TP_printk("comm=%s pid=%d delay=%Lu [ns]", __entry->comm, __entry->pid, (unsigned long long)__entry->delay));
275 DEFINE_EVENT_SCHEDSTAT(sched_stat_template, sched_stat_wait, TP_PROTO(struct task_struct *tsk, u64 delay),
276 TP_ARGS(tsk, delay));
282 DEFINE_EVENT_SCHEDSTAT(sched_stat_template, sched_stat_sleep, TP_PROTO(struct task_struct *tsk, u64 delay),
[all...] |
/device/soc/rockchip/rk3588/kernel/include/trace/hooks/ |
H A D | pci.h | 16 TP_PROTO(struct pci_dev *dev, unsigned int delay, int *err), 17 TP_ARGS(dev, delay, err), 1);
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/ |
H A D | drv_hdmi_intf.h | 61 hdmi_delay delay;
member 128 hi_s32 get_hdmi_delay_get(const hdmi_device *hdmi_dev, hdmi_delay *delay);
130 hi_s32 get_hdmi_delay_set(hdmi_device *hdmi_dev, hdmi_delay *delay);
|
/test/xts/acts/kernel_lite/time_posix/src/ |
H A D | AlarmTest.cpp | 397 const uint32_t delay = 200;
in HWTEST_F() local 419 Msleep(delay);
in HWTEST_F() 430 /* delay should add 10 millisecond to ajust */
in HWTEST_F() 431 if (setMillisec < (delay + 10)) {
in HWTEST_F() 434 setMillisec -= delay + 10;
in HWTEST_F() 618 const uint32_t delay = 200;
in HWTEST_F() local 634 Msleep(delay);
in HWTEST_F() 645 /* delay should add 10 millisecond to ajust */
in HWTEST_F() 646 if (setMillisec < (delay + 10)) {
in HWTEST_F() 649 setMillisec -= delay in HWTEST_F() [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_osk_wq.c | 240 void _mali_osk_wq_delayed_schedule_work(_mali_osk_wq_delayed_work_t *work, u32 delay) in _mali_osk_wq_delayed_schedule_work() argument 245 queue_delayed_work(mali_wq_normal, &work_object->work, delay); in _mali_osk_wq_delayed_schedule_work() 247 schedule_delayed_work(&work_object->work, delay); in _mali_osk_wq_delayed_schedule_work()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_osk_wq.c | 230 void _mali_osk_wq_delayed_schedule_work(_mali_osk_wq_delayed_work_t *work, u32 delay) in _mali_osk_wq_delayed_schedule_work() argument 235 queue_delayed_work(mali_wq_normal, &work_object->work, delay); in _mali_osk_wq_delayed_schedule_work() 237 schedule_delayed_work(&work_object->work, delay); in _mali_osk_wq_delayed_schedule_work()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_workqueue.h | 74 /* add delay work to workqueue. */ 75 inline hi_s32 hi_workqueue_add_delayed_work(hi_workqueue *workqueue, hi_delayed_work *delayed_work, hi_u32 delay) in hi_workqueue_add_delayed_work() argument 77 return queue_delayed_work(workqueue, delayed_work, delay); in hi_workqueue_add_delayed_work()
|
/device/soc/rockchip/common/sdk_linux/drivers/phy/rockchip/ |
H A D | phy-rockchip-usb.c | 11 #include <linux/delay.h>
532 unsigned long delay;
in rk3288_chg_detect_work() local 554 delay = CHG_DCD_POLL_TIME;
in rk3288_chg_detect_work() 568 delay = CHG_SECONDARY_DET_TIME;
in rk3288_chg_detect_work() 575 delay = 0;
in rk3288_chg_detect_work() 582 delay = 0;
in rk3288_chg_detect_work() 603 delay = CHG_PRIMARY_DET_TIME;
in rk3288_chg_detect_work() 607 delay = CHG_DCD_POLL_TIME;
in rk3288_chg_detect_work() 648 schedule_delayed_work(&rk_phy->chg_work, delay);
in rk3288_chg_detect_work()
|
/device/soc/rockchip/common/vendor/drivers/clk/ |
H A D | clk-pvtm.c | 7 #include <linux/delay.h> 58 static void rockchip_clock_pvtm_delay(unsigned int delay) in rockchip_clock_pvtm_delay() argument 60 unsigned int ms = delay / 0x3e8; in rockchip_clock_pvtm_delay() 61 unsigned int us = delay % 0x3e8; in rockchip_clock_pvtm_delay()
|
/device/soc/rockchip/rk3588/kernel/drivers/clk/rockchip/ |
H A D | clk-pvtm.c | 7 #include <linux/delay.h> 60 static void rockchip_clock_pvtm_delay(unsigned int delay) in rockchip_clock_pvtm_delay() argument 62 unsigned int ms = delay / 1000; in rockchip_clock_pvtm_delay() 63 unsigned int us = delay % 1000; in rockchip_clock_pvtm_delay()
|
/test/xts/acts/communication/nfc_ErrorCode/entry/src/ohosTest/js/test/ |
H A D | IsoDepTag.test.js | 20 function sleep(delay) { 21 return new Promise(resovle => setTimeout(resovle, delay))
|
H A D | TagABFV.test.js | 20 function sleep(delay) { 21 return new Promise(resovle => setTimeout(resovle, delay))
|
H A D | MifareUltralightTag.test.js | 20 function sleep(delay) { 21 return new Promise(resovle => setTimeout(resovle, delay))
|
/test/xts/acts/communication/nfc_Controller/entry/src/ohosTest/js/test/ |
H A D | Controller.test.js | 21 function sleep(delay) { 22 return new Promise(resovle => setTimeout(resovle, delay))
|
H A D | MifareUltralightTag.test.js | 20 function sleep(delay) { 21 return new Promise(resovle => setTimeout(resovle, delay))
|
/test/xts/acts/ability/ability_runtime/fa/faapplicationinfo/src/main/js/test/ |
H A D | ApplicationInfoJsunit.test.js | 30 async function sleep(delay) {
33 timeoutId = setTimeout(() => resolve("done!"), delay);
|
/test/xts/acts/communication/wifi_standard/entry/src/ohosTest/ets/test/ |
H A D | WifiCandidateNetWork.test.js | 20 function sleep(delay) { 21 return new Promise(resovle => setTimeout(resovle, delay))
|
/test/xts/acts/communication/nfc_SecureElement/entry/src/ohosTest/js/test/ |
H A D | openSession.test.js | 20 function sleep(delay) { 21 return new Promise(resovle => setTimeout(resovle, delay))
|
/test/xts/acts/communication/nfc_SecureElement_2/entry/src/ohosTest/js/test/ |
H A D | openSession.test.js | 20 function sleep(delay) { 21 return new Promise(resovle => setTimeout(resovle, delay))
|