/Zephyr-latest/samples/subsys/pm/latency/boards/ |
D | native_sim.overlay | 8 runtime_idle: runtime-idle { 10 power-state-name = "runtime-idle"; 14 suspend_to_idle: suspend-to-idle { 16 power-state-name = "suspend-to-idle";
|
/Zephyr-latest/kernel/ |
D | idle.c | 22 void idle(void *unused1, void *unused2, void *unused3) in idle() function 54 _kernel.idle = z_get_next_timeout_expiry(); in idle() 71 if (k_is_pre_kernel() || !pm_system_suspend(_kernel.idle)) { in idle()
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | isr_wrapper.c | 59 if (_kernel.idle != 0) { in _isr_wrapper() 61 _kernel.idle = 0; in _isr_wrapper()
|
/Zephyr-latest/dts/arm/microchip/ |
D | mec172xnsz.dtsi | 29 cpu-power-states = <&idle &suspend_to_ram>; 33 idle: idle { label 35 power-state-name = "suspend-to-idle";
|
D | mec1727nsz.dtsi | 28 cpu-power-states = <&idle &suspend_to_ram>; 32 idle: idle { label 34 power-state-name = "suspend-to-idle";
|
D | mec172xnlj.dtsi | 29 cpu-power-states = <&idle &suspend_to_ram>; 33 idle: idle { label 35 power-state-name = "suspend-to-idle";
|
/Zephyr-latest/subsys/logging/ |
D | log_cache.c | 27 sys_slist_init(&cache->idle); in log_cache_init() 41 sys_slist_append(&cache->idle, &entry->node); in log_cache_init() 81 sys_snode_t *from_idle = sys_slist_get(&cache->idle); in log_cache_get() 110 sys_slist_prepend(&cache->idle, &entry->node); in log_cache_release()
|
/Zephyr-latest/drivers/timer/ |
D | mcux_lptmr_timer.c | 61 void sys_clock_set_timeout(int32_t ticks, bool idle) in sys_clock_set_timeout() argument 63 ARG_UNUSED(idle); in sys_clock_set_timeout() 65 if (idle && (ticks == K_TICKS_FOREVER)) { in sys_clock_set_timeout()
|
D | native_sim_timer.c | 74 void sys_clock_set_timeout(int32_t ticks, bool idle) in sys_clock_set_timeout() argument 76 ARG_UNUSED(idle); in sys_clock_set_timeout()
|
D | sys_clock_init.c | 21 void __weak sys_clock_set_timeout(int32_t ticks, bool idle) in sys_clock_set_timeout() argument
|
D | cc23x0_systim_timer.c | 55 void sys_clock_set_timeout(int32_t ticks, bool idle) in sys_clock_set_timeout() argument 57 ARG_UNUSED(idle); in sys_clock_set_timeout()
|
/Zephyr-latest/arch/posix/core/ |
D | swap.c | 113 if (_kernel.idle) { in posix_irq_check_idle_exit() 114 _kernel.idle = 0; in posix_irq_check_idle_exit()
|
/Zephyr-latest/arch/arm/core/cortex_a_r/ |
D | irq_manage.c | 108 if (_kernel.idle) { in _arch_isr_direct_pm() 109 _kernel.idle = 0; in _arch_isr_direct_pm()
|
/Zephyr-latest/tests/subsys/pm/power_domain_soc_state_change/ |
D | app.overlay | 10 power-state-name = "runtime-idle"; 17 power-state-name = "suspend-to-idle";
|
/Zephyr-latest/soc/realtek/ec/rts5912/ |
D | Kconfig | 16 bool "CPU idle hook enable" 21 the CPU is made idle (by k_cpu_idle() or k_cpu_atomic_idle()).
|
/Zephyr-latest/doc/kernel/services/threads/ |
D | system_threads.rst | 32 If possible, the idle thread activates the board's power management support 33 to save power; otherwise, the idle thread simply performs a "do nothing" 34 loop. The idle thread remains in existence as long as the system is running 37 The idle thread always uses the lowest configured thread priority. 39 The idle thread is an essential thread, which means a fatal system error
|
/Zephyr-latest/soc/gaisler/leon3/ |
D | CMakeLists.txt | 3 zephyr_sources(idle.c)
|
/Zephyr-latest/tests/subsys/pm/power_mgmt_soc/boards/ |
D | nucleo_f429zi.overlay | 9 zephyr,cortex-m-idle-timer = &rtc;
|
/Zephyr-latest/samples/boards/st/power_mgmt/blinky/boards/ |
D | nucleo_f429zi.overlay | 9 zephyr,cortex-m-idle-timer = &rtc;
|
/Zephyr-latest/soc/gaisler/gr716a/ |
D | CMakeLists.txt | 3 zephyr_sources(../leon3/idle.c)
|
/Zephyr-latest/tests/drivers/input/gpio_kbd_matrix/boards/ |
D | native_sim.overlay | 32 idle-mode = "poll"; 47 idle-mode = "scan";
|
/Zephyr-latest/include/zephyr/drivers/timer/ |
D | system_timer.h | 73 void sys_clock_set_timeout(int32_t ticks, bool idle);
|
/Zephyr-latest/doc/services/debugging/ |
D | cpu_load.rst | 6 Module can be used to track how much time is spent in idle. It is using tracing hooks 7 which are called before and after CPU goes to idle. Compared to :ref:`thread_analyzer`
|
/Zephyr-latest/subsys/usb/device/class/hid/ |
D | Kconfig | 47 int "Number of HID idle reports in the instance" 52 support USB HID idle rate and Set/Get Idle Requests. 58 idle rate must be supported.
|
/Zephyr-latest/soc/adi/max32/ |
D | Kconfig | 37 bool "CPU idle hook enable" 42 the CPU is made idle (by k_cpu_idle() or k_cpu_atomic_idle()).
|