Home
last modified time | relevance | path

Searched refs:idle_states (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Dpm33xx-core.c46 static struct amx3_idle_state *idle_states; variable
414 idle_states = kcalloc(state_count, sizeof(*idle_states), GFP_KERNEL); in amx3_idle_init()
415 if (!idle_states) in amx3_idle_init()
419 idle_states[i].wfi_flags = states[i].wfi_flags; in amx3_idle_init()
426 struct amx3_idle_state *idle_state = &idle_states[index]; in amx3_idle_enter()
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Dpm33xx-core.c45 static struct amx3_idle_state *idle_states; variable
409 idle_states = kcalloc(state_count, sizeof(*idle_states), GFP_KERNEL); in amx3_idle_init()
410 if (!idle_states) in amx3_idle_init()
414 idle_states[i].wfi_flags = states[i].wfi_flags; in amx3_idle_init()
421 struct amx3_idle_state *idle_state = &idle_states[index]; in amx3_idle_enter()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Dsubcore.c162 u64 idle_states = pnv_get_supported_cpuidle_states(); in update_hid_in_slw() local
164 if (idle_states & OPAL_PM_WINKLE_ENABLED) { in update_hid_in_slw()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H A Dsubcore.c164 u64 idle_states = pnv_get_supported_cpuidle_states(); in update_hid_in_slw() local
166 if (idle_states & OPAL_PM_WINKLE_ENABLED) { in update_hid_in_slw()
/kernel/linux/linux-5.10/drivers/base/power/
H A Ddomain.c3178 DEFINE_SHOW_ATTRIBUTE(idle_states); variable
3201 debugfs_create_file("idle_states", 0444, in genpd_debug_init()
/kernel/linux/linux-6.6/drivers/base/power/
H A Ddomain.c3370 DEFINE_SHOW_ATTRIBUTE(idle_states); variable
3389 debugfs_create_file("idle_states", 0444, in genpd_debug_add()

Completed in 11 milliseconds