Lines Matching refs:device

61 	struct device		dev;
79 struct device *dev;
82 struct phy * (*of_xlate)(struct device *dev,
130 struct phy *phy_get(struct device *dev, const char *string);
131 struct phy *phy_optional_get(struct device *dev, const char *string);
132 struct phy *devm_phy_get(struct device *dev, const char *string);
133 struct phy *devm_phy_optional_get(struct device *dev, const char *string);
134 struct phy *devm_of_phy_get(struct device *dev, struct device_node *np,
137 void devm_phy_put(struct device *dev, struct phy *phy);
139 struct phy *of_phy_simple_xlate(struct device *dev,
141 struct phy *phy_create(struct device *dev, struct device_node *node,
143 struct phy *devm_phy_create(struct device *dev, struct device_node *node,
146 void devm_phy_destroy(struct device *dev, struct phy *phy);
147 struct phy_provider *__of_phy_provider_register(struct device *dev,
148 struct module *owner, struct phy * (*of_xlate)(struct device *dev,
150 struct phy_provider *__devm_of_phy_provider_register(struct device *dev,
151 struct module *owner, struct phy * (*of_xlate)(struct device *dev,
154 void devm_of_phy_provider_unregister(struct device *dev,
235 static inline struct phy *phy_get(struct device *dev, const char *string) in phy_get()
240 static inline struct phy *phy_optional_get(struct device *dev, in phy_optional_get()
246 static inline struct phy *devm_phy_get(struct device *dev, const char *string) in devm_phy_get()
251 static inline struct phy *devm_phy_optional_get(struct device *dev, in devm_phy_optional_get()
257 static inline struct phy *devm_of_phy_get(struct device *dev, in devm_of_phy_get()
268 static inline void devm_phy_put(struct device *dev, struct phy *phy) in devm_phy_put()
277 static inline struct phy *of_phy_simple_xlate(struct device *dev, in of_phy_simple_xlate()
283 static inline struct phy *phy_create(struct device *dev, in phy_create()
290 static inline struct phy *devm_phy_create(struct device *dev, in devm_phy_create()
301 static inline void devm_phy_destroy(struct device *dev, struct phy *phy) in devm_phy_destroy()
306 struct device *dev, struct module *owner, struct phy * (*of_xlate)( in __of_phy_provider_register()
307 struct device *dev, struct of_phandle_args *args)) in __of_phy_provider_register()
312 static inline struct phy_provider *__devm_of_phy_provider_register(struct device in __devm_of_phy_provider_register()
313 *dev, struct module *owner, struct phy * (*of_xlate)(struct device *dev, in __devm_of_phy_provider_register()
323 static inline void devm_of_phy_provider_unregister(struct device *dev, in devm_of_phy_provider_unregister()