Lines Matching refs:cells_name
1315 const char *cells_name, in of_phandle_iterator_init() argument
1327 if (cell_count < 0 && !cells_name) in of_phandle_iterator_init()
1334 it->cells_name = cells_name; in of_phandle_iterator_init()
1370 if (it->cells_name) { in of_phandle_iterator_next()
1377 if (of_property_read_u32(it->node, it->cells_name, in of_phandle_iterator_next()
1389 it->cells_name, in of_phandle_iterator_next()
1403 if (it->cells_name) in of_phandle_iterator_next()
1405 it->parent, it->cells_name, in of_phandle_iterator_next()
1449 const char *cells_name, in __of_parse_phandle_with_args() argument
1460 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) { in __of_parse_phandle_with_args()
1550 char *cells_name __free(kfree) = kasprintf(GFP_KERNEL, "#%s-cells", stem_name); in of_parse_phandle_with_args_map()
1568 if (!cells_name || !map_name || !mask_name || !pass_name) in of_parse_phandle_with_args_map()
1571 ret = __of_parse_phandle_with_args(np, list_name, cells_name, -1, index, in of_parse_phandle_with_args_map()
1578 ret = of_property_read_u32(cur, cells_name, &list_size); in of_parse_phandle_with_args_map()
1623 ret = of_property_read_u32(new, cells_name, &new_size); in of_parse_phandle_with_args_map()
1694 const char *cells_name) in of_count_phandle_with_args() argument
1705 if (!cells_name) { in of_count_phandle_with_args()
1716 rc = of_phandle_iterator_init(&it, np, list_name, cells_name, -1); in of_count_phandle_with_args()
2184 const char *map_name, const char *cells_name, in of_map_id() argument
2193 if (!np || !map_name || !cells_name || !arg) in of_map_id()
2250 if (bad_map || of_property_read_u32(phandle_node, cells_name, &cells)) in of_map_id()
2255 phandle_node, cells_name, cells); in of_map_id()
2264 np, map_name, cells_name); in of_map_id()