Lines Matching defs:cur
1133 it->cur = list;
1148 if (!it->cur || it->phandle_end >= it->list_end)
1151 it->cur = it->phandle_end;
1154 it->phandle = be32_to_cpup(it->cur++);
1196 if (it->cur + count > it->list_end) {
1200 count, it->list_end - it->cur);
1204 count, it->list_end - it->cur);
1209 it->phandle_end = it->cur + count;
1236 args[i] = be32_to_cpup(it->cur++);
1346 struct device_node *cur, *new = NULL;
1381 cur = out_args->np;
1382 ret = of_property_read_u32(cur, cells_name, &list_size);
1391 while (cur) {
1393 map = of_get_property(cur, map_name, &map_len);
1401 mask = of_get_property(cur, mask_name, NULL);
1442 pass = of_get_property(cur, pass_name, NULL);
1465 of_node_put(cur);
1466 cur = new;
1470 of_node_put(cur);