__pm_runtime_use_autosuspend
EXPORT_SYMBOL_GPL(__pm_runtime_use_autosuspend);
__pm_runtime_use_autosuspend(dev, true);
__pm_runtime_use_autosuspend(dev, false);
extern void __pm_runtime_use_autosuspend(struct device *dev, bool use);