Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/device.h>
#include <linux/export.h>
#include <linux/slab.h>
#include <linux/pm_clock.h>
Go to the source code of this file.
Functions | |
int | dev_pm_get_subsys_data (struct device *dev) |
EXPORT_SYMBOL_GPL (dev_pm_get_subsys_data) | |
int | dev_pm_put_subsys_data (struct device *dev) |
EXPORT_SYMBOL_GPL (dev_pm_put_subsys_data) | |
dev_pm_get_subsys_data - Create or refcount power.subsys_data for device. : Device to handle.
If power.subsys_data is NULL, point it to a new object, otherwise increment its reference counter. Return 1 if a new object has been created, otherwise return 0 or error code.
EXPORT_SYMBOL_GPL | ( | dev_pm_get_subsys_data | ) |
EXPORT_SYMBOL_GPL | ( | dev_pm_put_subsys_data | ) |