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,
136 struct phy *devm_of_phy_get_by_index(struct device *dev, struct device_node *np,
139 void devm_phy_put(struct device *dev, struct phy *phy);
141 struct phy *of_phy_simple_xlate(struct device *dev,
143 struct phy *phy_create(struct device *dev, struct device_node *node,
145 struct phy *devm_phy_create(struct device *dev, struct device_node *node,
148 void devm_phy_destroy(struct device *dev, struct phy *phy);
149 struct phy_provider *__of_phy_provider_register(struct device *dev,
150 struct module *owner, struct phy * (*of_xlate)(struct device *dev,
152 struct phy_provider *__devm_of_phy_provider_register(struct device *dev,
153 struct module *owner, struct phy * (*of_xlate)(struct device *dev,
156 void devm_of_phy_provider_unregister(struct device *dev,
237 static inline struct phy *phy_get(struct device *dev, const char *string) in phy_get()
242 static inline struct phy *phy_optional_get(struct device *dev, in phy_optional_get()
248 static inline struct phy *devm_phy_get(struct device *dev, const char *string) in devm_phy_get()
253 static inline struct phy *devm_phy_optional_get(struct device *dev, in devm_phy_optional_get()
259 static inline struct phy *devm_of_phy_get(struct device *dev, in devm_of_phy_get()
266 static inline struct phy *devm_of_phy_get_by_index(struct device *dev, in devm_of_phy_get_by_index()
277 static inline void devm_phy_put(struct device *dev, struct phy *phy) in devm_phy_put()
286 static inline struct phy *of_phy_simple_xlate(struct device *dev, in of_phy_simple_xlate()
292 static inline struct phy *phy_create(struct device *dev, in phy_create()
299 static inline struct phy *devm_phy_create(struct device *dev, in devm_phy_create()
310 static inline void devm_phy_destroy(struct device *dev, struct phy *phy) in devm_phy_destroy()
315 struct device *dev, struct module *owner, struct phy * (*of_xlate)( in __of_phy_provider_register()
316 struct device *dev, struct of_phandle_args *args)) in __of_phy_provider_register()
321 static inline struct phy_provider *__devm_of_phy_provider_register(struct device in __devm_of_phy_provider_register()
322 *dev, struct module *owner, struct phy * (*of_xlate)(struct device *dev, in __devm_of_phy_provider_register()
332 static inline void devm_of_phy_provider_unregister(struct device *dev, in devm_of_phy_provider_unregister()