Re: [patch update] PM: Introduce core framework for run-time PM of I/O devices

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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. :-)

Best,
Rafael
_______________________________________________
linux-pm mailing list
linux-pm@xxxxxxxxxxxxxxxxxxxxxxxxxx
https://lists.linux-foundation.org/mailman/listinfo/linux-pm

[Index of Archives]     [Linux ACPI]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [CPU Freq]     [Kernel Newbies]     [Fedora Kernel]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux