Lines Matching refs:device
12 struct device;
16 const struct of_device_id *matches, const 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_modalias(struct device *dev, char *str, ssize_t len);
39 extern int of_device_request_module(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 int of_dma_configure(struct device *dev,
61 void of_dma_deconfigure(struct device *dev);
64 static inline int of_driver_match_device(struct device *dev, in of_driver_match_device()
70 static inline void of_device_uevent(struct device *dev, in of_device_uevent()
73 static inline const void *of_device_get_match_data(const struct device *dev) in of_device_get_match_data()
78 static inline int of_device_modalias(struct device *dev, in of_device_modalias()
84 static inline int of_device_request_module(struct device *dev) in of_device_request_module()
89 static inline int of_device_uevent_modalias(struct device *dev, in of_device_uevent_modalias()
95 static inline void of_device_node_put(struct device *dev) { } in of_device_node_put()
98 const struct of_device_id *matches, const struct device *dev) in __of_match_device()
110 static inline int of_dma_configure(struct device *dev, in of_dma_configure()
116 static inline void of_dma_deconfigure(struct device *dev) in of_dma_deconfigure()