*参照元 [#x65830e0]
#backlinks

*説明 [#v7d3241f]
-パス: [[linux-2.6.33/include/linux/pm_runtime.h]]

-FIXME: これは何?
--説明
--__pm_runtime_get(dev, true) と同義である。


**引数 [#a3f99d35]
-struct device *dev
--
--[[linux-2.6.33/device]]


**返り値 [#bbb4fe91]
-int
--__pm_runtime_get() に準ずる。


**参考 [#bb2f0dad]


*実装 [#pcb45950]
 static inline int pm_runtime_get_sync(struct device *dev)
 {
         return __pm_runtime_get(dev, true);
-
--[[linux-2.6.33/__pm_runtime_get()]]

 }


*コメント [#l358545c]

トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS