• Home
  • Raw
  • Download

Lines Matching defs:phy

34 	struct phy *phy = *(struct phy **)res;  in devm_phy_release()  local
48 struct phy *phy = *(struct phy **)res; in devm_phy_consume() local
55 struct phy **phy = res; in devm_phy_match() local
68 int phy_create_lookup(struct phy *phy, const char *con_id, const char *dev_id) in phy_create_lookup()
100 void phy_remove_lookup(struct phy *phy, const char *con_id, const char *dev_id) in phy_remove_lookup()
152 int phy_pm_runtime_get(struct phy *phy) in phy_pm_runtime_get()
170 int phy_pm_runtime_get_sync(struct phy *phy) in phy_pm_runtime_get_sync()
188 int phy_pm_runtime_put(struct phy *phy) in phy_pm_runtime_put()
200 int phy_pm_runtime_put_sync(struct phy *phy) in phy_pm_runtime_put_sync()
212 void phy_pm_runtime_allow(struct phy *phy) in phy_pm_runtime_allow()
224 void phy_pm_runtime_forbid(struct phy *phy) in phy_pm_runtime_forbid()
236 int phy_init(struct phy *phy) in phy_init()
265 int phy_exit(struct phy *phy) in phy_exit()
294 int phy_power_on(struct phy *phy) in phy_power_on()
336 int phy_power_off(struct phy *phy) in phy_power_off()
363 int phy_set_mode(struct phy *phy, enum phy_mode mode) in phy_set_mode()
380 int phy_reset(struct phy *phy) in phy_reset()
395 int phy_calibrate(struct phy *phy) in phy_calibrate()
425 struct phy *phy = NULL; in _of_phy_get() local
473 struct phy *phy = NULL; in of_phy_get() local
498 void phy_put(struct phy *phy) in phy_put()
516 void devm_phy_put(struct device *dev, struct phy *phy) in devm_phy_put()
541 struct phy *phy; in of_phy_simple_xlate() local
572 struct phy *phy; in phy_get() local
610 struct phy *phy = phy_get(dev, string); in phy_optional_get() local
631 struct phy **ptr, *phy; in devm_phy_get() local
664 struct phy *phy = devm_phy_get(dev, string); in devm_phy_optional_get() local
686 struct phy **ptr, *phy; in devm_of_phy_get() local
719 struct phy **ptr, *phy; in devm_of_phy_get_by_index() local
758 struct phy *phy; in phy_create() local
832 struct phy **ptr, *phy; in devm_phy_create() local
856 void phy_destroy(struct phy *phy) in phy_destroy()
871 void devm_phy_destroy(struct device *dev, struct phy *phy) in devm_phy_destroy()
1029 struct phy *phy; in phy_release() local