Home
last modified time | relevance | path

Searched full:resumed (Results 1 – 25 of 318) sorted by relevance

12345678910>>...13

/linux-6.14.4/Documentation/virt/hyperv/
Dhibernation.rst62 hibernated on one host, then resumed on a host with a different processor
117 the data structures that already exist in the resumed hibernation
127 the memory of the now resumed hibernation image. If any devices are
130 primary VMBus channels that exist in the resumed hibernation image are
131 not matched with a device offered in the resumed VM, the resume
133 is likely to cause errors in the resumed VM.
281 longer exists on any Hyper-V host. When the customer VM is resumed, a
283 different Hyper-V host. That new Hyper-V VM becomes the resumed
304 GUIDs. Consequently, when a customer VM is resumed on a newly
321 does not contain a VF device. When the VM is resumed it
[all …]
/linux-6.14.4/drivers/clk/tegra/
Dclk-device.c154 * The driver is attaching to a potentially active/resumed clock, hence in tegra_clock_probe()
156 * the clock rate if clock is resumed. in tegra_clock_probe()
173 * NOIRQ phase. We will keep clocks resumed during suspend to mitigate this
/linux-6.14.4/Documentation/admin-guide/laptops/
Ddisk-shock-protection.rst47 normal operation will be resumed. The maximal value accepted for a
59 of milliseconds remaining until normal operation will be resumed;
72 will be resumed.
/linux-6.14.4/Documentation/driver-api/usb/
Dcallbacks.rst40 Called when the device is being resumed.
44 of being resumed.
Dpower-management.rst37 ``resumed`` (returned to a functional full-power state) when the kernel
79 itself (or send a request to be resumed) in response to some external
165 - ``on`` means that the device should be resumed and
312 device has been resumed and the driver can return to normal
316 the device has been resumed and it also has been reset.
339 methods get called when the interfaces are suspended or resumed. In
344 interfaces are resumed when the device is resumed. It isn't possible
/linux-6.14.4/arch/arm/mach-tegra/
Dplatsmp.c83 * For warm boot CPU that was resumed from CPU hotplug, the in tegra30_boot_secondary()
84 * power will be resumed automatically after un-halting the in tegra30_boot_secondary()
/linux-6.14.4/include/linux/
Dblk-crypto-profile.h98 * provides this device, it will be runtime-resumed before any function
99 * in @ll_ops is called and will remain resumed during the call.
/linux-6.14.4/Documentation/ABI/testing/
Dsysfs-devices-platform-_UDC_-gadget8 - 0 -> resumed
/linux-6.14.4/arch/hexagon/include/asm/
Duaccess.h20 * be resumed instead of the faulting instruction, so as to effect
/linux-6.14.4/include/linux/usb/
Disp1362.h25 /* chip can be resumed via H_WAKEUP pin */
/linux-6.14.4/Documentation/driver-api/
Ddevice_link.rst11 before their parent, and the parent is always resumed before its children.
42 whenever and for as long as the consumer is runtime resumed.
157 device and shall be runtime resumed and kept active whenever and as long
/linux-6.14.4/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-socfpga.c528 * resumed before the phy, so the clock is still gated "off" when in socfpga_dwmac_resume()
529 * the enet controller is resumed. This code makes sure the phy in socfpga_dwmac_resume()
530 * is "resumed" before reinitializing the enet controller since in socfpga_dwmac_resume()
/linux-6.14.4/arch/x86/include/asm/
Dfsgsbase.h13 * the FS/GS base would have (if the task were to be resumed). These
/linux-6.14.4/tools/testing/selftests/net/packetdrill/
Dtcp_nagle_https_client.pkt19 // SSL handshake (resumed session)
/linux-6.14.4/Documentation/driver-api/pm/
Dnotifiers.rst53 The system has just resumed or an error occurred during suspend. Device
/linux-6.14.4/drivers/gpu/drm/xe/
Dxe_gt_sriov_pf_control_types.h36 * @XE_GT_SRIOV_STATE_RESUMED: indicates that the VF was resumed.
Dxe_gt_sriov_pf_control.c133 * (READY,RESUMED)<--------+------------RESUME_WIP<----+--<-----resume--(PAUSED)
187 CASE2STR(RESUMED); in control_bit_to_string()
402 * (READY,RESUMED)<-------------<---------------------o---------o
653 * (RESUMED) : FLR_WIP : : STOP_WIP :
757 xe_gt_sriov_info(gt, "VF%u resumed!\n", vfid); in xe_gt_sriov_pf_control_resume_vf()
775 * (READY,PAUSED,RESUMED)<-------<--------------------o
/linux-6.14.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dbcmsdh.c59 struct completion resumed; member
803 init_completion(&sdiodev->freezer->resumed); in brcmf_sdiod_freezer_attach()
822 reinit_completion(&sdiodev->freezer->resumed); in brcmf_sdiod_freezer_on()
839 complete_all(&sdiodev->freezer->resumed); in brcmf_sdiod_freezer_off()
854 wait_for_completion(&sdiodev->freezer->resumed); in brcmf_sdiod_try_freeze()
/linux-6.14.4/include/uapi/linux/
Ddm-ioctl.h55 * the device is resumed.
60 * is resumed.
/linux-6.14.4/Documentation/admin-guide/pm/
Dsuspend-flows.rst139 Devices are resumed in four phases called *noirq resume*, *early resume*,
250 the timekeeping is resumed.
/linux-6.14.4/arch/arm/include/asm/
Dmcpm.h205 * Called on given CPU after it has been powered up or resumed. The MCPM lock
209 * Called by the first CPU to be powered up or resumed in given cluster.
/linux-6.14.4/drivers/gpu/drm/panthor/
Dpanthor_device.h41 /** @PANTHOR_DEVICE_PM_STATE_RESUMING: Device is being resumed. */
183 * the device is being resumed. We can't just do with the
/linux-6.14.4/drivers/base/power/
Dmain.c281 * If the device is resumed asynchronously and the parent's callback in dpm_wait_for_superior()
627 * @async: If true, the device is being resumed asynchronously.
658 * Otherwise, the device is going to be resumed, so set its PM-runtime in device_resume_noirq()
781 * @async: If true, the device is being resumed asynchronously.
917 * @async: If true, the device is being resumed asynchronously.
949 * a resumed device, even if the device hasn't been completed yet. in device_resume()
1272 * Devices must be resumed unless they are explicitly allowed to be left in device_suspend_noirq()
/linux-6.14.4/drivers/soc/tegra/
Dcommon.c68 * the device gets runtime resumed. in tegra_core_dev_init_opp_state()
/linux-6.14.4/Documentation/sound/soc/
Dmachine.rst49 and DMA is suspended and resumed. Optional.

12345678910>>...13