最終更新:2014-06-06 (金) 04:56:26 (3612d)  

linux/of_device.h?
of_match_device
Top / of_match_device

Tell if a struct device matches an of_device_id list

of_device_id *of_match_device(const struct of_device_id *matches, const struct device *dev)

実装

  • drivers/of/device.c?