Lines Matching refs:index
836 int index;
838 index = of_property_match_string(child, "reg-names", rname);
839 if (index < 0)
842 return of_address_to_resource(child, index, res);
1082 int ret, index = 0;
1089 for (index = 0; index < miphy_dev->nphys; index++)
1090 if (phynode == miphy_dev->phys[index]->phy->dev.of_node) {
1091 miphy_phy = miphy_dev->phys[index];