Searched refs:shutdown_time (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/arch/arm/mach-omap2/ |
D | pm.c | 47 u32 shutdown_time; member 52 .shutdown_time = ULONG_MAX, 58 oscillator.shutdown_time = tshut; in omap_pm_setup_oscillator() 67 *tshut = oscillator.shutdown_time; in omap_pm_get_oscillator()
|
/Linux-v5.4/drivers/input/misc/ |
D | axp20x-pek.c | 35 const struct axp20x_time *shutdown_time; member 66 static const struct axp20x_time shutdown_time[] = { variable 76 .shutdown_time = shutdown_time, 83 .shutdown_time = shutdown_time, 125 return axp20x_show_attr(dev, axp20x_pek->info->shutdown_time, in axp20x_show_attr_shutdown() 190 return axp20x_store_attr(dev, axp20x_pek->info->shutdown_time, in axp20x_store_attr_shutdown()
|
/Linux-v5.4/kernel/ |
D | torture.c | 457 static ktime_t shutdown_time; /* time to system shutdown. */ variable 484 while (ktime_before(ktime_snap, shutdown_time) && in torture_shutdown() 490 ktime_ms_delta(shutdown_time, ktime_snap)); in torture_shutdown() 492 schedule_hrtimeout(&shutdown_time, HRTIMER_MODE_ABS); in torture_shutdown() 520 shutdown_time = ktime_add(ktime_get(), ktime_set(ssecs, 0)); in torture_shutdown_init()
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | sysfs-driver-input-axp-pek | 11 for more than <shutdown_time>
|