Lines Matching defs:dev
28 static void devm_phy_release(struct device *dev, void *res) in devm_phy_release()
35 static void devm_phy_provider_release(struct device *dev, void *res) in devm_phy_provider_release()
42 static void devm_phy_consume(struct device *dev, void *res) in devm_phy_consume()
49 static int devm_phy_match(struct device *dev, void *res, void *match_data) in devm_phy_match()
115 static struct phy *phy_find(struct device *dev, const char *con_id) in phy_find()
596 void phy_put(struct device *dev, struct phy *phy) in phy_put()
611 void devm_phy_put(struct device *dev, struct phy *phy) in devm_phy_put()
633 struct phy *of_phy_simple_xlate(struct device *dev, struct of_phandle_args in of_phy_simple_xlate()
664 struct phy *phy_get(struct device *dev, const char *string) in phy_get()
709 struct phy *phy_optional_get(struct device *dev, const char *string) in phy_optional_get()
730 struct phy *devm_phy_get(struct device *dev, const char *string) in devm_phy_get()
763 struct phy *devm_phy_optional_get(struct device *dev, const char *string) in devm_phy_optional_get()
784 struct phy *devm_of_phy_get(struct device *dev, struct device_node *np, in devm_of_phy_get()
824 struct phy *devm_of_phy_get_by_index(struct device *dev, struct device_node *np, in devm_of_phy_get_by_index()
867 struct phy *phy_create(struct device *dev, struct device_node *node, in phy_create()
943 struct phy *devm_phy_create(struct device *dev, struct device_node *node, in devm_phy_create()
985 void devm_phy_destroy(struct device *dev, struct phy *phy) in devm_phy_destroy()
1012 struct phy_provider *__of_phy_provider_register(struct device *dev, in __of_phy_provider_register()
1014 struct phy * (*of_xlate)(struct device *dev, in __of_phy_provider_register()
1075 struct phy_provider *__devm_of_phy_provider_register(struct device *dev, in __devm_of_phy_provider_register()
1077 struct phy * (*of_xlate)(struct device *dev, in __devm_of_phy_provider_register()
1126 void devm_of_phy_provider_unregister(struct device *dev, in devm_of_phy_provider_unregister()
1144 static void phy_release(struct device *dev) in phy_release()