Lines Matching refs:cells_name

1243 		const char *cells_name,  in of_phandle_iterator_init()  argument
1255 if (cell_count < 0 && !cells_name) in of_phandle_iterator_init()
1262 it->cells_name = cells_name; in of_phandle_iterator_init()
1298 if (it->cells_name) { in of_phandle_iterator_next()
1305 if (of_property_read_u32(it->node, it->cells_name, in of_phandle_iterator_next()
1317 it->cells_name, in of_phandle_iterator_next()
1331 if (it->cells_name) in of_phandle_iterator_next()
1333 it->parent, it->cells_name, in of_phandle_iterator_next()
1377 const char *cells_name, in __of_parse_phandle_with_args() argument
1385 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) { in __of_parse_phandle_with_args()
1486 const char *cells_name, int index, in of_parse_phandle_with_args() argument
1495 if (!cells_name) in of_parse_phandle_with_args()
1498 return __of_parse_phandle_with_args(np, list_name, cells_name, in of_parse_phandle_with_args()
1550 char *cells_name, *map_name = NULL, *mask_name = NULL; in of_parse_phandle_with_args_map() local
1564 cells_name = kasprintf(GFP_KERNEL, "#%s-cells", stem_name); in of_parse_phandle_with_args_map()
1565 if (!cells_name) in of_parse_phandle_with_args_map()
1581 ret = __of_parse_phandle_with_args(np, list_name, cells_name, -1, index, in of_parse_phandle_with_args_map()
1588 ret = of_property_read_u32(cur, cells_name, &list_size); in of_parse_phandle_with_args_map()
1630 ret = of_property_read_u32(new, cells_name, &new_size); in of_parse_phandle_with_args_map()
1680 kfree(cells_name); in of_parse_phandle_with_args_map()
1744 const char *cells_name) in of_count_phandle_with_args() argument
1755 if (!cells_name) { in of_count_phandle_with_args()
1766 rc = of_phandle_iterator_init(&it, np, list_name, cells_name, -1); in of_count_phandle_with_args()