*参照元 [#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]