Home
last modified time | relevance | path

Searched refs:cells_name (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/of/
H A Dbase.c1315 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()
[all …]
H A Dproperty.c1300 const char *cells_name) in parse_prop_cells() argument
1307 if (__of_parse_phandle_with_args(np, list_name, cells_name, 0, index, in parse_prop_cells()
1343 const char *cells_name) in parse_suffix_prop_cells() argument
1350 if (of_parse_phandle_with_args(np, prop_name, cells_name, index, in parse_suffix_prop_cells()
/linux/include/linux/
H A Dof.h79 const char *cells_name; member
385 const char *list_name, const char *cells_name, int cell_count,
391 const char *list_name, const char *cells_name);
401 const char *cells_name,
468 const char *map_name, const char *cells_name,
795 const char *cells_name, in __of_parse_phandle_with_args() argument
814 const char *cells_name) in of_count_phandle_with_args() argument
833 const char *cells_name, in of_phandle_iterator_init() argument
954 const char *map_name, const char *cells_name, in of_map_id() argument
1098 const char *cells_name, in of_parse_phandle_with_args() argument
[all …]
/linux/drivers/pinctrl/
H A Ddevicetree.c303 const char *cells_name = "#pinctrl-cells"; in pinctrl_find_cells_size() local
306 error = of_property_read_u32(np->parent, cells_name, &cells_size); in pinctrl_find_cells_size()
309 cells_name, &cells_size); in pinctrl_find_cells_size()