Lines Matching refs:device
13 struct device;
55 struct device *parent);
72 struct device *parent);
78 struct device *parent);
80 extern int of_platform_device_destroy(struct device *dev, void *data);
85 struct device *parent);
88 struct device *parent);
89 extern void of_platform_depopulate(struct device *parent);
91 extern int devm_of_platform_populate(struct device *dev);
93 extern void devm_of_platform_depopulate(struct device *dev);
98 struct device *parent) in of_platform_device_create()
102 static inline int of_platform_device_destroy(struct device *dev, void *data) in of_platform_device_destroy()
110 struct device *parent) in of_platform_populate()
116 struct device *parent) in of_platform_default_populate()
120 static inline void of_platform_depopulate(struct device *parent) { } in of_platform_depopulate()
122 static inline int devm_of_platform_populate(struct device *dev) in devm_of_platform_populate()
127 static inline void devm_of_platform_depopulate(struct device *dev) { } in devm_of_platform_depopulate()