/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()
|
/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/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/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/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);
|
H A D | drv_hdmi_compatibility.h | 36 hi_s32 drv_hdmi_compat_delay_get(hdmi_device_id hdmi_id, hdmi_delay *delay);
|
/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/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()
|
H A D | mali_osk_time.c | 20 #include <asm/delay.h>
|
/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()
|
H A D | mali_osk_time.c | 19 #include <asm/delay.h>
|
/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()
|
/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/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
H A D | ssl_cookie.h | 47 #define MBEDTLS_SSL_COOKIE_TIMEOUT 60 /**< Default expiration delay of DTLS cookies, in seconds if HAVE_TIME, or in number of cookies issued */ 65 unsigned long timeout; /*!< timeout delay, in seconds if HAVE_TIME, 86 * \brief Set expiration delay for cookies 90 * \param delay Delay, in seconds if HAVE_TIME, or in number of cookies 94 void mbedtls_ssl_cookie_set_timeout( mbedtls_ssl_cookie_ctx *ctx, unsigned long delay );
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/adapter/ |
H A D | hdf_wlan_sdio_adapt.c | 30 #include <linux/delay.h>
48 #include <linux/delay.h>
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/ |
H A D | procfs.c | 32 seq_printf(p, "%-10s rkisp%d Format:%s%s Size:%dx%d (frame:%d rate:%dms delay:%dms)\n", "Input", dev->dev_id, in ispp_show() 35 dev->stream_vdev.dbg.interval / 1000 / 1000, dev->stream_vdev.dbg.delay / 1000 / 1000); in ispp_show() 41 seq_printf(p, "%-10s %s Format:%c%c%c%c Size:%dx%d (frame:%d rate:%dms delay:%dms frameloss:%d)\n", "Output", in ispp_show() 45 stream->dbg.delay / 1000 / 1000, stream->dbg.frameloss); in ispp_show()
|
/device/soc/rockchip/common/sdk_linux/drivers/mmc/core/ |
H A D | core.h | 11 #include <linux/delay.h> 77 void _mmc_detect_change(struct mmc_host *host, unsigned long delay, bool cd_irq);
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/ |
H A D | procfs.c | 39 seq_printf(p, "%-10s rkisp%d Format:%s%s Size:%dx%d (frame:%d rate:%dms delay:%dms)\n", in ispp_show() 48 dev->stream_vdev.dbg.delay / 1000 / 1000); in ispp_show() 53 seq_printf(p, "%-10s %s Format:%c%c%c%c Size:%dx%d (frame:%d rate:%dms delay:%dms frameloss:%d)\n", in ispp_show() 64 stream->dbg.delay / 1000 / 1000, in ispp_show()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/platform/devicetree/ |
H A D | mali_kbase_config_platform.c | 34 #include <linux/delay.h>
|
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
H A D | governor.h | 64 void devfreq_update_interval(struct devfreq *devfreq, unsigned int *delay);
|
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/ |
H A D | governor.h | 64 void devfreq_update_interval(struct devfreq *devfreq, unsigned int *delay);
|