Lines Matching defs:index
559 * @index: the index of the phy
567 static struct phy *_of_phy_get(struct device_node *np, int index)
575 index, &args);
620 int index = 0;
623 index = of_property_match_string(np, "phy-names", con_id);
625 phy = _of_phy_get(np, index);
736 int index = 0;
742 index = of_property_match_string(dev->of_node, "phy-names",
745 index = 0;
746 phy = _of_phy_get(dev->of_node, index);
894 * devm_of_phy_get_by_index() - lookup and obtain a reference to a phy by index.
897 * @index: index of the phy
906 int index)
915 phy = _of_phy_get(np, index);