Lines Matching defs:cells_name
1243 const char *cells_name,
1252 * one of cell_count or cells_name must be provided to determine the
1255 if (cell_count < 0 && !cells_name)
1262 it->cells_name = cells_name;
1298 if (it->cells_name) {
1305 if (of_property_read_u32(it->node, it->cells_name,
1308 * If both cell_count and cells_name is given,
1310 * of the cells_name property
1317 it->cells_name,
1331 if (it->cells_name)
1333 it->parent, it->cells_name,
1377 const char *cells_name,
1385 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) {
1457 * @cells_name: property name that specifies phandles' arguments count
1486 const char *cells_name, int index,
1494 /* If cells_name is NULL we assume a cell count of 0 */
1495 if (!cells_name)
1498 return __of_parse_phandle_with_args(np, list_name, cells_name,
1550 char *cells_name, *map_name = NULL, *mask_name = NULL;
1564 cells_name = kasprintf(GFP_KERNEL, "#%s-cells", stem_name);
1565 if (!cells_name)
1581 ret = __of_parse_phandle_with_args(np, list_name, cells_name, -1, index,
1588 ret = of_property_read_u32(cur, cells_name, &list_size);
1630 ret = of_property_read_u32(new, cells_name, &new_size);
1681 kfree(cells_name);
1733 * @cells_name: property name that specifies phandles' arguments count
1745 const char *cells_name)
1751 * If cells_name is NULL we assume a cell count of 0. This makes
1756 if (!cells_name) {
1767 rc = of_phandle_iterator_init(&it, np, list_name, cells_name, -1);