Home
last modified time | relevance | path

Searched refs:enter (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/linux/drivers/idle/
A Dintel_idle.c206 .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 Dcpuidle34xx.c268 .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 Dcpuidle44xx.c242 .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 Dcpuidle-mvebu-v7.c52 .enter = mvebu_v7_enter_idle,
60 .enter = mvebu_v7_enter_idle,
75 .enter = mvebu_v7_enter_idle,
90 .enter = mvebu_v7_enter_idle,
A Dcpuidle-pseries.c271 .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 Dcpuidle-cps.c75 .enter = cps_nc_enter,
82 .enter = cps_nc_enter,
90 .enter = cps_nc_enter,
A Dcpuidle-exynos.c82 .enter = exynos_enter_lowpower,
99 .enter = exynos_enter_coupled_lowpower,
A Dcpuidle-big_little.c64 .enter = bl_enter_powerdown,
85 .enter = bl_enter_powerdown,
A Dcpuidle-powernv.c158 .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 Dsysfs-driver-intel-rapid-start6 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 Dcpuidle.c59 .enter = cpuidle_sleep_enter,
67 .enter = cpuidle_sleep_enter,
76 .enter = cpuidle_sleep_enter,
/linux/arch/arm/mach-davinci/
A Dcpuidle.c27 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 Dpm.c44 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 Dcpuidle.rst27 (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 Dhci.h18 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 Dps.c68 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 Dfpsp.doc171 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 Dftrace_irq.h7 extern void trace_hwlat_callback(bool enter);
12 extern void trace_osnoise_callback(bool enter);
/linux/arch/arm/mach-imx/
A Dcpuidle-imx7ulp.c40 .enter = imx7ulp_enter_wait,
48 .enter = imx7ulp_enter_wait,
A Dcpuidle-imx6sx.c77 .enter = imx6sx_enter_wait,
91 .enter = imx6sx_enter_wait,
/linux/Documentation/scsi/
A Dlink_power_management_policy.rst22 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 Dcpuidle.rst19 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 Dtiming.c85 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 Dqcom,idle-state.txt5 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 Dsleep.c651 .enter = acpi_suspend_enter,
679 .enter = acpi_suspend_enter,
947 .enter = acpi_hibernation_enter,
997 .enter = acpi_hibernation_enter,

Completed in 26 milliseconds

12345678910>>...13