Searched refs:cells_name (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/of/ |
D | base.c | 1243 const char *cells_name, in of_phandle_iterator_init() argument 1255 if (cell_count < 0 && !cells_name) in of_phandle_iterator_init() 1262 it->cells_name = cells_name; in of_phandle_iterator_init() 1298 if (it->cells_name) { in of_phandle_iterator_next() 1305 if (of_property_read_u32(it->node, it->cells_name, in of_phandle_iterator_next() 1317 it->cells_name, in of_phandle_iterator_next() 1332 it->parent, it->cells_name, in of_phandle_iterator_next() 1372 const char *cells_name, in __of_parse_phandle_with_args() argument 1380 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) { in __of_parse_phandle_with_args() 1481 const char *cells_name, int index, in of_parse_phandle_with_args() argument [all …]
|
D | property.c | 1189 const char *cells_name) in parse_prop_cells() argument 1196 if (of_parse_phandle_with_args(np, list_name, cells_name, index, in parse_prop_cells() 1243 const char *cells_name) in parse_suffix_prop_cells() argument 1250 if (of_parse_phandle_with_args(np, prop_name, cells_name, index, in parse_suffix_prop_cells()
|
/Linux-v5.10/drivers/pinctrl/ |
D | devicetree.c | 289 const char *cells_name = "#pinctrl-cells"; in pinctrl_find_cells_size() local 292 error = of_property_read_u32(np->parent, cells_name, &cells_size); in pinctrl_find_cells_size() 295 cells_name, &cells_size); in pinctrl_find_cells_size()
|
/Linux-v5.10/include/linux/ |
D | of.h | 82 const char *cells_name; member 370 const char *list_name, const char *cells_name, int index, 379 const char *list_name, const char *cells_name); 385 const char *cells_name, 859 const char *cells_name, in of_parse_phandle_with_args() argument 884 const char *cells_name) in of_count_phandle_with_args() argument 892 const char *cells_name, in of_phandle_iterator_init() argument
|
/Linux-v5.10/sound/soc/samsung/ |
D | tm2_wm5110.c | 500 const char *cells_name = NULL; in tm2_probe() local 546 cells_name = "#sound-dai-cells"; in tm2_probe() 555 cells_name, i, &args); in tm2_probe()
|
/Linux-v5.10/scripts/dtc/ |
D | checks.c | 1453 #define WARNING_PROPERTY_PHANDLE_CELLS(nm, propname, cells_name, ...) \ argument 1454 static struct provider nm##_provider = { (propname), (cells_name), __VA_ARGS__ }; \
|