shutdown_time      47 arch/arm/mach-omap2/pm.c 	u32 shutdown_time;
shutdown_time      52 arch/arm/mach-omap2/pm.c 	.shutdown_time = ULONG_MAX,
shutdown_time      58 arch/arm/mach-omap2/pm.c 	oscillator.shutdown_time = tshut;
shutdown_time      67 arch/arm/mach-omap2/pm.c 	*tshut = oscillator.shutdown_time;
shutdown_time      35 drivers/input/misc/axp20x-pek.c 	const struct axp20x_time *shutdown_time;
shutdown_time      66 drivers/input/misc/axp20x-pek.c static const struct axp20x_time shutdown_time[] = {
shutdown_time      76 drivers/input/misc/axp20x-pek.c 	.shutdown_time = shutdown_time,
shutdown_time      83 drivers/input/misc/axp20x-pek.c 	.shutdown_time = shutdown_time,
shutdown_time     125 drivers/input/misc/axp20x-pek.c 	return axp20x_show_attr(dev, axp20x_pek->info->shutdown_time,
shutdown_time     190 drivers/input/misc/axp20x-pek.c 	return axp20x_store_attr(dev, axp20x_pek->info->shutdown_time,
shutdown_time     457 kernel/torture.c static ktime_t shutdown_time;		/* time to system shutdown. */
shutdown_time     484 kernel/torture.c 	while (ktime_before(ktime_snap, shutdown_time) &&
shutdown_time     490 kernel/torture.c 				 ktime_ms_delta(shutdown_time, ktime_snap));
shutdown_time     492 kernel/torture.c 		schedule_hrtimeout(&shutdown_time, HRTIMER_MODE_ABS);
shutdown_time     520 kernel/torture.c 		shutdown_time = ktime_add(ktime_get(), ktime_set(ssecs, 0));