/openbmc/linux/drivers/idle/ |
H A D | intel_idle.c | 147 * intel_idle - Ask the processor to enter the given idle state. 153 * @dev is idle and it can try to enter the idle state corresponding to @index. 198 * intel_idle_s2idle - Ask the processor to enter the given idle state. 204 * @dev is idle and it can try to enter the idle state corresponding to @index. 236 .enter = &intel_idle, 244 .enter = &intel_idle, 252 .enter = &intel_idle, 260 .enter = &intel_idle, 263 .enter = NULL } 273 .enter = &intel_idle, [all …]
|
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
H A D | ia_css_isp_params.c | 106 "ia_css_process_anr() enter:\n"); in ia_css_process_anr() 141 "ia_css_process_anr2() enter:\n"); in ia_css_process_anr2() 175 ia_css_debug_dtrace(IA_CSS_DEBUG_TRACE_PRIVATE, "ia_css_process_bh() enter:\n"); in ia_css_process_bh() 193 ia_css_debug_dtrace(IA_CSS_DEBUG_TRACE_PRIVATE, "ia_css_process_bh() enter:\n"); in ia_css_process_bh() 223 "ia_css_process_cnr() enter:\n"); in ia_css_process_cnr() 258 "ia_css_process_crop() enter:\n"); in ia_css_process_crop() 293 "ia_css_process_csc() enter:\n"); in ia_css_process_csc() 327 ia_css_debug_dtrace(IA_CSS_DEBUG_TRACE_PRIVATE, "ia_css_process_dp() enter:\n"); in ia_css_process_dp() 361 "ia_css_process_bnr() enter:\n"); in ia_css_process_bnr() 395 ia_css_debug_dtrace(IA_CSS_DEBUG_TRACE_PRIVATE, "ia_css_process_de() enter:\n"); in ia_css_process_de() [all …]
|
H A D | ia_css_isp_states.c | 29 "ia_css_initialize_aa_state() enter:\n"); in ia_css_initialize_aa_state() 51 "ia_css_initialize_cnr_state() enter:\n"); in ia_css_initialize_cnr_state() 75 "ia_css_initialize_cnr2_state() enter:\n"); in ia_css_initialize_cnr2_state() 99 "ia_css_initialize_dp_state() enter:\n"); in ia_css_initialize_dp_state() 123 "ia_css_initialize_de_state() enter:\n"); in ia_css_initialize_de_state() 147 "ia_css_initialize_tnr_state() enter:\n"); in ia_css_initialize_tnr_state() 171 "ia_css_initialize_ref_state() enter:\n"); in ia_css_initialize_ref_state() 195 "ia_css_initialize_ynr_state() enter:\n"); in ia_css_initialize_ynr_state()
|
/openbmc/linux/kernel/debug/kdb/ |
H A D | kdb_keyboard.c | 33 * Some parts (Enter Release, LED change) are still blocking polled here, 196 * Best effort cleanup of ENTER break codes on leaving KDB. Called on 197 * exiting KDB, when we know we processed an ENTER or KP ENTER scan 206 * ENTER was never pressed, or has already in kdb_kbd_cleanup_state() 214 * Enter key. Need to absorb the break code here, lest it gets in kdb_kbd_cleanup_state() 218 * + Need to handle KP ENTER, which has break code 0xe0 0x9c. in kdb_kbd_cleanup_state() 219 * + Need to handle repeat ENTER and repeat KP ENTER. Repeats in kdb_kbd_cleanup_state() 245 * ENTER, or a repeat make for KP ENTER. Either way, in kdb_kbd_cleanup_state() 246 * since the second byte is equivalent to an ENTER, in kdb_kbd_cleanup_state() 249 * If we see 0x1c, this must be a repeat ENTER or KP in kdb_kbd_cleanup_state() [all …]
|
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/ |
H A D | boot_mode.h | 8 /* enter loader rockusb mode */ 10 /* enter recovery */ 12 /* enter fastboot mode */ 14 /* enter charging mode */ 16 /* enter usb mass storage mode */ 18 /* enter bootrom download mode */
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | cpuidle34xx.c | 102 * omap3_enter_idle - Programs OMAP3 to enter the specified state 126 * Call idle CPU PM enter notifier chain so that in omap3_enter_idle() 139 * Call idle CPU PM enter notifier chain to restore in omap3_enter_idle() 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, [all …]
|
H A D | cpuidle44xx.c | 153 /* Enter broadcast mode for periodic timers */ in omap_enter_idle_coupled() 156 /* Enter broadcast mode for one-shot timers */ in omap_enter_idle_coupled() 160 * Call idle CPU PM enter notifier chain so that in omap_enter_idle_coupled() 172 * Call idle CPU cluster PM enter notifier chain in omap_enter_idle_coupled() 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,
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/ |
H A D | 150-use_DESTDIR.patch | 37 @CXX_OFF@ @echo "Enter 'make installthcxx' to install the threaded C++ library" 38 @SL_OFF@ @echo "Enter 'make installthsl' to install the threaded shared-library" 51 @SL_OFF@ @echo "Enter 'make installthcxxsl' to install the threaded C++ shared-library" 64 @TH_OFF@ @echo "Enter 'make installthcxx' to install the threaded C++ library" 65 @SL_OFF@ @echo "Enter 'make installcxxsl' to install the C++ shared-library" 72 @CXX_OFF@ @echo "Enter 'make installcxxsl' to install the C++ shared-library" 73 @TH_OFF@ @echo "Enter 'make installthsl' to install thread shared-library" 82 @SL_OFF@ @echo "Enter 'make installsl' to install $(LIB_SL) in $(shlibdir)" 83 @CXX_OFF@ @echo "Enter 'make installcxx' to install the C++ library" 84 @TH_OFF@ @echo "Enter 'make installth' to install thread library" [all …]
|
/openbmc/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 …]
|
/openbmc/qemu/hw/core/ |
H A D | resettable.c | 29 * True if we are currently in reset enter phase. 108 /* Only take action if we really enter reset for the 1st time. */ in resettable_phase_enter() 131 /* execute enter phase for the object if needed */ in resettable_phase_enter() 134 !!rc->phases.enter); in resettable_phase_enter() 135 if (rc->phases.enter) { in resettable_phase_enter() 136 rc->phases.enter(obj, type); in resettable_phase_enter() 213 * Ensure we do not change parent when in enter or exit phase. in resettable_change_parent() 250 ResettableEnterPhase enter, in resettable_class_set_parent_phases() argument 256 if (enter) { in resettable_class_set_parent_phases() 257 rc->phases.enter = enter; in resettable_class_set_parent_phases()
|
/openbmc/qemu/include/hw/ |
H A D | resettable.h | 63 * for the phases.enter, phases.hold and phases.exit methods, which 67 * for any reset event, in the order 'enter', 'hold', 'exit'. 68 * An object will always move quickly from 'enter' to 'hold' 74 * 'enter' method has been called. 79 * @phases.enter: This phase is called when the object enters reset. It 86 * in the system which is being reset has had its @phases.enter method called. 112 ResettableEnterPhase enter; member 211 * a hold phase method. Calling this during enter or exit phase is an error. 228 * by the given new methods (@enter, @hold and @exit). 233 ResettableEnterPhase enter,
|
/openbmc/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.
|
/openbmc/u-boot/board/freescale/mx6memcal/ |
H A D | Kconfig | 136 Enter the on-die termination value as an index defined for 154 Enter drive strength as an index defined for IOMUX settings 166 Enter the RTT_NOM selector 175 Enter the RTT_WR selector for MR2 185 Enter a latency in number of cycles. This will be added to 195 Enter a latency in number of cycles. This will be added to
|
/openbmc/linux/Documentation/admin-guide/pm/ |
H 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 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 …]
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | pm-cps.h | 13 * enter or exit states requiring CM or CPC assistance in unison. 40 * cps_pm_enter_state - enter a PM state 41 * @state: the state to enter 43 * Enter the given PM state. If coupled_coherence is non-zero then it is
|
/openbmc/linux/include/linux/ |
H A D | suspend.h | 109 * that it still may be impossible to enter given system sleep state if the 118 * @prepare(), @enter() and @finish() will not be called by the PM core. 120 * passed to @enter() is redundant and should be ignored. 128 * system cannot enter the desired sleep state (@prepare_late(), @enter(), 136 * system cannot enter the desired sleep state (@enter() will not be 139 * @enter: Enter the system sleep state indicated by @begin() or represented by 142 * error code otherwise, in which case the system cannot enter the desired 150 * after @prepare_late and @enter(), even if one of them fails. 157 * @enter() and @wake(), even if any of them fails. It is executed after 173 * @enter(). [all …]
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | usb.c | 198 brcmf_dbg(USB, "Enter, status=%d\n", status); in brcmf_usb_ctl_complete() 226 brcmf_dbg(USB, "Enter\n"); in brcmf_usb_ctlread_complete() 238 brcmf_dbg(USB, "Enter\n"); in brcmf_usb_ctlwrite_complete() 249 brcmf_dbg(USB, "Enter\n"); in brcmf_usb_send_ctl() 281 brcmf_dbg(USB, "Enter\n"); in brcmf_usb_recv_ctl() 316 brcmf_dbg(USB, "Enter\n"); in brcmf_usb_tx_ctlpkt() 361 brcmf_dbg(USB, "Enter\n"); in brcmf_usb_rx_ctlpkt() 498 brcmf_dbg(USB, "Enter, urb->status=%d, skb=%p\n", urb->status, in brcmf_usb_tx_complete() 520 brcmf_dbg(USB, "Enter, urb->status=%d\n", urb->status); in brcmf_usb_rx_complete() 595 brcmf_dbg(USB, "Enter, current state=%d, new state=%d\n", in brcmf_usb_state_change() [all …]
|
/openbmc/docs/designs/ |
H A D | sol-sysrq.md | 51 Then in ipmitool SOL session, user could enter `\n~B` keys to trigger the break, 52 and then enter a keycode as the SysRq command. 56 There are no changes required in WebUI, like netipmid, the user could enter the 57 key code sequence `\n~B` to trigger the break, and then user could enter a 91 modified to send `MSG_OOB` to obmc-console when the user enter the key code 111 with SSH, we need enter the key code sequence with more than one tilde. Like
|
/openbmc/qemu/docs/devel/ |
H A D | reset.rst | 124 1. The **enter** phase is executed when the object enters reset. It resets only 130 group which is being reset has had its *enter* phase executed. At this point 137 count is used to ensure phases are executed only when required. *enter* and 159 phase of the reset; they are name ``phases.enter()``, ``phases.hold()`` and 160 ``phases.exit()``. They all take the object as parameter. The *enter* method 176 /* call parent class enter phase */ 177 if (myclass->parent_phases.enter) { 178 myclass->parent_phases.enter(obj, type); 228 only override the *enter* phase and leave *hold* and *exit* untouched:: 243 An object is under reset from the beginning of the *enter* phase (before [all …]
|
/openbmc/linux/include/dt-bindings/soc/ |
H A D | rockchip,boot-mode.h | 9 /* enter bootloader rockusb mode */ 11 /* enter recovery */ 13 /* enter fastboot mode */
|
/openbmc/linux/kernel/power/ |
H A D | suspend.c | 105 /* Make the current CPU wait so it can enter the idle loop too. */ in s2idle_enter() 175 * No ->valid() or ->enter() callback implies that none are valid. in valid_state() 178 suspend_ops->enter; in valid_state() 398 * suspend_enter - Make the system enter the given sleep state. 399 * @state: System sleep state to enter. 453 error = suspend_ops->enter(state); in suspend_enter() 486 * suspend_devices_and_enter - Suspend devices and enter system sleep state. 487 * @state: System sleep state to enter. 553 * enter_state - Do common work needed to enter system sleep state. 554 * @state: System sleep state to enter. [all …]
|
/openbmc/linux/drivers/net/wireless/ath/wcn36xx/ |
H A D | pmc.c | 37 * One of the reasons why HW will not enter BMPS is because in wcn36xx_pmc_enter_bmps_state() 38 * driver is trying to enter bmps before first beacon was in wcn36xx_pmc_enter_bmps_state() 41 wcn36xx_err("Can not enter BMPS!\n"); in wcn36xx_pmc_enter_bmps_state() 57 /* Unbalanced call or last BMPS enter failed */ in wcn36xx_pmc_exit_bmps_state()
|
/openbmc/linux/drivers/cpuidle/ |
H A D | cpuidle-cps.c | 14 /* Enumeration of the various idle states this driver may enter */ 59 /* Enter that state */ in cps_nc_enter() 75 .enter = cps_nc_enter, 82 .enter = cps_nc_enter, 90 .enter = cps_nc_enter,
|
/openbmc/u-boot/configs/ |
H A D | am335x_shc_defconfig | 30 CONFIG_AUTOBOOT_PROMPT="Enter 'shc' to enter prompt (times out) %d \nEnter 'noautoboot' to enter pr…
|
H A D | am335x_shc_netboot_defconfig | 32 CONFIG_AUTOBOOT_PROMPT="Enter 'shc' to enter prompt (times out) %d \nEnter 'noautoboot' to enter pr…
|