Lines Matching defs:propidx
118 int propidx;
131 propidx = of_property_match_string(np, "clock-names", "sys_refclk");
132 if (propidx < 0)
135 sys_refclk_name = of_clk_get_parent_name(np, propidx);
138 propidx = of_property_match_string(np, "clock-names", "i2s_refclk");
139 if (propidx >= 0)
140 i2s_refclk_name = of_clk_get_parent_name(np, propidx);
142 propidx = of_property_match_string(np, "clock-names", "frac_clk0");
143 if (propidx >= 0)
144 frac_clk_name[0] = of_clk_get_parent_name(np, propidx);
145 propidx = of_property_match_string(np, "clock-names", "frac_clk1");
146 if (propidx >= 0)
147 frac_clk_name[1] = of_clk_get_parent_name(np, propidx);