*参照元 [#oe6aa18f]
#backlinks

*説明 [#i7ea09df]
-パス: [[linux-2.6.33/]]

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


**引数 [#g0622b15]
-struct device_driver *drv
--
--[[linux-2.6.33/device_driver]]
-struct device *dev
--
--[[linux-2.6.33/device]]


**返り値 [#h286ea0d]
-int
--

**参考 [#z979fddf]


*実装 [#p83508fe]
 static inline int driver_match_device(struct device_driver *drv,
 				      struct device *dev)
 {
 	return drv->bus->match ? drv->bus->match(dev, drv) : 1;
-drv->bus は struct bus_type 型である。
--[[linux-2.6.33/bus_type]]

 }


*コメント [#zfd4a53b]


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