Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757918AbZGFI2d (ORCPT ); Mon, 6 Jul 2009 04:28:33 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754202AbZGFI2Y (ORCPT ); Mon, 6 Jul 2009 04:28:24 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:58435 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752603AbZGFI2Y (ORCPT ); Mon, 6 Jul 2009 04:28:24 -0400 Date: Mon, 6 Jul 2009 10:28:27 +0200 From: Pavel Machek To: "Rafael J. Wysocki" Cc: Alan Stern , Oliver Neukum , Magnus Damm , linux-pm@lists.linux-foundation.org, ACPI Devel Maling List , Ingo Molnar , LKML , Greg KH Subject: Re: [patch update] PM: Introduce core framework for run-time PM of I/O devices Message-ID: <20090706082827.GA26142@atrey.karlin.mff.cuni.cz> References: <200906140023.36147.rjw@sisk.pl> <200906150057.32424.rjw@sisk.pl> <20090624150400.GG1784@ucw.cz> <200906272352.42022.rjw@sisk.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200906272352.42022.rjw@sisk.pl> User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1392 Lines: 38 > On Wednesday 24 June 2009, Pavel Machek wrote: > > Hi! > > > > > > > +2. Run-time PM Helper Functions and Device Fields > > > + > > > +The following helper functions are defined in drivers/base/power/runtime.c > > > +and include/linux/pm_runtime.h: > > > + > > > +* void pm_runtime_init(struct device *dev); > > > +* void pm_runtime_enable(struct device *dev); > > > +* void pm_runtime_disable(struct device *dev); > > > +* int pm_runtime_suspend(struct device *dev); > > > +* void pm_request_suspend(struct device *dev, unsigned long delay); > > > +* int pm_runtime_resume(struct device *dev); > > > +* void pm_request_resume(struct device *dev); > > > +* void pm_cancel_runtime_suspend(struct device *dev); > > > +* void pm_cancel_runtime_resume(struct device *dev); > > > +* void pm_suspend_check_children(struct device *dev, bool enable); > > > > Those *s look confusingly like pointers. Remove them? > > From the doc? OK, I can use another character. :-) Yes. I suggest # :-) > > Best, > Rafael -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/