/linux/scripts/kconfig/ |
H A D | mconf.c | 53 " wish to change or the submenu you wish to select and press <Enter>.\n" 64 " and press <ENTER>.\n" 74 " and press <ENTER>.\n" 90 " <Help> and Press <ENTER>.\n" 100 "o Enter the requested information and press <ENTER>\n" 105 " and press <ENTER>. You can try <TAB><H> as well.\n" 114 "o Press <E>, <X>, <q>, <Enter> or <Esc><Esc> to exit.\n" 158 "<Enter> will then unroll the appropriate category, or enfold it if it\n" 186 "<Enter> select [all...] |
/linux/arch/arm/mach-lpc32xx/ |
H A D | pm.c | 43 * Because of this, the code to switch power modes and the code to enter 52 * Enter direct-run mode 55 * Enter halt mode - CPU and buses will stop 117 .enter = lpc32xx_pm_enter,
|
H A D | suspend.S | 78 @ Enter direct-run mode from run mode 95 @ Enter stop mode until an enabled event occurs 113 @ Re-enter run mode with self-refresh flag cleared, but no DRAM
|
/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/drivers/scsi/aic94xx/ |
H A D | aic94xx.h | 24 #define ENTER printk(KERN_NOTICE "%s: ENTER %s\n", ASD_DRIVER_NAME, \ macro 29 #define ENTER macro
|
/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/kernel/time/ |
H A D | tick-broadcast-hrtimer.c | 41 * which is about to enter idle has the earliest broadcast timer event. 46 * This is called either from enter/exit idle code or from the in bc_set_next() 50 * broadcast handler nor from the enter/exit idle code. The idle in bc_set_next()
|
/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/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | hdmi_wp.c | 149 DSSDBG("Enter hdmi_wp_video_config_interface\n"); in hdmi_wp_video_config_interface() 168 DSSDBG("Enter hdmi_wp_video_config_timing\n"); in hdmi_wp_video_config_timing() 184 DSSDBG("Enter hdmi_wp_video_init_format\n"); in hdmi_wp_init_vid_fmt_timings() 208 DSSDBG("Enter hdmi_wp_audio_config_format\n"); in hdmi_wp_audio_config_format() 231 DSSDBG("Enter hdmi_wp_audio_config_dma\n"); in hdmi_wp_audio_config_dma()
|
/linux/arch/x86/virt/vmx/tdx/ |
H A D | tdxcall.S | 39 * base pointer, some leafs (e.g., VP.ENTER) make a giant mess of things. 63 * on RDI/RSI (see VP.ENTER). 112 * In case of VP.ENTER returns due to TDVMCALL, all registers are 114 * structure from the stack (see "TDH.VP.ENTER Output Operands 149 * Clear registers shared by guest for VP.VMCALL/VP.ENTER to prevent
|
/linux/Documentation/ABI/testing/ |
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/net/wireless/realtek/rtw89/ |
H A D | ps.c | 61 bool enter) in rtw89_ps_power_mode_change_with_hci() argument 69 rtw89_mac_power_mode_change(rtwdev, enter); in rtw89_ps_power_mode_change_with_hci() 70 rtw89_hci_switch_mode(rtwdev, enter); in rtw89_ps_power_mode_change_with_hci() 75 if (!enter) { in rtw89_ps_power_mode_change_with_hci() 82 static void rtw89_ps_power_mode_change(struct rtw89_dev *rtwdev, bool enter) in rtw89_ps_power_mode_change() argument 86 rtw89_ps_power_mode_change_with_hci(rtwdev, enter); in rtw89_ps_power_mode_change() 88 rtw89_mac_power_mode_change(rtwdev, enter); in rtw89_ps_power_mode_change()
|
/linux/Documentation/arch/s390/ |
H A D | 3270.rst | 212 and hit ENTER to execute them. 218 and more output will appear. You may hit ENTER with nothing typed in 220 which indicates no scrolling will occur. (If you hit ENTER with "Linux 240 the same thing from the input area, by typing "^C" and hitting ENTER. 246 cause an EOF also by typing "^D" and hitting ENTER. 249 job suspension by typing "^Z" and hitting ENTER. You may wish to
|
/linux/drivers/clk/ti/ |
H A D | dpll3xxx.c | 60 /* _omap3_wait_dpll_status: wait for a DPLL to enter a specific state */ 175 * Instructs a non-CORE DPLL to enter low-power bypass mode. In 180 * return 0; if the DPLL did not enter bypass in the time allotted, or 211 * Instructs a non-CORE DPLL to enter low-power stop. Will save and 509 * omap3_noncore_dpll_enable - instruct a DPLL to enter bypass or lock mode 512 * Instructs a non-CORE DPLL to enable, e.g., to enter bypass or lock. 514 * the same as the DPLL's parent clock, it will enter bypass; 515 * otherwise, it will enter lock. This code will wait for the DPLL to 517 * to enter the target state. Intended to be used as the struct clk's 519 * support low-power stop, or if the DPLL took too long to enter [all...] |
/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() 95 /* enter -> timing_last_exit is time spent in guest - log this too */ in kvmppc_update_timing_stats() 96 add_exit_timing(vcpu, (vcpu->arch.timing_last_exit - enter), in kvmppc_update_timing_stats()
|
/linux/drivers/cpuidle/ |
H A D | dt_idle_states.c | 30 * state enter function. in init_state_node() 32 idle_state->enter = match_id->data; in init_state_node() 36 * safely. So enter() can be also enter_s2idle() callback. in init_state_node() 130 * the CPUidle state enter function signature:
|
H A D | cpuidle-big_little.c | 39 * values as if all CPUs in a cluster enter the state at once; this is 64 .enter = bl_enter_powerdown, 86 .enter = bl_enter_powerdown, 117 * bl_enter_powerdown - Programs CPU to enter the specified state
|
/linux/arch/arm/mach-imx/ |
H A D | suspend-imx53.S | 60 /* Set FDVFS bit of M4IF_MCR0 to request DDR to enter self-refresh */ 66 /* Poll FDVACK bit of M4IF_MCR to wait for DDR to enter self-refresh */ 92 /* Zzz, enter stop mode */
|
H A D | cpuidle-imx7ulp.c | 40 .enter = imx7ulp_enter_wait, 48 .enter = imx7ulp_enter_wait,
|
/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | hdmi_wp.c | 148 DSSDBG("Enter hdmi_wp_video_config_interface\n"); in hdmi_wp_video_config_interface() 170 DSSDBG("Enter hdmi_wp_video_config_timing\n"); in hdmi_wp_video_config_timing() 195 DSSDBG("Enter hdmi_wp_video_init_format\n"); in hdmi_wp_init_vid_fmt_timings() 230 DSSDBG("Enter hdmi_wp_audio_config_format\n"); in hdmi_wp_audio_config_format() 251 DSSDBG("Enter hdmi_wp_audio_config_dma\n"); in hdmi_wp_audio_config_dma()
|
/linux/arch/powerpc/kernel/ |
H A D | irq_64.c | 305 * Now enter interrupt context. The interrupt handlers themselves in arch_local_irq_restore() 349 * will return whether to enter power save or just return. 360 * occurs before we effectively enter the low power state in prep_irq_for_idle() 367 * we return now and do not enter the low power state. in prep_irq_for_idle() 381 /* Tell the caller to enter the low power state */ in prep_irq_for_idle() 398 * occurs before we effectively enter the low power state in prep_irq_for_idle_irqsoff() 405 * we return now and do not enter the low power state. in prep_irq_for_idle_irqsoff()
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | bcdc.c | 116 brcmf_dbg(BCDC, "Enter\n"); in brcmf_proto_bcdc_msg() 145 brcmf_dbg(BCDC, "Enter\n"); in brcmf_proto_bcdc_cmplt() 167 brcmf_dbg(BCDC, "Enter, cmd %d len %d\n", cmd, len); in brcmf_proto_bcdc_query_dcmd() 224 brcmf_dbg(BCDC, "Enter, cmd %d len %d\n", cmd, len); in brcmf_proto_bcdc_set_dcmd() 262 brcmf_dbg(BCDC, "Enter\n"); in brcmf_proto_bcdc_hdrpush() 287 brcmf_dbg(BCDC, "Enter\n"); in brcmf_proto_bcdc_hdrpull() 358 brcmf_dbg(TRACE, "Enter\n"); in brcmf_proto_bcdc_txflowblock()
|
/linux/arch/arm/mach-s3c/ |
H A D | cpuidle-s3c64xx.c | 27 /* Setup PWRCFG to enter idle mode */ in s3c64xx_enter_idle() 43 .enter = s3c64xx_enter_idle,
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cyw/ |
H A D | core.c | 120 brcmf_dbg(TRACE, "Enter\n"); in brcmf_cyw_mgmt_tx() 207 brcmf_dbg(TRACE, "Enter\n"); in brcmf_cyw_external_auth() 249 brcmf_dbg(INFO, "Enter: event %s (%d) received\n", in brcmf_cyw_notify_ext_auth_req() 288 brcmf_dbg(INFO, "Enter: event %s (%d) received\n", in brcmf_notify_auth_frame_rx() 334 brcmf_dbg(INFO, "Enter: event %s (%d), status=%d\n", in brcmf_notify_mgmt_tx_status()
|