Lines Matching defs:cur
201 struct device_node *cur, *fallback = NULL;
211 for_each_child_of_node(np, cur) {
212 struct property *country = of_find_property(cur, "country", NULL);
213 struct property *regd = of_find_property(cur, "regdomain", NULL);
216 fallback = cur;
223 return cur;
247 struct device_node *cur;
251 for_each_child_of_node(np, cur) {
252 val = mt76_get_of_array(cur, "channels", &len, 2);
259 return cur;
303 int i, cur;
309 cur = be32_to_cpu(data[0]);
316 if (--cur > 0)
324 cur = be32_to_cpu(data[0]);