HomeSort by: relevance | last modified time | path
    Searched refs:hibernation (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/arm/broadcom/
bcm2835_dwctwo.c 90 .hibernation = -1,
  /src/sys/arch/mips/ingenic/
ingenic_dwctwo.c 91 .hibernation = -1,
  /src/sys/arch/mips/cavium/dev/
octeon_dwctwo.c 128 .hibernation = -1,
  /src/sys/external/bsd/dwc2/dist/
dwc2_coreintr.c 341 "exit hibernation failed\n");
379 dev_err(hsotg->dev, "exit hibernation failed\n");
386 if (hsotg->core_params->hibernation)
461 "enter hibernation failed\n");
dwc2_core.h 342 * @hibernation: Specifies whether the controller support hibernation.
343 * If hibernation is enabled, the controller will enter
344 * hibernation in both peripheral and host mode when
387 int hibernation; member in struct:dwc2_core_params
dwc2_core.c 331 if (!hsotg->core_params->hibernation)
384 if (!hsotg->core_params->hibernation)
413 * clear them after entering hibernation.
3177 "'%d' invalid for parameter hibernation\n",
3179 dev_err(hsotg->dev, "hibernation must be 0 or 1\n");
3182 dev_dbg(hsotg->dev, "Setting hibernation to %d\n", val);
3185 hsotg->core_params->hibernation = val;
3234 dwc2_set_param_hibernation(hsotg, params->hibernation);
dwc2_hcd.c 1485 * If hibernation is supported, Phy clock will be suspended
1488 if (!hsotg->core_params->hibernation) {
1520 * If hibernation is supported, Phy clock is already resumed
1523 if (!hsotg->core_params->hibernation) {
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_drv.c 1826 int i915_drm_suspend_late(struct drm_device *dev, bool hibernation)
1840 get_suspend_mode(dev_priv, hibernation));
1863 * During hibernation on some platforms the BIOS may try to access
1874 if (!(hibernation && INTEL_GEN(dev_priv) < 6))
2191 /* thaw: called after creating the hibernation image, but before turning off. */
2202 /* restore: called after loading the hibernation image. */
2750 * hibernation image [PMSG_FREEZE] and
2753 * @thaw, @thaw_early : called (1) after creating the hibernation
2757 * @poweroff, @poweroff_late: called after writing the hibernation
2760 * hibernation image [PMSG_RESTORE
    [all...]

Completed in 19 milliseconds