Searched refs:hibernation (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
H A D | core_intr.c | 510 hsotg->hw_params.hibernation); in dwc2_handle_usb_suspend_intr() 536 if (hsotg->hw_params.hibernation) { in dwc2_handle_usb_suspend_intr() 540 "%s: enter hibernation failed\n", in dwc2_handle_usb_suspend_intr() 665 * Exits hibernation without restoring registers. 756 * hibernation in dwc2_handle_gpwrdn_intr() 762 if (hsotg->hw_params.hibernation && in dwc2_handle_gpwrdn_intr() 780 * As GPWRDN_STS_CHGINT exit from hibernation flow is in dwc2_handle_gpwrdn_intr() 783 * hibernation. in dwc2_handle_gpwrdn_intr()
|
H A D | params.c | 322 if (hsotg->hw_params.hibernation) in dwc2_set_param_power_down() 583 if (hsotg->hw_params.hibernation) in dwc2_check_param_power_down() 839 hw->hibernation = !!(hwcfg4 & GHWCFG4_HIBER); in dwc2_get_hwparams()
|
H A D | core.h | 576 * @hibernation: Is hibernation enabled? 667 unsigned hibernation:1; member
|
/kernel/linux/linux-6.6/drivers/usb/dwc2/ |
H A D | params.c | 429 if (hsotg->hw_params.hibernation) in dwc2_set_param_power_down() 689 if (hsotg->hw_params.hibernation) in dwc2_check_param_power_down() 945 hw->hibernation = !!(hwcfg4 & GHWCFG4_HIBER); in dwc2_get_hwparams()
|
H A D | core_intr.c | 496 hsotg->hw_params.hibernation); in dwc2_handle_usb_suspend_intr() 522 "enter hibernation failed\n"); in dwc2_handle_usb_suspend_intr() 526 * If neither hibernation nor partial power down are supported, in dwc2_handle_usb_suspend_intr() 654 * Exits hibernation without restoring registers. 742 * hibernation in dwc2_handle_gpwrdn_intr() 748 if (hsotg->hw_params.hibernation && in dwc2_handle_gpwrdn_intr() 754 "exit hibernation failed.\n"); in dwc2_handle_gpwrdn_intr() 760 "exit hibernation failed.\n"); in dwc2_handle_gpwrdn_intr() 770 "exit hibernation failed.\n"); in dwc2_handle_gpwrdn_intr() 776 * As GPWRDN_STS_CHGINT exit from hibernation flo in dwc2_handle_gpwrdn_intr() [all...] |
H A D | core.h | 557 * @hibernation: Is hibernation enabled? 648 unsigned hibernation:1; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_drv.c | 1119 static int i915_drm_suspend_late(struct drm_device *dev, bool hibernation) in i915_drm_suspend_late() argument 1133 get_suspend_mode(dev_priv, hibernation)); in i915_drm_suspend_late() 1147 * During hibernation on some platforms the BIOS may try to access in i915_drm_suspend_late() 1158 if (!(hibernation && INTEL_GEN(dev_priv) < 6)) in i915_drm_suspend_late() 1459 /* thaw: called after creating the hibernation image, but before turning off. */ 1470 /* restore: called after loading the hibernation image. */ 1633 * hibernation image [PMSG_FREEZE] and 1636 * @thaw, @thaw_early : called (1) after creating the hibernation 1640 * @poweroff, @poweroff_late: called after writing the hibernation 1643 * hibernation imag [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_driver.c | 1116 static int i915_drm_suspend_late(struct drm_device *dev, bool hibernation) in i915_drm_suspend_late() argument 1123 bool s2idle = !hibernation && suspend_to_idle(dev_priv); in i915_drm_suspend_late() 1148 * During hibernation on some platforms the BIOS may try to access in i915_drm_suspend_late() 1159 if (!(hibernation && GRAPHICS_VER(dev_priv) < 6)) in i915_drm_suspend_late() 1479 /* thaw: called after creating the hibernation image, but before turning off. */ 1490 /* restore: called after loading the hibernation image. */ 1685 * hibernation image [PMSG_FREEZE] and 1688 * @thaw, @thaw_early : called (1) after creating the hibernation 1692 * @poweroff, @poweroff_late: called after writing the hibernation 1695 * hibernation imag [all...] |
/kernel/linux/linux-6.6/drivers/hv/ |
H A D | vmbus_drv.c | 625 /* Set up the attribute for /sys/bus/vmbus/hibernation */ 631 static BUS_ATTR_RO(hibernation); 978 * The other 4 ops are for hibernation. 1169 * hibernation, because hv_sock connections can not persist across hibernation. 2402 * will thoroughly destroy the channel after hibernation. in vmbus_bus_suspend() 2463 * hibernation, to re-negotiate with the host. in vmbus_bus_resume() 2521 * Note: we must use the "no_irq" ops, otherwise hibernation can not work with
|
Completed in 17 milliseconds