Searched refs:sleep_time (Results 26 - 39 of 39) sorted by relevance

12

/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D4965-debug.c684 scnprintf(buf + pos, bufsz - pos, fmt_table, "sleep_time:",
685 le32_to_cpu(general->sleep_time),
686 accum_general->sleep_time, delta_general->sleep_time,
687 max_general->sleep_time);
H A Dcommands.h2305 __le32 sleep_time; member in struct:il_sleep_notification
2772 __le32 sleep_time; member in struct:iwl39_stats_general
2916 __le32 sleep_time; member in struct:stats_general_common
/linux-master/tools/tracing/latency/
H A Dlatency-collector.c124 static long sleep_time = (USEC_PER_MSEC * SLEEP_TIME_MS_DEFAULT); variable
1012 long delay = sleep_time;
1948 sleep_time = value * USEC_PER_MSEC;
2053 sleep_time / USEC_PER_MSEC);
/linux-master/drivers/input/mouse/
H A Dcyapa_gen5.c1616 u8 power_mode, u16 sleep_time, enum cyapa_pm_stage pm_stage)
1647 PIP_DEV_GET_SLEEP_TIME(cyapa) == sleep_time) {
1702 sleep_time != PIP_DEV_GET_SLEEP_TIME(cyapa))
1705 sleep_time) == 0)
1706 PIP_DEV_SET_SLEEP_TIME(cyapa, sleep_time);
1708 if (sleep_time <= GEN5_POWER_READY_MAX_INTRVL_TIME)
1733 cyapa_sleep_time_to_pwr_cmd(sleep_time));
1615 cyapa_gen5_set_power_mode(struct cyapa *cyapa, u8 power_mode, u16 sleep_time, enum cyapa_pm_stage pm_stage) argument
/linux-master/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c1297 unsigned int timeo, sleep_time, reset_timeo; local
1308 sleep_time = chip_op_time / 2;
1345 if (sleep_time >= 1000000/HZ) {
1351 msleep(sleep_time/1000);
1352 timeo -= sleep_time;
1353 sleep_time = 1000000/HZ;
/linux-master/drivers/power/supply/
H A Dab8500_fg.c1550 int sleep_time; local
1573 sleep_time = di->bm->fg_params->init_timer;
1582 di->init_cnt += sleep_time;
1598 sleep_time = di->bm->fg_params->recovery_sleep_timer;
1620 sleep_time * HZ);
1622 di->recovery_cnt += sleep_time;
/linux-master/tools/perf/
H A Dbuiltin-stat.c591 int time_to_sleep, sleep_time; local
595 sleep_time = interval;
597 sleep_time = timeout;
599 sleep_time = 1000;
601 time_to_sleep = sleep_time;
616 time_to_sleep = sleep_time;
/linux-master/tools/testing/ktest/
H A Dktest.pl173 my $sleep_time;
326 "SLEEP_TIME" => \$sleep_time,
1827 reboot_to_good $sleep_time;
2333 reboot $sleep_time;
2747 doprint "Reboot and wait $sleep_time seconds\n";
2748 reboot_to_good $sleep_time;
4059 doprint "Reboot and wait $sleep_time seconds\n";
4060 reboot_to_good $sleep_time;
/linux-master/drivers/media/tuners/
H A Dr820t.c543 unsigned sleep_time = 10000; local
570 sleep_time = 20000;
687 usleep_range(sleep_time, sleep_time + 1000);
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dcommands.h2113 __le32 sleep_time; member in struct:iwl_sleep_notification
2627 __le32 sleep_time; member in struct:statistics_general_common
H A Ddebugfs.c1366 fmt_table, "sleep_time:",
1367 le32_to_cpu(general->sleep_time),
1368 accum_general->sleep_time,
1369 delta_general->sleep_time, max_general->sleep_time);
/linux-master/tools/testing/selftests/net/
H A Dipsec.c775 struct timespec sleep_time = { local
781 nanosleep(&sleep_time, 0);
/linux-master/sound/soc/codecs/
H A Drt5663.c1468 int val, i = 0, sleep_time[5] = {300, 150, 100, 50, 30}; local
1485 msleep(sleep_time[i]);
1490 __func__, val, sleep_time[i]);
H A Drt5659.c1261 int val, i = 0, sleep_time[5] = {300, 150, 100, 50, 30}; local
1287 msleep(sleep_time[i]);

Completed in 627 milliseconds

12