/linux/drivers/idle/ |
A D | intel_idle.c | 206 .enter = NULL } 251 .enter = NULL } 296 .enter = NULL } 341 .enter = NULL } 386 .enter = NULL } 423 .enter = NULL } 460 .enter = NULL } 497 .enter = NULL } 566 .enter = NULL } 634 .enter = NULL } [all …]
|
/linux/arch/arm/mach-omap2/ |
A D | cpuidle34xx.c | 268 .enter = omap3_enter_idle_bm, 275 .enter = omap3_enter_idle_bm, 282 .enter = omap3_enter_idle_bm, 289 .enter = omap3_enter_idle_bm, 296 .enter = omap3_enter_idle_bm, 303 .enter = omap3_enter_idle_bm, 310 .enter = omap3_enter_idle_bm, 331 .enter = omap3_enter_idle_bm, 338 .enter = omap3_enter_idle_bm, 345 .enter = omap3_enter_idle_bm, [all …]
|
A D | cpuidle44xx.c | 242 .enter = omap_enter_idle_simple, 251 .enter = omap_enter_idle_coupled, 260 .enter = omap_enter_idle_coupled, 277 .enter = omap_enter_idle_simple, 286 .enter = omap_enter_idle_smp,
|
/linux/drivers/cpuidle/ |
A D | cpuidle-mvebu-v7.c | 52 .enter = mvebu_v7_enter_idle, 60 .enter = mvebu_v7_enter_idle, 75 .enter = mvebu_v7_enter_idle, 90 .enter = mvebu_v7_enter_idle,
|
A D | cpuidle-pseries.c | 271 .enter = &snooze_loop }, 277 .enter = &dedicated_cede_loop }, 289 .enter = &snooze_loop }, 295 .enter = &shared_cede_loop }, 334 if (cpuidle_state_table[idle_state].enter == NULL) in pseries_cpuidle_driver_init()
|
A D | cpuidle-cps.c | 75 .enter = cps_nc_enter, 82 .enter = cps_nc_enter, 90 .enter = cps_nc_enter,
|
A D | cpuidle-exynos.c | 82 .enter = exynos_enter_lowpower, 99 .enter = exynos_enter_coupled_lowpower,
|
A D | cpuidle-big_little.c | 64 .enter = bl_enter_powerdown, 85 .enter = bl_enter_powerdown,
|
A D | cpuidle-powernv.c | 158 .enter = snooze_loop }, 197 if (cpuidle_state_table[idle_state].enter == NULL) in powernv_cpuidle_driver_init() 241 powernv_states[index].enter = idle_fn; in add_powernv_state()
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-driver-intel-rapid-start | 6 1: Wake to enter hibernation when the wakeup timer expires 7 2: Wake to enter hibernation when the battery reaches a 11 indicates that the system will wake to enter hibernation when 20 remain asleep before waking up to enter hibernation.
|
/linux/arch/sh/kernel/cpu/shmobile/ |
A D | cpuidle.c | 59 .enter = cpuidle_sleep_enter, 67 .enter = cpuidle_sleep_enter, 76 .enter = cpuidle_sleep_enter,
|
/linux/arch/arm/mach-davinci/ |
A D | cpuidle.c | 27 static void davinci_save_ddr_power(int enter, bool pdown) in davinci_save_ddr_power() argument 33 if (enter) { in davinci_save_ddr_power() 62 .enter = davinci_enter_idle,
|
/linux/arch/arm/mach-pxa/ |
A D | pm.c | 44 pxa_cpu_pm_fns->enter(state); in pxa_pm_enter() 57 pxa_cpu_pm_fns->enter(state); in pxa_pm_enter() 95 .enter = pxa_pm_enter,
|
/linux/Documentation/driver-api/pm/ |
A D | cpuidle.rst | 27 (from the kernel perspective) and ask the processor to use (or "enter") that 86 processor holding the given CPU can be asked to enter). 125 the scheduler tick before asking the processor to enter the selected 128 processor will be asked to enter the selected idle state without 131 asking the processor to enter the idle state). 184 enter it (which may be substantial) to save more energy than could 189 Maximum time it will take a CPU asking the processor to enter this idle 197 "loop" that can be used in order to avoid asking the processor to enter 203 enter this particular idle state: 215 enter. [all …]
|
/linux/drivers/net/wireless/realtek/rtw88/ |
A D | hci.h | 18 void (*deep_ps)(struct rtw_dev *rtwdev, bool enter); 19 void (*link_ps)(struct rtw_dev *rtwdev, bool enter); 60 static inline void rtw_hci_deep_ps(struct rtw_dev *rtwdev, bool enter) in rtw_hci_deep_ps() argument 62 rtwdev->hci.ops->deep_ps(rtwdev, enter); in rtw_hci_deep_ps() 65 static inline void rtw_hci_link_ps(struct rtw_dev *rtwdev, bool enter) in rtw_hci_link_ps() argument 67 rtwdev->hci.ops->link_ps(rtwdev, enter); in rtw_hci_link_ps()
|
A D | ps.c | 68 void rtw_power_mode_change(struct rtw_dev *rtwdev, bool enter) in rtw_power_mode_change() argument 78 if (enter) { in rtw_power_mode_change() 102 enter ? "entering" : "leaving"); in rtw_power_mode_change()
|
/linux/arch/m68k/ifpsp060/ |
A D | fpsp.doc | 171 exception taken ---> enter _060_fpsp_snan --| 179 exception taken ---> enter _060_fpsp_operr --| 187 exception taken ---> enter _060_fpsp_dz --| 195 exception taken ---> enter _060_fpsp_inex --| 204 exception taken ---> enter _060_fpsp_ovfl --| 216 exception taken ---> enter _060_fpsp_unfl --| 229 exception taken ---> enter _060_fpsp_fline --| 266 exception taken ---> enter _060_fpsp_unsupp --| 288 exception taken ---> enter _060_fpsp_effadd --|
|
/linux/include/linux/ |
A D | ftrace_irq.h | 7 extern void trace_hwlat_callback(bool enter); 12 extern void trace_osnoise_callback(bool enter);
|
/linux/arch/arm/mach-imx/ |
A D | cpuidle-imx7ulp.c | 40 .enter = imx7ulp_enter_wait, 48 .enter = imx7ulp_enter_wait,
|
A D | cpuidle-imx6sx.c | 77 .enter = imx6sx_enter_wait, 91 .enter = imx6sx_enter_wait,
|
/linux/Documentation/scsi/ |
A D | link_power_management_policy.rst | 22 medium_power Tell the controller to enter a lower power state 23 when possible, but do not enter the lowest power
|
/linux/Documentation/admin-guide/pm/ |
A D | cpuidle.rst | 19 Modern processors are generally able to enter states in which the execution of 44 enter an idle state, that applies to the processor as a whole. 52 enter an idle state, that applies to the core that asked for it in the first 57 remaining core asks the processor to enter an idle state, that may trigger it 72 core also have asked the processor to enter an idle state. In that situation, 122 processor hardware to enter the idle state selected by the governor. 143 the time needed to enter the given state in case the wakeup occurs when the 402 order to ask the hardware to enter that state. Also, for each 456 enter this idle state. 459 Total number of times a request to enter this idle state on the given [all …]
|
/linux/arch/powerpc/kvm/ |
A D | timing.c | 85 u64 enter = vcpu->arch.timing_last_enter.tv64; in kvmppc_update_timing_stats() local 94 add_exit_timing(vcpu, (enter - exit), vcpu->arch.last_exit_type); in kvmppc_update_timing_stats() 96 add_exit_timing(vcpu, (vcpu->arch.timing_last_exit - enter), in kvmppc_update_timing_stats()
|
/linux/Documentation/devicetree/bindings/arm/msm/ |
A D | qcom,idle-state.txt | 5 states. Idle states have different enter/exit latency and residency values. 18 hierarchy to enter standby states, when all cpus are idle. An interrupt brings 48 itself in that the cpu acknowledges and permits the SoC to enter deeper sleep 51 voltages reduced, provided all cpus enter this state. Since the span of low
|
/linux/drivers/acpi/ |
A D | sleep.c | 651 .enter = acpi_suspend_enter, 679 .enter = acpi_suspend_enter, 947 .enter = acpi_hibernation_enter, 997 .enter = acpi_hibernation_enter,
|