Lines Matching defs:cells_name
1109 const char *cells_name,
1118 * one of cell_count or cells_name must be provided to determine the
1121 if (cell_count < 0 && !cells_name)
1128 it->cells_name = cells_name;
1164 if (it->cells_name) {
1171 if (of_property_read_u32(it->node, it->cells_name,
1174 * If both cell_count and cells_name is given,
1176 * of the cells_name property
1183 it->cells_name,
1197 if (it->cells_name)
1199 it->parent, it->cells_name,
1243 const char *cells_name,
1254 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) {
1344 char *cells_name, *map_name = NULL, *mask_name = NULL;
1358 cells_name = kasprintf(GFP_KERNEL, "#%s-cells", stem_name);
1359 if (!cells_name)
1375 ret = __of_parse_phandle_with_args(np, list_name, cells_name, -1, index,
1382 ret = of_property_read_u32(cur, cells_name, &list_size);
1424 ret = of_property_read_u32(new, cells_name, &new_size);
1475 kfree(cells_name);
1486 * @cells_name: property name that specifies phandles' arguments count
1498 const char *cells_name)
1504 * If cells_name is NULL we assume a cell count of 0. This makes
1509 if (!cells_name) {
1520 rc = of_phandle_iterator_init(&it, np, list_name, cells_name, -1);