Lines Matching refs:dev
13 const struct of_device_id *matches, const struct device *dev);
20 static inline int of_driver_match_device(struct device *dev, in of_driver_match_device() argument
23 return of_match_device(drv->of_match_table, dev) != NULL; in of_driver_match_device()
26 extern ssize_t of_device_modalias(struct device *dev, char *str, ssize_t len);
28 extern void of_device_uevent(const struct device *dev, struct kobj_uevent_env *env);
29 extern int of_device_uevent_modalias(const struct device *dev, struct kobj_uevent_env *env);
31 int of_dma_configure_id(struct device *dev,
34 static inline int of_dma_configure(struct device *dev, in of_dma_configure() argument
38 return of_dma_configure_id(dev, np, force_dma, NULL); in of_dma_configure()
41 void of_device_make_bus_id(struct device *dev);
45 static inline int of_driver_match_device(struct device *dev, in of_driver_match_device() argument
51 static inline void of_device_uevent(const struct device *dev, in of_device_uevent() argument
54 static inline int of_device_modalias(struct device *dev, in of_device_modalias() argument
60 static inline int of_device_uevent_modalias(const struct device *dev, in of_device_uevent_modalias() argument
67 const struct of_device_id *matches, const struct device *dev) in of_match_device() argument
72 static inline int of_dma_configure_id(struct device *dev, in of_dma_configure_id() argument
79 static inline int of_dma_configure(struct device *dev, in of_dma_configure() argument
86 static inline void of_device_make_bus_id(struct device *dev) {} in of_device_make_bus_id() argument