Searched refs:hibernation (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/arch/mips/ingenic/
H A Dingenic_dwctwo.c91 .hibernation = -1,
/netbsd-current/sys/arch/arm/broadcom/
H A Dbcm2835_dwctwo.c90 .hibernation = -1,
/netbsd-current/sys/external/bsd/dwc2/dist/
H A Ddwc2_coreintr.c341 "exit hibernation failed\n");
379 dev_err(hsotg->dev, "exit hibernation failed\n");
386 if (hsotg->core_params->hibernation)
461 "enter hibernation failed\n");
H A Ddwc2_core.h342 * @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
H A Ddwc2_core.c331 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);
H A Ddwc2_hcd.c1485 * 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) {
/netbsd-current/sys/arch/mips/cavium/dev/
H A Docteon_dwctwo.c128 .hibernation = -1,
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_drv.c1826 int i915_drm_suspend_late(struct drm_device *dev, bool hibernation) argument
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 imag
[all...]

Completed in 159 milliseconds