Hi

can anybody please tell me the location of the following function
definations. Its very urgent.

    int suspend_noirq(struct device *);
    int resume_noirq(struct device *);
    int freeze_noirq(struct device *);
    int thaw_noirq(struct device *);
    int poweroff_noirq(struct device *);
    int restore_noirq(struct device *);

struct pm_ext_ops {
      struct pm_ops base;
      int (*suspend_noirq)(struct device *dev);
      int (*resume_noirq)(struct device *dev);
      int (*freeze_noirq)(struct device *dev);
      int (*thaw_noirq)(struct device *dev);
      int (*poweroff_noirq)(struct device *dev);
      int (*restore_noirq)(struct device *dev);
  };

Thanks and Regards
Sandeep



On Fri, 2008-11-14 at 19:32 +0530, Sandeep Kumar wrote:
> Hi
> 
> can anybody please tell me the location of the following function
> definations. Its very urgent.
> 
>     int suspend_noirq(struct device *);
>     int resume_noirq(struct device *);
>     int freeze_noirq(struct device *);
>     int thaw_noirq(struct device *);
>     int poweroff_noirq(struct device *);
>     int restore_noirq(struct device *);
> 
> Thanks and Regards
> Sandeep
> 
> 
> 
> 
> 
> _______________________________________________
> Davinci-linux-open-source mailing list
> [email protected]
> http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
> 
> 


_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to