Searched refs:shutdown_time (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | pm.c | 45 * @shutdown_time: oscillator shutdown latency 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()
|
/kernel/linux/linux-6.6/drivers/input/misc/ |
H A 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()
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | pm.c | 45 * @shutdown_time: oscillator shutdown latency 49 u32 shutdown_time; member 54 .shutdown_time = ULONG_MAX, 63 *tshut = oscillator.shutdown_time; in omap_pm_get_oscillator()
|
/kernel/linux/linux-5.10/drivers/input/misc/ |
H A 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()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | torture.c | 482 static ktime_t shutdown_time; /* time to system shutdown. */ variable 509 while (ktime_before(ktime_snap, shutdown_time) && in torture_shutdown() 515 ktime_ms_delta(shutdown_time, ktime_snap)); in torture_shutdown() 517 schedule_hrtimeout(&shutdown_time, HRTIMER_MODE_ABS); in torture_shutdown() 546 shutdown_time = ktime_add(ktime_get(), ktime_set(ssecs, 0)); in torture_shutdown_init()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | torture.c | 611 static ktime_t shutdown_time; /* time to system shutdown. */ variable 638 while (ktime_before(ktime_snap, shutdown_time) && in torture_shutdown() 644 ktime_ms_delta(shutdown_time, ktime_snap)); in torture_shutdown() 646 schedule_hrtimeout(&shutdown_time, HRTIMER_MODE_ABS); in torture_shutdown() 675 shutdown_time = ktime_add(ktime_get(), ktime_set(ssecs, 0)); in torture_shutdown_init()
|
Completed in 5 milliseconds