Lines Matching refs:cells_name
1183 const char *cells_name, in of_phandle_iterator_init() argument
1195 it->cells_name = cells_name; in of_phandle_iterator_init()
1231 if (it->cells_name) { in of_phandle_iterator_next()
1238 if (of_property_read_u32(it->node, it->cells_name, in of_phandle_iterator_next()
1242 it->cells_name, in of_phandle_iterator_next()
1295 const char *cells_name, in __of_parse_phandle_with_args() argument
1303 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) { in __of_parse_phandle_with_args()
1404 const char *cells_name, int index, in of_parse_phandle_with_args() argument
1409 return __of_parse_phandle_with_args(np, list_name, cells_name, 0, in of_parse_phandle_with_args()
1461 char *cells_name, *map_name = NULL, *mask_name = NULL; in of_parse_phandle_with_args_map() local
1475 cells_name = kasprintf(GFP_KERNEL, "#%s-cells", stem_name); in of_parse_phandle_with_args_map()
1476 if (!cells_name) in of_parse_phandle_with_args_map()
1492 ret = __of_parse_phandle_with_args(np, list_name, cells_name, 0, index, in of_parse_phandle_with_args_map()
1499 ret = of_property_read_u32(cur, cells_name, &list_size); in of_parse_phandle_with_args_map()
1541 ret = of_property_read_u32(new, cells_name, &new_size); in of_parse_phandle_with_args_map()
1591 kfree(cells_name); in of_parse_phandle_with_args_map()
1655 const char *cells_name) in of_count_phandle_with_args() argument
1660 rc = of_phandle_iterator_init(&it, np, list_name, cells_name, 0); in of_count_phandle_with_args()