Go to the documentation of this file. 1 #ifndef _LINUX_OF_DEVICE_H
2 #define _LINUX_OF_DEVICE_H
7 #ifdef CONFIG_OF_DEVICE
15 extern void of_device_make_bus_id(
struct device *
dev);
22 static inline int of_driver_match_device(
struct device *
dev,
41 static inline void of_device_node_put(
struct device *
dev)
48 static inline int of_driver_match_device(
struct device *
dev,
63 static inline void of_device_node_put(
struct device *
dev) { }