/u-boot/drivers/core/ |
A D | of_access.c | 617 const char *cells_name, in __of_parse_phandle_with_args() argument 654 if (cells_name || cur_index == index) { in __of_parse_phandle_with_args() 663 if (cells_name) { in __of_parse_phandle_with_args() 664 if (of_read_u32(node, cells_name, &count)) { in __of_parse_phandle_with_args() 666 np->full_name, cells_name, in __of_parse_phandle_with_args() 748 const char *list_name, const char *cells_name, in of_parse_phandle_with_args() argument 755 return __of_parse_phandle_with_args(np, list_name, cells_name, in of_parse_phandle_with_args() 760 const char *list_name, const char *cells_name, in of_count_phandle_with_args() argument 763 return __of_parse_phandle_with_args(np, list_name, cells_name, in of_count_phandle_with_args()
|
A D | read.c | 209 const char *cells_name, int cell_count, in dev_read_phandle_with_args() argument 213 cells_name, cell_count, index, in dev_read_phandle_with_args() 218 const char *list_name, const char *cells_name, in dev_count_phandle_with_args() argument 222 cells_name, cell_count); in dev_count_phandle_with_args()
|
A D | ofnode.c | 417 const char *cells_name, int cell_count, in ofnode_parse_phandle_with_args() argument 426 list_name, cells_name, in ofnode_parse_phandle_with_args() 438 list_name, cells_name, in ofnode_parse_phandle_with_args() 449 const char *cells_name, int cell_count) in ofnode_count_phandle_with_args() argument 453 list_name, cells_name, cell_count); in ofnode_count_phandle_with_args() 456 ofnode_to_offset(node), list_name, cells_name, in ofnode_count_phandle_with_args()
|
/u-boot/include/dm/ |
A D | of_access.h | 443 const char *list_name, const char *cells_name, 464 const char *list_name, const char *cells_name,
|
A D | read.h | 401 const char *cells_name, int cell_count, 421 const char *list_name, const char *cells_name, 892 const char *list_name, const char *cells_name, int cell_count, in dev_read_phandle_with_args() argument 896 cells_name, cell_count, index, in dev_read_phandle_with_args() 901 const char *list_name, const char *cells_name, int cell_count) in dev_count_phandle_with_args() argument 904 cells_name, cell_count); in dev_count_phandle_with_args()
|
A D | ofnode.h | 604 const char *cells_name, int cell_count, 624 const char *cells_name, int cell_count);
|
/u-boot/lib/ |
A D | fdtdec.c | 723 const char *cells_name, in fdtdec_parse_phandle_with_args() argument 759 if (cells_name || cur_index == index) { in fdtdec_parse_phandle_with_args() 770 if (cells_name) { in fdtdec_parse_phandle_with_args() 771 count = fdtdec_get_int(blob, node, cells_name, in fdtdec_parse_phandle_with_args() 777 cells_name, in fdtdec_parse_phandle_with_args()
|
/u-boot/include/ |
A D | fdtdec.h | 224 const char *cells_name,
|
/u-boot/scripts/dtc/ |
A D | checks.c | 1237 #define WARNING_PROPERTY_PHANDLE_CELLS(nm, propname, cells_name, ...) \ argument 1238 static struct provider nm##_provider = { (propname), (cells_name), __VA_ARGS__ }; \
|