Searched refs:shutdown_time (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/arch/arm/mach-omap2/ |
D | pm.c | 49 u32 shutdown_time; member 54 .shutdown_time = ULONG_MAX, 60 oscillator.shutdown_time = tshut; in omap_pm_setup_oscillator() 69 *tshut = oscillator.shutdown_time; in omap_pm_get_oscillator()
|
/linux-5.19.10/drivers/input/misc/ |
D | axp20x-pek.c | 36 const struct axp20x_time *shutdown_time; member 67 static const struct axp20x_time shutdown_time[] = { variable 77 .shutdown_time = shutdown_time, 84 .shutdown_time = shutdown_time, 126 return axp20x_show_attr(dev, axp20x_pek->info->shutdown_time, in axp20x_show_attr_shutdown() 191 return axp20x_store_attr(dev, axp20x_pek->info->shutdown_time, in axp20x_store_attr_shutdown()
|
/linux-5.19.10/kernel/ |
D | torture.c | 601 static ktime_t shutdown_time; /* time to system shutdown. */ variable 628 while (ktime_before(ktime_snap, shutdown_time) && in torture_shutdown() 634 ktime_ms_delta(shutdown_time, ktime_snap)); in torture_shutdown() 636 schedule_hrtimeout(&shutdown_time, HRTIMER_MODE_ABS); in torture_shutdown() 665 shutdown_time = ktime_add(ktime_get(), ktime_set(ssecs, 0)); in torture_shutdown_init()
|
/linux-5.19.10/Documentation/ABI/testing/ |
D | sysfs-driver-input-axp-pek | 11 for more than <shutdown_time>
|