Lines Matching refs:device
11 struct device;
14 const struct of_device_id *matches, const struct device *dev);
15 extern void of_device_make_bus_id(struct device *dev);
22 static inline int of_driver_match_device(struct device *dev, in of_driver_match_device()
35 extern ssize_t of_device_get_modalias(struct device *dev,
38 extern void of_device_uevent(struct device *dev, struct kobj_uevent_env *env);
39 extern int of_device_uevent_modalias(struct device *dev, struct kobj_uevent_env *env);
41 static inline void of_device_node_put(struct device *dev) in of_device_node_put()
48 static inline int of_driver_match_device(struct device *dev, in of_driver_match_device()
54 static inline void of_device_uevent(struct device *dev, in of_device_uevent()
57 static inline int of_device_uevent_modalias(struct device *dev, in of_device_uevent_modalias()
63 static inline void of_device_node_put(struct device *dev) { } in of_device_node_put()
66 const struct of_device_id *matches, const struct device *dev) in of_match_device()