Lines Matching defs:dev
23 static inline int of_driver_match_device(struct device *dev, in of_driver_match_device()
44 static inline void of_device_node_put(struct device *dev) in of_device_node_put()
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()
94 #define of_match_device(matches, dev) \ argument
101 static inline void of_dma_configure(struct device *dev, struct device_node *np) in of_dma_configure()