Home
last modified time | relevance | path

Searched refs:delay (Results 12226 - 12250 of 12452) sorted by relevance

1...<<481482483484485486487488489490>>...499

/kernel/linux/linux-6.6/drivers/scsi/
H A Dlibiscsi.c13 #include <linux/delay.h>
H A Dmegaraid.c35 #include <linux/delay.h>
4510 * Have a delibrate delay to make sure all the caches are in __megaraid_shutdown()
H A Dqla1280.c337 #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 Dtrace_events.c24 #include <linux/delay.h>
H A Dring_buffer.c22 #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 Dmod.rs399 pub delay: ::__u16,
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp2799 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 Dsis_main.c4569 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 Dosd_client.c3453 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 Dsis_main.c4584 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 Dmac.c1269 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 Di915_reg.h1462 #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 Dhci_event.c5478 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 Dosd_client.c3540 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 Davision.c3292 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 Dnl80211.c8770 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 Dnl80211.c9839 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 Djs_view_abstract.cpp2649 // 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 Dimgui.cpp981 // 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 Dipmi_msghandler.c37 #include <linux/delay.h>
/kernel/linux/linux-5.10/drivers/ata/
H A Dlibata-core.c36 #include <linux/delay.h>
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dbook3s_hv.c25 #include <linux/delay.h>
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/
H A Dsky2.c29 #include <linux/delay.h>
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dnand_base.c29 #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 Dchip.c14 #include <linux/delay.h>

Completed in 229 milliseconds

1...<<481482483484485486487488489490>>...499