/linux-6.6.21/drivers/idle/ |
D | intel_idle.c | 236 .enter = &intel_idle, 244 .enter = &intel_idle, 252 .enter = &intel_idle, 260 .enter = &intel_idle, 263 .enter = NULL } 273 .enter = &intel_idle, 281 .enter = &intel_idle, 289 .enter = &intel_idle, 297 .enter = &intel_idle, 305 .enter = &intel_idle, [all …]
|
/linux-6.6.21/arch/arm/mach-omap2/ |
D | cpuidle34xx.c | 269 .enter = omap3_enter_idle_bm, 277 .enter = omap3_enter_idle_bm, 285 .enter = omap3_enter_idle_bm, 293 .enter = omap3_enter_idle_bm, 301 .enter = omap3_enter_idle_bm, 309 .enter = omap3_enter_idle_bm, 317 .enter = omap3_enter_idle_bm, 339 .enter = omap3_enter_idle_bm, 347 .enter = omap3_enter_idle_bm, 355 .enter = omap3_enter_idle_bm, [all …]
|
D | cpuidle44xx.c | 242 .enter = omap_enter_idle_simple, 252 .enter = omap_enter_idle_coupled, 262 .enter = omap_enter_idle_coupled, 279 .enter = omap_enter_idle_simple, 289 .enter = omap_enter_idle_smp,
|
/linux-6.6.21/Documentation/ABI/testing/ |
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.
|
D | sysfs-class-power-rt9467 | 11 product enter shipping stage. After entering shipping mode, 14 abort the action before the device really enter shipping mode.
|
D | sysfs-class-power-rt9471 | 9 It's commonly used when the product enter shipping stage. After entering 12 the action before the device really enter shipping mode.
|
/linux-6.6.21/drivers/cpuidle/ |
D | cpuidle-mvebu-v7.c | 55 .enter = mvebu_v7_enter_idle, 64 .enter = mvebu_v7_enter_idle, 79 .enter = mvebu_v7_enter_idle, 94 .enter = mvebu_v7_enter_idle,
|
D | cpuidle-pseries.c | 273 .enter = &snooze_loop, 280 .enter = &dedicated_cede_loop }, 292 .enter = &snooze_loop, 299 .enter = &shared_cede_loop }, 338 if (cpuidle_state_table[idle_state].enter == NULL) in pseries_cpuidle_driver_init()
|
D | cpuidle-cps.c | 75 .enter = cps_nc_enter, 82 .enter = cps_nc_enter, 90 .enter = cps_nc_enter,
|
D | cpuidle-exynos.c | 82 .enter = exynos_enter_lowpower, 99 .enter = exynos_enter_coupled_lowpower,
|
D | cpuidle-big_little.c | 64 .enter = bl_enter_powerdown, 86 .enter = bl_enter_powerdown,
|
D | cpuidle-powernv.c | 160 .enter = snooze_loop, 200 if (cpuidle_state_table[idle_state].enter == NULL) in powernv_cpuidle_driver_init() 244 powernv_states[index].enter = idle_fn; in add_powernv_state()
|
/linux-6.6.21/arch/sh/kernel/cpu/shmobile/ |
D | cpuidle.c | 59 .enter = cpuidle_sleep_enter, 67 .enter = cpuidle_sleep_enter, 76 .enter = cpuidle_sleep_enter,
|
/linux-6.6.21/arch/arm/mach-davinci/ |
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-6.6.21/drivers/net/wireless/realtek/rtw89/ |
D | ps.c | 34 bool enter) in rtw89_ps_power_mode_change_with_hci() argument 42 rtw89_mac_power_mode_change(rtwdev, enter); in rtw89_ps_power_mode_change_with_hci() 43 rtw89_hci_switch_mode(rtwdev, enter); in rtw89_ps_power_mode_change_with_hci() 48 if (!enter) { in rtw89_ps_power_mode_change_with_hci() 55 static void rtw89_ps_power_mode_change(struct rtw89_dev *rtwdev, bool enter) in rtw89_ps_power_mode_change() argument 58 rtw89_ps_power_mode_change_with_hci(rtwdev, enter); in rtw89_ps_power_mode_change() 60 rtw89_mac_power_mode_change(rtwdev, enter); in rtw89_ps_power_mode_change()
|
/linux-6.6.21/arch/arm/mach-pxa/ |
D | pm.c | 44 pxa_cpu_pm_fns->enter(state); in pxa_pm_enter() 55 pxa_cpu_pm_fns->enter(state); in pxa_pm_enter() 93 .enter = pxa_pm_enter,
|
/linux-6.6.21/include/linux/ |
D | ftrace_irq.h | 7 extern void trace_hwlat_callback(bool enter); 12 extern void trace_osnoise_callback(bool enter);
|
/linux-6.6.21/arch/arm/mach-imx/ |
D | cpuidle-imx7ulp.c | 40 .enter = imx7ulp_enter_wait, 48 .enter = imx7ulp_enter_wait,
|
D | cpuidle-imx6sx.c | 79 .enter = imx6sx_enter_wait, 94 .enter = imx6sx_enter_wait,
|
/linux-6.6.21/Documentation/driver-api/pm/ |
D | cpuidle.rst | 27 (from the kernel perspective) and ask the processor to use (or "enter") that 36 to enter, *drivers* that pass the governors' decisions on to the hardware and 45 select an idle state to ask the processor to enter in order to save some energy. 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). 167 idle states that the processor hardware can be asked to enter shared by all of 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 [all …]
|
/linux-6.6.21/drivers/net/wireless/realtek/rtw88/ |
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()
|
/linux-6.6.21/arch/m68k/ifpsp060/ |
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-6.6.21/Documentation/scsi/ |
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-6.6.21/arch/powerpc/kvm/ |
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-6.6.21/Documentation/admin-guide/pm/ |
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 69 time management perspective and if the processor is asked to enter an idle state 72 core also have asked the processor to enter an idle state. In that situation, 120 the CPU to ask the hardware to enter. Second, it invokes another code module 122 processor hardware to enter the idle state selected by the governor. 126 asked to enter by logical CPUs are represented in an abstract way independent of 136 spend in the given state, including the time needed to enter it (which may be [all …]
|