Searched refs:shutdown_time (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/arm/mach-omap2/
H A Dpm.c45 * @shutdown_time: oscillator shutdown latency
49 u32 shutdown_time; member in struct:omap2_oscillator
54 .shutdown_time = ULONG_MAX,
63 *tshut = oscillator.shutdown_time;
/linux-master/drivers/input/misc/
H A Daxp20x-pek.c36 const struct axp20x_time *shutdown_time; member in struct:axp20x_info
67 static const struct axp20x_time shutdown_time[] = { variable in typeref:struct:axp20x_time
77 .shutdown_time = shutdown_time,
84 .shutdown_time = shutdown_time,
126 return axp20x_show_attr(dev, axp20x_pek->info->shutdown_time,
182 return axp20x_store_attr(dev, axp20x_pek->info->shutdown_time,
/linux-master/kernel/
H A Dtorture.c610 static ktime_t shutdown_time; /* time to system shutdown. */ variable
637 while (ktime_before(ktime_snap, shutdown_time) &&
643 ktime_ms_delta(shutdown_time, ktime_snap));
645 schedule_hrtimeout(&shutdown_time, HRTIMER_MODE_ABS);
674 shutdown_time = ktime_add(ktime_get(), ktime_set(ssecs, 0));

Completed in 305 milliseconds