*参照元 [#x7f8ba09]
#backlinks

*説明 [#e5bf4791]
-パス: [[linux-4.4.1/drivers/base/platform.c]]

-FIXME: これは何?
--説明


**引数 [#sb440de4]
-struct platform_device *pdev
--
--[[linux-4.4.1/platform_device]]


**返り値 [#a6ce69fb]
-なし


**参考 [#y65ef97e]


*実装 [#n86bb64f]
 /**
  * platform_device_put - destroy a platform device
  * @pdev: platform device to free
  *
  * Free all memory associated with a platform device.  This function must
  * _only_ be externally called in error cases.  All other usage is a bug.
  */
 void platform_device_put(struct platform_device *pdev)
 {
         if (pdev)
                 put_device(&pdev->dev);
-
--[[linux-4.4.1/put_device()]]

 }
 EXPORT_SYMBOL_GPL(platform_device_put);
-
--[[linux-4.4.1/EXPORT_SYMBOL_GPL()]]


*コメント [#c9d284f1]


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