Lines Matching refs:device
11 struct device;
15 const struct of_device_id *matches, const struct device *dev);
16 extern void of_device_make_bus_id(struct device *dev);
23 static inline int of_driver_match_device(struct device *dev, in of_driver_match_device()
36 extern const void *of_device_get_match_data(const struct device *dev);
38 extern ssize_t of_device_get_modalias(struct device *dev,
41 extern void of_device_uevent(struct device *dev, struct kobj_uevent_env *env);
42 extern int of_device_uevent_modalias(struct device *dev, struct kobj_uevent_env *env);
44 static inline void of_device_node_put(struct device *dev) in of_device_node_put()
51 struct device *cpu_dev; in of_cpu_device_node_get()
58 void of_dma_configure(struct device *dev, struct device_node *np);
61 static inline int of_driver_match_device(struct device *dev, in of_driver_match_device()
67 static inline void of_device_uevent(struct device *dev, in of_device_uevent()
70 static inline const void *of_device_get_match_data(const struct device *dev) in of_device_get_match_data()
75 static inline int of_device_get_modalias(struct device *dev, in of_device_get_modalias()
81 static inline int of_device_uevent_modalias(struct device *dev, in of_device_uevent_modalias()
87 static inline void of_device_node_put(struct device *dev) { } in of_device_node_put()
90 const struct of_device_id *matches, const struct device *dev) in __of_match_device()
101 static inline void of_dma_configure(struct device *dev, struct device_node *np) in of_dma_configure()