/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | libiscsi.c | 13 #include <linux/delay.h>
|
H A D | megaraid.c | 35 #include <linux/delay.h> 4510 * Have a delibrate delay to make sure all the caches are in __megaraid_shutdown()
|
H A D | qla1280.c | 337 #include <linux/delay.h> 1932 dprintk(1, "qla1280 : bus reset delay[0]=%d\n", in qla1280_print_settings() 1934 dprintk(1, "qla1280 : bus reset delay[1]=%d\n", in qla1280_print_settings() 1938 dprintk(1, "qla1280 : retry delay[0]=%d\n", nv->bus[0].retry_delay); in qla1280_print_settings() 1940 dprintk(1, "qla1280 : retry delay[1]=%d\n", nv->bus[1].retry_delay); in qla1280_print_settings() 2234 /* Retry count and delay. */ in qla1280_nvram_config()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_events.c | 24 #include <linux/delay.h>
|
H A D | ring_buffer.c | 22 #include <linux/delay.h> 6068 * delay before other CPUs see it. Thus, we don't care about in test_ringbuffer()
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 399 pub delay: ::__u16,
|
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.cpp | 2799 const uint32_t delay = 800; // 800: ms in OnTouchEvent() local 2806 taskExecutor_->PostDelayedTask(task, TaskExecutor::TaskType::UI, delay, "NotifyResponseRegionChanged"); in OnTouchEvent()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/ |
H A D | sis_main.c | 4569 static void sisfb_post_xgi_delay(struct sis_video_info *ivideo, int delay) in sisfb_post_xgi_delay() argument 4574 for(i = 0; i <= (delay * 10 * 36); i++) { in sisfb_post_xgi_delay() 6802 "\nThis is for manually selecting the LCD panel delay compensation. The driver\n"
|
/kernel/linux/linux-5.10/net/ceph/ |
H A D | osd_client.c | 3453 unsigned long delay = osdc->client->options->osd_idle_ttl / 4; in handle_osds_timeout() local 3469 round_jiffies_relative(delay)); in handle_osds_timeout()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/ |
H A D | sis_main.c | 4584 static void sisfb_post_xgi_delay(struct sis_video_info *ivideo, int delay) in sisfb_post_xgi_delay() argument 4589 for(i = 0; i <= (delay * 10 * 36); i++) { in sisfb_post_xgi_delay() 6818 "\nThis is for manually selecting the LCD panel delay compensation. The driver\n"
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | mac.c | 1269 unsigned long delay = enter ? 10 : 150; in rtw89_mac_power_mode_change() local 1281 !ret, delay, 15000, false, in rtw89_mac_power_mode_change()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_reg.h | 1462 #define PHY_LDO_SEQ_DELAY(delay, phy) ((delay) << (2 * (phy) + 23)) 1500 * is just a flip delay. The default is 6
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_event.c | 5478 BT_DBG("Auto-accept of user confirmation with %ums delay", in hci_user_confirm_request_evt() 5482 int delay = msecs_to_jiffies(hdev->auto_accept_delay); in hci_user_confirm_request_evt() local 5484 &conn->auto_accept_work, delay); in hci_user_confirm_request_evt()
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | osd_client.c | 3540 unsigned long delay = osdc->client->options->osd_idle_ttl / 4; in handle_osds_timeout() local 3556 round_jiffies_relative(delay)); in handle_osds_timeout()
|
/third_party/backends/backend/ |
H A D | avision.c | 3292 wait_ready (Avision_Connection* av_con, int delay) in wait_ready() argument 3302 sleep ((unsigned int) delay); in wait_ready()
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | nl80211.c | 8770 request->delay = in nl80211_parse_sched_scan() 11864 if (nla_put_u32(msg, NL80211_ATTR_SCHED_SCAN_DELAY, req->delay)) in nl80211_send_wowlan_nd() 12414 rule->delay)) in nl80211_send_coalesce_rules() 12514 new_rule->delay = in nl80211_parse_coalesce_rule() 12516 if (new_rule->delay > coalesce->max_delay) in nl80211_parse_coalesce_rule()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | nl80211.c | 9839 request->delay = in nl80211_parse_sched_scan() 13269 if (nla_put_u32(msg, NL80211_ATTR_SCHED_SCAN_DELAY, req->delay)) in nl80211_send_wowlan_nd() 13821 rule->delay)) in nl80211_send_coalesce_rules() 13921 new_rule->delay = in nl80211_parse_coalesce_rule() 13923 if (new_rule->delay > coalesce->max_delay) in nl80211_parse_coalesce_rule()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 2649 // default: delay: 0 in JsSharedTransition() 2650 sharedOption->delay = jsObj->GetPropertyValue<int32_t>("delay", 0); in JsSharedTransition() 2651 if (sharedOption->delay < 0) { in JsSharedTransition() 2652 sharedOption->delay = 0; in JsSharedTransition()
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui.cpp | 981 // When using CTRL+TAB (or Gamepad Square+L/R) we delay the visual a little in order to reduce visual noise doing a fast switch. 3396 // Save settings (with a delay after the last modification, so we don't spam disk too much) in NewFrame() 4105 float delay = g.IO.KeyRepeatDelay, rate = g.IO.KeyRepeatRate; in IsMouseClicked() local 4106 if ((ImFmod(t - delay, rate) > rate*0.5f) != (ImFmod(t - delay - g.IO.DeltaTime, rate) > rate*0.5f)) in IsMouseClicked()
|
/kernel/linux/linux-5.10/drivers/char/ipmi/ |
H A D | ipmi_msghandler.c | 37 #include <linux/delay.h>
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | libata-core.c | 36 #include <linux/delay.h>
|
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | book3s_hv.c | 25 #include <linux/delay.h>
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/ |
H A D | sky2.c | 29 #include <linux/delay.h>
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | nand_base.c | 29 #include <linux/delay.h> 642 * use this as polling delay before doing something smarter (ie. in nand_soft_waitrdy() 643 * deriving a delay from the timeout value, timeout_ms/ratio). in nand_soft_waitrdy() 1814 /* Apply delay or wait for ready/busy pin */ in nand_wait_rdy_op()
|
/kernel/linux/linux-5.10/drivers/net/dsa/mv88e6xxx/ |
H A D | chip.c | 14 #include <linux/delay.h>
|