• Home
  • Raw
  • Download

Lines Matching full:cpuidle

2  * cpuidle.c - core cpuidle infrastructure
19 #include <linux/cpuidle.h>
28 #include "cpuidle.h"
123 * @drv: cpuidle driver for the given CPU.
124 * @dev: cpuidle device for the given CPU.
148 * cpuidle mechanism enables interrupts and doing that with timekeeping in enter_s2idle_proper()
170 * @drv: cpuidle driver for the given CPU.
171 * @dev: cpuidle device for the given CPU.
196 * @dev: cpuidle device for this cpu
197 * @drv: cpuidle driver for this cpu
264 * Update cpuidle counters in cpuidle_enter_state()
307 * cpuidle_select - ask the cpuidle framework to choose an idle state
309 * @drv: the cpuidle driver
310 * @dev: the cpuidle device
328 * @drv: the cpuidle driver tied with the cpu
329 * @dev: the cpuidle device
343 * useful for consumers outside cpuidle, we rely on that the governor's in cpuidle_enter()
361 * @dev : the cpuidle device
375 * @drv: the cpuidle driver tied with the cpu
376 * @dev: the cpuidle device
403 * cpuidle_install_idle_handler - installs the cpuidle idle loop handler
415 * cpuidle_uninstall_idle_handler - uninstalls the cpuidle idle loop handler
432 * cpuidle_pause_and_lock - temporarily disables CPUIDLE
443 * cpuidle_resume_and_unlock - resumes CPUIDLE operation
453 /* Currently used in suspend/resume path to suspend cpuidle */
461 /* Currently used in suspend/resume path to resume cpuidle */
714 pr_err("failed to register cpuidle driver\n"); in cpuidle_register()
725 * enabled in the kernel even if the cpuidle driver does not in cpuidle_register()
735 pr_err("Failed to register cpuidle device for cpu%d\n", cpu); in cpuidle_register()