/openbmc/linux/drivers/of/ |
H A D | base.c | 1109 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 …]
|
H A D | property.c | 1112 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()
|
/openbmc/u-boot/include/dm/ |
H A D | read.h | 318 const char *cells_name, int cell_count, 338 const char *cells_name); 655 const char *list_name, const char *cells_name, int cell_count, in dev_read_phandle_with_args() argument 659 cells_name, cell_count, index, in dev_read_phandle_with_args() 664 const char *list_name, const char *cells_name) in dev_count_phandle_with_args() argument 667 cells_name); in dev_count_phandle_with_args()
|
H A D | of_access.h | 383 const char *list_name, const char *cells_name, 402 const char *list_name, const char *cells_name);
|
H A D | ofnode.h | 469 const char *cells_name, int cell_count, 488 const char *cells_name);
|
/openbmc/u-boot/drivers/core/ |
H A D | of_access.c | 573 const char *cells_name, in __of_parse_phandle_with_args() argument 610 if (cells_name || cur_index == index) { in __of_parse_phandle_with_args() 619 if (cells_name) { in __of_parse_phandle_with_args() 620 if (of_read_u32(node, cells_name, &count)) { in __of_parse_phandle_with_args() 622 np->full_name, cells_name, in __of_parse_phandle_with_args() 704 const char *list_name, const char *cells_name, in of_parse_phandle_with_args() argument 710 return __of_parse_phandle_with_args(np, list_name, cells_name, 0, in of_parse_phandle_with_args() 715 const char *list_name, const char *cells_name) in of_count_phandle_with_args() argument 717 return __of_parse_phandle_with_args(np, list_name, cells_name, 0, in of_count_phandle_with_args()
|
H A D | read.c | 161 const char *cells_name, int cell_count, in dev_read_phandle_with_args() argument 165 cells_name, cell_count, index, in dev_read_phandle_with_args() 170 const char *cells_name) in dev_count_phandle_with_args() argument 173 cells_name); in dev_count_phandle_with_args()
|
H A D | ofnode.c | 359 const char *cells_name, int cell_count, in ofnode_parse_phandle_with_args() argument 368 list_name, cells_name, index, in ofnode_parse_phandle_with_args() 379 list_name, cells_name, in ofnode_parse_phandle_with_args() 390 const char *cells_name) in ofnode_count_phandle_with_args() argument 394 list_name, cells_name); in ofnode_count_phandle_with_args() 397 ofnode_to_offset(node), list_name, cells_name, in ofnode_count_phandle_with_args()
|
/openbmc/linux/include/linux/ |
H A D | of.h | 79 const char *cells_name; member 379 const char *list_name, const char *cells_name, int cell_count, 385 const char *list_name, const char *cells_name); 395 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 …]
|
/openbmc/linux/drivers/pinctrl/ |
H A D | devicetree.c | 293 const char *cells_name = "#pinctrl-cells"; in pinctrl_find_cells_size() local 296 error = of_property_read_u32(np->parent, cells_name, &cells_size); in pinctrl_find_cells_size() 299 cells_name, &cells_size); in pinctrl_find_cells_size()
|
/openbmc/linux/sound/soc/samsung/ |
H A D | tm2_wm5110.c | 500 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()
|
/openbmc/u-boot/lib/ |
H A D | fdtdec.c | 740 const char *cells_name, in fdtdec_parse_phandle_with_args() argument 776 if (cells_name || cur_index == index) { in fdtdec_parse_phandle_with_args() 787 if (cells_name) { in fdtdec_parse_phandle_with_args() 788 count = fdtdec_get_int(blob, node, cells_name, in fdtdec_parse_phandle_with_args() 794 cells_name, in fdtdec_parse_phandle_with_args()
|
/openbmc/u-boot/include/ |
H A D | fdtdec.h | 216 const char *cells_name,
|
/openbmc/linux/scripts/dtc/ |
H A D | checks.c | 1477 #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); \
|
/openbmc/u-boot/scripts/dtc/ |
H A D | checks.c | 1190 #define WARNING_PROPERTY_PHANDLE_CELLS(nm, propname, cells_name, ...) \ argument 1191 static struct provider nm##_provider = { (propname), (cells_name), __VA_ARGS__ }; \
|