HomeSort by: relevance | last modified time | path
    Searched refs:Sleep (Results 1 - 19 of 19) sorted by relevancy

  /src/sys/arch/hpcmips/stand/pbsdboot/
print.c 155 Sleep(2000);
disptest.c 270 Sleep(10); /* 10 msec */
  /src/sys/external/isc/libsodium/dist/src/libsodium/sodium/
core.c 82 Sleep(0);
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerUtilWindows.cpp 140 void SleepSeconds(int Seconds) { Sleep(Seconds * 1000); }
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/
fsl-ls1028a-kontron-sl28.dts 42 sleep-button {
46 label = "Sleep";
272 "Power button", "Force recovery", "Sleep",
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
rk3288-veyron-pinky.dts 67 pinctrl-names = "default", "sleep";
69 /* Common for sleep and wake, but no owners */
79 /* Common for sleep and wake, but no owners */
84 /* Sleep only */
imx7d-remarkable2.dts 83 pinctrl-names = "default", "state_100mhz", "state_200mhz", "sleep";
102 pinctrl-names = "default", "state_100mhz", "state_200mhz", "sleep";
233 /* WiFi Sleep 32k */
rk3288-veyron-jaq.dts 291 pinctrl-names = "default", "sleep";
293 /* Common for sleep and wake, but no owners */
303 /* Common for sleep and wake, but no owners */
308 /* Sleep only */
rk3288-veyron-speedy.dts 283 pinctrl-names = "default", "sleep";
285 /* Common for sleep and wake, but no owners */
294 /* Common for sleep and wake, but no owners */
299 /* Sleep only */
exynos4412-itop-elite.dts 59 sleep {
60 label = "GPIO Key Sleep";
rk3288-veyron-minnie.dts 348 pinctrl-names = "default", "sleep";
350 /* Common for sleep and wake, but no owners */
359 /* Common for sleep and wake, but no owners */
364 /* Sleep only */
rk3288-veyron-fievel.dts 428 pinctrl-names = "default", "sleep";
430 /* Common for sleep and wake, but no owners */
445 /* Common for sleep and wake, but no owners */
454 /* Sleep only */
rk3288-veyron-jerry.dts 421 pinctrl-names = "default", "sleep";
423 /* Common for sleep and wake, but no owners */
433 /* Common for sleep and wake, but no owners */
438 /* Sleep only */
  /src/sys/external/bsd/acpica/dist/os_specific/service_layers/
oswinxf.c 402 * PARAMETERS: SleepState - Which sleep state to enter
408 * DESCRIPTION: A hook before writing sleep registers to enter the sleep
409 * state. Return AE_CTRL_SKIP to skip further sleep register
1250 * DESCRIPTION: Sleep at microsecond granularity
1259 Sleep ((Microseconds / ACPI_USEC_PER_MSEC) + 1);
1268 * PARAMETERS: Milliseconds - Time to sleep
1270 * RETURN: None. Blocks until sleep is completed.
1272 * DESCRIPTION: Sleep at millisecond granularity
1283 Sleep (((unsigned long) Milliseconds) + 10)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_report.cc 45 const char *Sleep() { return Yellow(); }
57 , sleep()
275 Printf("%s", d.Sleep());
276 Printf(" As if synchronized via sleep:\n");
364 if (rep->sleep)
365 PrintSleep(rep->sleep);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_win.cc 495 Sleep(seconds * 1000);
499 Sleep(millis);
741 Sleep(0);
  /src/sys/external/bsd/acpica/dist/tools/examples/
extables.c 463 Control Method Sleep Button (V1) : 0
549 [0012] Sleep Control Register : [Generic Address Structure]
556 [0012] Sleep Status Register : [Generic Address Structure]
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
msm8996.dtsi 29 sleep_clk: sleep-clk {
126 CPU_SLEEP_0: cpu-sleep-0 {
1047 blsp1_spi1_sleep: blsp1-spi1-sleep {
1061 blsp2_uart2_2pins_sleep: blsp2-uart1-2pins-sleep {
1075 blsp2_i2c2_sleep: blsp2-i2c2-sleep {
1221 blsp1_i2c3_sleep: blsp1-i2c2-sleep {
1235 blsp2_uart3_4pins_sleep: blsp2-uart2-4pins-sleep {
1257 blsp2_i2c1_sleep: blsp2-i2c0-sleep {
1271 /* Sleep state for BLSP2_I2C5 is missing.. */
1281 cdc_reset_sleep: cdc-reset-sleep {
    [all...]
  /src/sys/external/bsd/acpica/dist/tests/misc/
grammar.asl 598 Sleep (100)
602 Sleep (100)
1286 Sleep (250)
1521 Store ("++++++++ Sleep", Debug)
1522 Sleep (100)

Completed in 27 milliseconds