Searched refs:cells_name (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/of/ |
| H A D | base.c | 1238 const char *cells_name, in of_phandle_iterator_init() argument 1250 if (cell_count < 0 && !cells_name) in of_phandle_iterator_init() 1257 it->cells_name = cells_name; in of_phandle_iterator_init() 1293 if (it->cells_name) { in of_phandle_iterator_next() 1300 if (of_property_read_u32(it->node, it->cells_name, in of_phandle_iterator_next() 1312 it->cells_name, in of_phandle_iterator_next() 1326 if (it->cells_name) in of_phandle_iterator_next() 1328 it->parent, it->cells_name, in of_phandle_iterator_next() 1372 const char *cells_name, in __of_parse_phandle_with_args() argument 1613 const char *cells_name) in of_count_phandle_with_args() argument [all …]
|
| H A D | property.c | 1243 const char *cells_name) in parse_prop_cells() argument 1250 if (__of_parse_phandle_with_args(np, list_name, cells_name, 0, index, in parse_prop_cells() 1297 const char *cells_name) in parse_suffix_prop_cells() argument 1304 if (of_parse_phandle_with_args(np, prop_name, cells_name, index, in parse_suffix_prop_cells()
|
| /linux-6.15/include/linux/ |
| H A D | of.h | 79 const char *cells_name; member 382 const char *list_name, const char *cells_name, int cell_count, 388 const char *list_name, const char *cells_name); 398 const char *cells_name, 765 const char *cells_name, in __of_parse_phandle_with_args() argument 784 const char *cells_name) in of_count_phandle_with_args() argument 803 const char *cells_name, in of_phandle_iterator_init() argument 1026 const char *cells_name, in of_parse_phandle_with_args() argument 1033 if (!cells_name) in of_parse_phandle_with_args() 1036 return __of_parse_phandle_with_args(np, list_name, cells_name, in of_parse_phandle_with_args() [all …]
|
| /linux-6.15/drivers/pinctrl/ |
| H A D | devicetree.c | 299 const char *cells_name = "#pinctrl-cells"; in pinctrl_find_cells_size() local 302 error = of_property_read_u32(np->parent, cells_name, &cells_size); in pinctrl_find_cells_size() 305 cells_name, &cells_size); in pinctrl_find_cells_size()
|
| /linux-6.15/sound/soc/samsung/ |
| H A D | tm2_wm5110.c | 499 const char *cells_name = NULL; in tm2_probe() local 548 cells_name = "#sound-dai-cells"; in tm2_probe() 557 cells_name, i, &args); in tm2_probe()
|
| /linux-6.15/scripts/dtc/ |
| H A D | checks.c | 1479 #define WARNING_PROPERTY_PHANDLE_CELLS(nm, propname, cells_name, ...) \ argument 1480 static struct provider nm##_provider = { (propname), (cells_name), __VA_ARGS__ }; \ 1481 WARNING_IF_NOT_CELL(nm##_is_cell, cells_name); \
|