Lines Matching defs:phy

37 	struct phy *phy = *(struct phy **)res;  in devm_phy_release()  local
51 struct phy *phy = *(struct phy **)res; in devm_phy_consume() local
58 struct phy **phy = res; in devm_phy_match() local
71 int phy_create_lookup(struct phy *phy, const char *con_id, const char *dev_id) in phy_create_lookup()
103 void phy_remove_lookup(struct phy *phy, const char *con_id, const char *dev_id) in phy_remove_lookup()
157 int phy_pm_runtime_get(struct phy *phy) in phy_pm_runtime_get()
175 int phy_pm_runtime_get_sync(struct phy *phy) in phy_pm_runtime_get_sync()
193 int phy_pm_runtime_put(struct phy *phy) in phy_pm_runtime_put()
205 int phy_pm_runtime_put_sync(struct phy *phy) in phy_pm_runtime_put_sync()
228 int phy_init(struct phy *phy) in phy_init()
268 int phy_exit(struct phy *phy) in phy_exit()
305 int phy_power_on(struct phy *phy) in phy_power_on()
355 int phy_power_off(struct phy *phy) in phy_power_off()
382 int phy_set_mode_ext(struct phy *phy, enum phy_mode mode, int submode) in phy_set_mode_ext()
400 int phy_set_media(struct phy *phy, enum phy_media media) in phy_set_media()
415 int phy_set_speed(struct phy *phy, int speed) in phy_set_speed()
430 int phy_reset(struct phy *phy) in phy_reset()
461 int phy_calibrate(struct phy *phy) in phy_calibrate()
484 int phy_notify_connect(struct phy *phy, int port) in phy_notify_connect()
508 int phy_notify_disconnect(struct phy *phy, int port) in phy_notify_disconnect()
534 int phy_configure(struct phy *phy, union phy_configure_opts *opts) in phy_configure()
568 int phy_validate(struct phy *phy, enum phy_mode mode, int submode, in phy_validate()
602 struct phy *phy = NULL; in _of_phy_get() local
653 struct phy *phy = NULL; in of_phy_get() local
678 void of_phy_put(struct phy *phy) in of_phy_put()
700 void phy_put(struct device *dev, struct phy *phy) in phy_put()
715 void devm_phy_put(struct device *dev, struct phy *phy) in devm_phy_put()
764 struct phy *phy; in phy_get() local
810 struct phy **ptr, *phy; in devm_phy_get() local
843 struct phy *phy = devm_phy_get(dev, string); in devm_phy_optional_get() local
865 struct phy **ptr, *phy; in devm_of_phy_get() local
907 struct phy *phy = devm_of_phy_get(dev, np, con_id); in devm_of_phy_optional_get() local
935 struct phy **ptr, *phy; in devm_of_phy_get_by_index() local
980 struct phy *phy; in phy_create() local
1056 struct phy **ptr, *phy; in devm_phy_create() local
1080 void phy_destroy(struct phy *phy) in phy_destroy()
1095 void devm_phy_destroy(struct device *dev, struct phy *phy) in devm_phy_destroy()
1256 struct phy *phy; in phy_release() local