Searched refs:sleep (Results 201 - 225 of 644) sorted by last modified time

1234567891011>>

/linux-master/tools/perf/bench/
H A Depoll-ctl.c387 sleep(nsecs);
/linux-master/tools/lib/perf/Documentation/examples/
H A Dsampling.c77 sleep(3);
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dqos_pfc.sh391 sleep 2
/linux-master/drivers/input/touchscreen/
H A Datmel_mxt_ts.c2306 static int mxt_set_t7_power_cfg(struct mxt_data *data, u8 sleep) argument
2313 if (sleep == MXT_POWER_CFG_DEEPSLEEP)
3094 /* Recalibrate since chip has been in deep sleep */
3290 /* Request the WAKE line as asserted so we go out of sleep */
3332 * This WAKE line is used for waking controller from a deep-sleep and
3334 * could be accepted by controller if it was in a deep-sleep mode.
3335 * Controller will go into sleep automatically after 2 seconds of
3336 * inactivity if WAKE line is deasserted and deep sleep is activated.
/linux-master/drivers/input/keyboard/
H A Dcap11xx.c391 static int cap11xx_set_sleep(struct cap11xx_priv *priv, bool sleep) argument
401 sleep ? CAP11XX_REG_MAIN_CONTROL_DLSEEP : 0);
612 * Put the device in deep sleep mode for now.
/linux-master/tools/testing/selftests/tc-testing/plugin-lib/
H A DnsPlugin.py52 time.sleep(0.1)
143 time.sleep(0.1)
158 time.sleep(0.1)
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dmkinitrd.sh47 sleep(1);
/linux-master/tools/testing/selftests/net/
H A Dvrf_route_leaking.sh278 sleep 2
373 sleep 2
H A Dtest_vxlan_vnifiltering.sh150 sleep 1
H A Dtest_vxlan_nolocalbypass.sh88 sleep 0.1
H A Dsctp_vrf.sh76 sleep 0.1
H A Dmsg_zerocopy.sh114 sleep 0.2
H A Dicmp_redirect.sh254 sleep 2
H A Dio_uring_zerocopy_tx.sh120 sleep 0.2
H A Dgre_gso.sh121 while ! $NS_EXEC ss -ltn | grep -q $port; do ((i++)); sleep 0.01; done
154 sleep 2
H A Dfib_nexthop_multiprefix.sh234 sleep 2
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dverify_pkcs7_sig.c359 sleep(1);
/linux-master/samples/bpf/
H A Dcpustat_user.c244 sleep(5);
/linux-master/drivers/media/usb/cx231xx/
H A Dcx231xx-core.c616 while (gpio->sleep >= 0) {
621 if (gpio->sleep > 0)
622 msleep(gpio->sleep);
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-dvb.c993 .sleep = dib7070_tuner_sleep,
/linux-master/drivers/media/dvb-frontends/
H A Drtl2832_sdr.c842 if (fe->ops.tuner_ops.sleep)
843 fe->ops.tuner_ops.sleep(fe);
926 /* sleep tuner */
/linux-master/drivers/gpu/drm/xe/
H A Dxe_force_wake.c177 enum xe_force_wake_domains tmp, sleep = 0; local
184 sleep |= BIT(domain->id);
188 for_each_fw_domain_masked(domain, sleep, fw, tmp) {
192 drm_notice(&xe->drm, "Force wake domain (%d) failed to ack sleep, ret=%d\n",
195 fw->awake_domains &= ~sleep;
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_rps.c155 int sleep; local
159 sleep = 20;
181 usleep_range(sleep, 2 * sleep);
182 sleep *= 2;
183 if (sleep > timeout_ms * 20)
184 sleep = timeout_ms * 20;
/linux-master/tools/thermal/tmon/
H A Dtui.c192 sleep(1);
/linux-master/drivers/regulator/
H A Dwm8350-regulator.c768 u16 mask, sleep, active, force; local
792 sleep = wm8350_reg_read(wm8350, WM8350_DCDC_SLEEP_OPTIONS) & mask;
794 dev_dbg(wm8350->dev, "mask %x active %x sleep %x force %x",
795 mask, active, sleep, force);
797 if (active && !sleep) {
802 } else if (!active && !sleep)
804 else if (sleep)

Completed in 240 milliseconds

1234567891011>>