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()
63 static inline int of_driver_match_device(struct device *dev, in of_driver_match_device()
69 static inline void of_device_uevent(struct device *dev, in of_device_uevent()
72 static inline const void *of_device_get_match_data(const struct device *dev) in of_device_get_match_data()
77 static inline int of_device_modalias(struct device *dev, in of_device_modalias()
83 static inline int of_device_request_module(struct device *dev) in of_device_request_module()
88 static inline int of_device_uevent_modalias(struct device *dev, in of_device_uevent_modalias()
94 static inline void of_device_node_put(struct device *dev) { } in of_device_node_put()
97 const struct of_device_id *matches, const struct device *dev) in __of_match_device()
101 #define of_match_device(matches, dev) \ argument
109 static inline int of_dma_configure(struct device *dev, in of_dma_configure()