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 ssize_t of_device_get_modalias(struct device *dev,
39 extern void of_device_uevent(struct device *dev, struct kobj_uevent_env *env);
40 extern int of_device_uevent_modalias(struct device *dev, struct kobj_uevent_env *env);
42 static inline void of_device_node_put(struct device *dev) in of_device_node_put()
49 struct device *cpu_dev; in of_cpu_device_node_get()
56 void of_dma_configure(struct device *dev, struct device_node *np);
59 static inline int of_driver_match_device(struct device *dev, in of_driver_match_device()
65 static inline void of_device_uevent(struct device *dev, in of_device_uevent()
68 static inline int of_device_get_modalias(struct device *dev, in of_device_get_modalias()
74 static inline int of_device_uevent_modalias(struct device *dev, in of_device_uevent_modalias()
80 static inline void of_device_node_put(struct device *dev) { } in of_device_node_put()
83 const struct of_device_id *matches, const struct device *dev) in __of_match_device()
94 static inline void of_dma_configure(struct device *dev, struct device_node *np) in of_dma_configure()