Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/of/
Dbase.c1109 const char *cells_name, in of_phandle_iterator_init() argument
1121 if (cell_count < 0 && !cells_name) in of_phandle_iterator_init()
1128 it->cells_name = cells_name; in of_phandle_iterator_init()
1164 if (it->cells_name) { in of_phandle_iterator_next()
1171 if (of_property_read_u32(it->node, it->cells_name, in of_phandle_iterator_next()
1183 it->cells_name, in of_phandle_iterator_next()
1197 if (it->cells_name) in of_phandle_iterator_next()
1199 it->parent, it->cells_name, in of_phandle_iterator_next()
1243 const char *cells_name, in __of_parse_phandle_with_args() argument
1254 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) { in __of_parse_phandle_with_args()
[all …]
Dproperty.c1112 const char *cells_name) in parse_prop_cells() argument
1119 if (__of_parse_phandle_with_args(np, list_name, cells_name, 0, index, in parse_prop_cells()
1166 const char *cells_name) in parse_suffix_prop_cells() argument
1173 if (of_parse_phandle_with_args(np, prop_name, cells_name, index, in parse_suffix_prop_cells()
/linux-6.6.21/include/linux/
Dof.h78 const char *cells_name; member
377 const char *list_name, const char *cells_name, int cell_count,
383 const char *list_name, const char *cells_name);
393 const char *cells_name,
730 const char *cells_name, in __of_parse_phandle_with_args() argument
749 const char *cells_name) in of_count_phandle_with_args() argument
768 const char *cells_name, in of_phandle_iterator_init() argument
989 const char *cells_name, in of_parse_phandle_with_args() argument
996 if (!cells_name) in of_parse_phandle_with_args()
999 return __of_parse_phandle_with_args(np, list_name, cells_name, in of_parse_phandle_with_args()
[all …]
/linux-6.6.21/drivers/pinctrl/
Ddevicetree.c291 const char *cells_name = "#pinctrl-cells"; in pinctrl_find_cells_size() local
294 error = of_property_read_u32(np->parent, cells_name, &cells_size); in pinctrl_find_cells_size()
297 cells_name, &cells_size); in pinctrl_find_cells_size()
/linux-6.6.21/sound/soc/samsung/
Dtm2_wm5110.c500 const char *cells_name = NULL; in tm2_probe() local
549 cells_name = "#sound-dai-cells"; in tm2_probe()
558 cells_name, i, &args); in tm2_probe()
/linux-6.6.21/scripts/dtc/
Dchecks.c1477 #define WARNING_PROPERTY_PHANDLE_CELLS(nm, propname, cells_name, ...) \ argument
1478 static struct provider nm##_provider = { (propname), (cells_name), __VA_ARGS__ }; \
1479 WARNING_IF_NOT_CELL(nm##_is_cell, cells_name); \