Home
last modified time | relevance | path

Searched full:enter (Results 1 – 25 of 1608) sorted by relevance

12345678910>>...65

/linux/drivers/idle/
H A Dintel_idle.c164 * intel_idle - Ask the processor to enter the given idle state.
170 * @dev is idle and it can try to enter the idle state corresponding to @index.
215 * intel_idle_s2idle - Ask the processor to enter the given idle state.
221 * @dev is idle and it can try to enter the idle state corresponding to @index.
262 .enter = &intel_idle,
270 .enter = &intel_idle,
278 .enter = &intel_idle,
286 .enter = &intel_idle,
289 .enter = NULL }
299 .enter = &intel_idle,
[all …]
/linux/drivers/staging/media/atomisp/pci/
H A Dia_css_isp_params.c97 "ia_css_process_anr() enter:\n"); in ia_css_process_anr()
132 "ia_css_process_anr2() enter:\n"); in ia_css_process_anr2()
166 ia_css_debug_dtrace(IA_CSS_DEBUG_TRACE_PRIVATE, "ia_css_process_bh() enter:\n"); in ia_css_process_bh()
184 ia_css_debug_dtrace(IA_CSS_DEBUG_TRACE_PRIVATE, "ia_css_process_bh() enter:\n"); in ia_css_process_bh()
214 "ia_css_process_cnr() enter:\n"); in ia_css_process_cnr()
249 "ia_css_process_crop() enter:\n"); in ia_css_process_crop()
284 "ia_css_process_csc() enter:\n"); in ia_css_process_csc()
318 ia_css_debug_dtrace(IA_CSS_DEBUG_TRACE_PRIVATE, "ia_css_process_dp() enter:\n"); in ia_css_process_dp()
352 "ia_css_process_bnr() enter:\n"); in ia_css_process_bnr()
386 ia_css_debug_dtrace(IA_CSS_DEBUG_TRACE_PRIVATE, "ia_css_process_de() enter in ia_css_process_de()
[all...]
H A Dia_css_isp_states.c20 "ia_css_initialize_aa_state() enter:\n"); in ia_css_initialize_aa_state()
42 "ia_css_initialize_cnr_state() enter:\n"); in ia_css_initialize_cnr_state()
66 "ia_css_initialize_cnr2_state() enter:\n"); in ia_css_initialize_cnr2_state()
90 "ia_css_initialize_dp_state() enter:\n"); in ia_css_initialize_dp_state()
114 "ia_css_initialize_de_state() enter:\n"); in ia_css_initialize_de_state()
138 "ia_css_initialize_tnr_state() enter:\n"); in ia_css_initialize_tnr_state()
162 "ia_css_initialize_ref_state() enter:\n"); in ia_css_initialize_ref_state()
186 "ia_css_initialize_ynr_state() enter:\n"); in ia_css_initialize_ynr_state()
/linux/kernel/debug/kdb/
H A Dkdb_keyboard.c35 * Some parts (Enter Release, LED change) are still blocking polled here,
211 * Best effort cleanup of ENTER break codes on leaving KDB. Called on
212 * exiting KDB, when we know we processed an ENTER or KP ENTER scan
221 * ENTER was never pressed, or has already in kdb_kbd_cleanup_state()
229 * Enter key. Need to absorb the break code here, lest it gets in kdb_kbd_cleanup_state()
233 * + Need to handle KP ENTER, which has break code 0xe0 0x9c. in kdb_kbd_cleanup_state()
234 * + Need to handle repeat ENTER and repeat KP ENTER. Repeats in kdb_kbd_cleanup_state()
260 * ENTER, o in kdb_kbd_cleanup_state()
[all...]
/linux/arch/arm/mach-omap2/
H A Dcpuidle34xx.c102 * 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
[all...]
H A Dcpuidle44xx.c153 /* 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,
H A Dclkt2xxx_dpll.c24 * Enable DPLL automatic idle control. The DPLL will enter low-power
26 * REVISIT: DPLL can optionally enter low-power bypass by writing 0x1
27 * instead. Add some mechanism to optionally enter this mode.
/linux/Documentation/driver-api/pm/
H A Dcpuidle.rst27 (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 thi
[all...]
/linux/Documentation/ABI/testing/
H 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/Documentation/admin-guide/pm/
H 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
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 i
[all...]
/linux/include/linux/usb/
H A Dtypec_altmode.h52 * @enter: Operations to be executed with Enter Mode Command
57 * @activate: User callback for Enter/Exit Mode
60 int (*enter)(struct typec_altmode *altmode, u32 *vdo); member
82 * @enter: Operations to be executed with Enter Mode Command
87 int (*enter)(struct typec_altmode *altmode, enum typec_plug_index sop, u32 *vdo); member
130 * Alternate Modes. USB4 mode is however not entered with the Enter Mode Command
/linux/include/linux/
H A Dsuspend.h50 * that it still may be impossible to enter given system sleep state if the
59 * @prepare(), @enter() and @finish() will not be called by the PM core.
61 * passed to @enter() is redundant and should be ignored.
69 * system cannot enter the desired sleep state (@prepare_late(), @enter(),
77 * system cannot enter the desired sleep state (@enter() will not be
80 * @enter: Enter the system sleep state indicated by @begin() or represented by
83 * error code otherwise, in which case the system cannot enter th
126 int (*enter)(suspend_state_t state); global() member
374 int (*enter)(void); global() member
[all...]
/linux/arch/mips/include/asm/
H A Dpm-cps.h13 * 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
/linux/drivers/usb/typec/
H A Dbus.c117 * typec_altmode_enter - Enter Mode
119 * @vdo: VDO for the Enter Mode command
121 * The alternate mode drivers use this function to enter mode. The port drivers
123 * Enter Mode command. If the alternate mode does not require VDO, @vdo must be
135 if (!pdev->ops || !pdev->ops->enter) in typec_altmode_enter()
146 /* Enter Mode */ in typec_altmode_enter()
147 return pdev->ops->enter(pdev, vdo); in typec_altmode_enter()
251 * typec_cable_altmode_enter - Enter Mode
253 * @sop: Cable plug target for Enter Mode command
254 * @vdo: VDO for the Enter Mod
[all...]
/linux/drivers/usb/typec/altmodes/
H A Dthunderbolt.c78 "failed to enter mode (%d)\n", ret); in tbt_altmode_work()
86 "failed to enter mode (%d)\n", ret); in tbt_altmode_work()
93 dev_dbg(&tbt->alt->dev, "failed to enter mode (%d)\n", in tbt_altmode_work()
128 * If SOP' is available, enter that first (which will trigger a VDM response
129 * that will enter SOP" if available and then the port). If entering SOP' fails,
130 * stop attempting to enter either cable altmode (probably not supported) and
131 * directly enter the port altmode.
227 /* Port altmode is last to enter and first to exit. */ in tbt_altmode_vdm()
250 dev_warn(&alt->dev, "Enter Mode refused\n"); in tbt_altmode_vdm()
/linux/include/dt-bindings/soc/
H A Drockchip,boot-mode.h9 /* enter bootloader rockusb mode */
11 /* enter recovery */
13 /* enter fastboot mode */
/linux/kernel/power/
H A Dsuspend.c114 /* Make the current CPU wait so it can enter the idle loop too. */ in s2idle_enter()
182 * No ->valid() or ->enter() callback implies that none are valid. in valid_state()
185 suspend_ops->enter; in valid_state()
407 * suspend_enter - Make the system enter the given sleep state.
408 * @state: System sleep state to enter.
462 error = suspend_ops->enter(state); in suspend_enter()
495 * suspend_devices_and_enter - Suspend devices and enter system sleep state.
496 * @state: System sleep state to enter.
563 * enter_state - Do common work needed to enter system sleep state.
564 * @state: System sleep state to enter
[all...]
/linux/drivers/net/wireless/ath/wcn36xx/
H A Dpmc.c37 * 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()
/linux/drivers/cpuidle/
H A Dcpuidle-cps.c14 /* 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,
H A Dcoupled.c3 * coupled.c - helper functions to enter the same idle state on multiple cpus
28 * around). Each cpu has a power state that it can enter without
36 * WFI state until all cpus are ready to enter a coupled state, at
40 * Once all cpus are ready to enter idle, they are woken by an smp
42 * cpus will find work to do, and choose not to enter idle. A
44 * power state enter function at the same time. During this pass,
79 * Provide a struct cpuidle_state.enter function for each state
145 * (state.enter when state.flags has CPUIDLE_FLAG_COUPLED set).
291 * Returns the deepest idle state that all coupled cpus can enter
447 * cpuidle_enter_state_coupled - attempt to enter
[all...]
H A Dcpuidle-mvebu-v7.c55 .enter = mvebu_v7_enter_idle,
64 .enter = mvebu_v7_enter_idle,
79 .enter = mvebu_v7_enter_idle,
94 .enter = mvebu_v7_enter_idle,
/linux/arch/m68k/ifpsp060/
H 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/drivers/media/radio/
H A DKconfig254 Enter either 0x350 or 0x358 here. The card default is 0x350, if you
291 Enter either 0x20c, 0x30c, 0x24c, 0x34c, 0x248 or 0x28c here. The
374 Enter either 0x30c or 0x20c here. The card default is 0x30c, if you
382 Enter either 0x30f or 0x20f here. The card default is 0x30f, if you
442 Enter the I/O port of your Trust FM radio card. If unsure, try the
466 Enter the frequency used for muting the radio. The device is never
469 radio device is set to the frequency you can enter here whenever
478 Enter the I/O port of your Typhoon or EcoRadio radio card.
501 Enter the I/O port of your Zoltrix radio card.
/linux/drivers/net/wireless/realtek/rtw88/
H A Dhci.h18 void (*deep_ps)(struct rtw_dev *rtwdev, bool enter);
19 void (*link_ps)(struct rtw_dev *rtwdev, bool enter);
63 static inline void rtw_hci_deep_ps(struct rtw_dev *rtwdev, bool enter) in rtw_hci_deep_ps() argument
65 rtwdev->hci.ops->deep_ps(rtwdev, enter); in rtw_hci_deep_ps()
68 static inline void rtw_hci_link_ps(struct rtw_dev *rtwdev, bool enter) in rtw_hci_link_ps() argument
70 rtwdev->hci.ops->link_ps(rtwdev, enter); in rtw_hci_link_ps()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcore.c151 brcmf_dbg(TRACE, "Enter, bsscfgidx=%d\n", ifp->bsscfgidx); in _brcmf_set_multicast_list()
244 brcmf_dbg(TRACE, "Enter, bsscfgidx=%d\n", ifp->bsscfgidx); in brcmf_netdev_set_mac_address()
303 brcmf_dbg(DATA, "Enter, bsscfgidx=%d\n", ifp->bsscfgidx); in brcmf_netdev_start_xmit()
392 brcmf_dbg(TRACE, "enter: bsscfgidx=%d stop=0x%X reason=%d state=%d\n", in brcmf_txflowblock_if()
509 brcmf_dbg(DATA, "Enter: %s: rxp=%p\n", dev_name(dev), skb); in brcmf_rx_frame()
534 brcmf_dbg(EVENT, "Enter: %s: rxp=%p\n", dev_name(dev), skb); in brcmf_rx_event()
592 brcmf_dbg(TRACE, "Enter, bsscfgidx=%d\n", ifp->bsscfgidx); in brcmf_netdev_stop()
608 brcmf_dbg(TRACE, "Enter, bsscfgidx=%d\n", ifp->bsscfgidx); in brcmf_netdev_open()
649 brcmf_dbg(TRACE, "Enter, bsscfgidx=%d mac=%pM\n", ifp->bsscfgidx, in brcmf_net_attach()
707 brcmf_dbg(TRACE, "Enter\ in brcmf_net_mon_open()
[all...]

12345678910>>...65