| /linux/arch/arm/mach-omap2/ |
| H A 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 …]
|
| H A 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/Documentation/ABI/testing/ |
| H 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.
|
| H A 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.
|
| H A 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/drivers/cpuidle/ |
| H A 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,
|
| H A D | cpuidle-cps.c | 75 .enter = cps_nc_enter, 82 .enter = cps_nc_enter, 90 .enter = cps_nc_enter,
|
| H A D | cpuidle-exynos.c | 82 .enter = exynos_enter_lowpower, 99 .enter = exynos_enter_coupled_lowpower,
|
| H A 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/arch/sh/kernel/cpu/shmobile/ |
| H A D | cpuidle.c | 59 .enter = cpuidle_sleep_enter, 67 .enter = cpuidle_sleep_enter, 76 .enter = cpuidle_sleep_enter,
|
| /linux/arch/arm/mach-pxa/ |
| H A 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/Documentation/driver-api/pm/ |
| H A 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/include/linux/ |
| H A D | ftrace_irq.h | 7 extern void trace_hwlat_callback(bool enter); 12 extern void trace_osnoise_callback(bool enter);
|
| /linux/arch/m68k/ifpsp060/ |
| H 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/arch/arm/mach-imx/ |
| H A D | cpuidle-imx7ulp.c | 40 .enter = imx7ulp_enter_wait, 48 .enter = imx7ulp_enter_wait,
|
| H A D | cpuidle-imx6sx.c | 79 .enter = imx6sx_enter_wait, 94 .enter = imx6sx_enter_wait,
|
| /linux/Documentation/scsi/ |
| H 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/arch/powerpc/kvm/ |
| H 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/drivers/net/wireless/realtek/rtw88/ |
| H A D | ps.c | 69 void rtw_power_mode_change(struct rtw_dev *rtwdev, bool enter) in rtw_power_mode_change() argument 79 if (enter) { in rtw_power_mode_change() 106 enter ? "entering" : "leaving"); in rtw_power_mode_change()
|
| /linux/include/linux/usb/ |
| H A D | typec_altmode.h | 60 int (*enter)(struct typec_altmode *altmode, u32 *vdo); member 87 int (*enter)(struct typec_altmode *altmode, enum typec_plug_index sop, u32 *vdo); member
|
| /linux/drivers/usb/typec/ |
| H A D | bus.c | 135 if (!pdev->ops || !pdev->ops->enter) in typec_altmode_enter() 147 return pdev->ops->enter(pdev, vdo); in typec_altmode_enter() 275 if (!pdev->cable_ops || !pdev->cable_ops->enter) in typec_cable_altmode_enter() 278 return pdev->cable_ops->enter(pdev, sop, vdo); in typec_cable_altmode_enter()
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | imx8mn-dimonoff-gateway-evk.dts | 34 key-enter { 35 label = "enter";
|
| /linux/include/linux/clk/ |
| H A D | imx.h | 13 void imx6sl_set_wait_clk(bool enter);
|
| /linux/arch/arm/mach-mxs/ |
| H A D | pm.c | 25 .enter = mxs_suspend_enter,
|
| /linux/drivers/acpi/ |
| H A D | sleep.c | 684 .enter = acpi_suspend_enter, 713 .enter = acpi_suspend_enter, 984 .enter = acpi_hibernation_enter, 1035 .enter = acpi_hibernation_enter,
|