Searched refs:cells_name (Results 1 – 3 of 3) sorted by relevance
/drivers/of/ |
D | base.c | 1281 const char *cells_name, in of_phandle_iterator_init() argument 1293 if (cell_count < 0 && !cells_name) in of_phandle_iterator_init() 1300 it->cells_name = cells_name; in of_phandle_iterator_init() 1336 if (it->cells_name) { in of_phandle_iterator_next() 1343 if (of_property_read_u32(it->node, it->cells_name, in of_phandle_iterator_next() 1355 it->cells_name, in of_phandle_iterator_next() 1370 it->parent, it->cells_name, in of_phandle_iterator_next() 1410 const char *cells_name, in __of_parse_phandle_with_args() argument 1418 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) { in __of_parse_phandle_with_args() 1519 const char *cells_name, int index, in of_parse_phandle_with_args() argument [all …]
|
D | property.c | 1090 const char *cells_name) in parse_prop_cells() argument 1097 if (of_parse_phandle_with_args(np, list_name, cells_name, index, in parse_prop_cells() 1144 const char *cells_name) in parse_suffix_prop_cells() argument 1151 if (of_parse_phandle_with_args(np, prop_name, cells_name, index, in parse_suffix_prop_cells()
|
/drivers/pinctrl/ |
D | devicetree.c | 292 const char *cells_name = "#pinctrl-cells"; in pinctrl_find_cells_size() local 295 error = of_property_read_u32(np->parent, cells_name, &cells_size); in pinctrl_find_cells_size() 298 cells_name, &cells_size); in pinctrl_find_cells_size()
|