/third_party/uboot/u-boot-2020.01/drivers/core/ |
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()
|
D | read.c | 191 const char *cells_name, int cell_count, in dev_read_phandle_with_args() argument 195 cells_name, cell_count, index, in dev_read_phandle_with_args() 200 const char *cells_name) in dev_count_phandle_with_args() argument 203 cells_name); in dev_count_phandle_with_args()
|
D | ofnode.c | 372 const char *cells_name, int cell_count, in ofnode_parse_phandle_with_args() argument 381 list_name, cells_name, index, in ofnode_parse_phandle_with_args() 392 list_name, cells_name, in ofnode_parse_phandle_with_args() 403 const char *cells_name) in ofnode_count_phandle_with_args() argument 407 list_name, cells_name); in ofnode_count_phandle_with_args() 410 ofnode_to_offset(node), list_name, cells_name, in ofnode_count_phandle_with_args()
|
/third_party/uboot/u-boot-2020.01/include/dm/ |
D | read.h | 386 const char *cells_name, int cell_count, 406 const char *cells_name); 767 const char *list_name, const char *cells_name, int cell_count, in dev_read_phandle_with_args() argument 771 cells_name, cell_count, index, in dev_read_phandle_with_args() 776 const char *list_name, const char *cells_name) in dev_count_phandle_with_args() argument 779 cells_name); in dev_count_phandle_with_args()
|
D | of_access.h | 383 const char *list_name, const char *cells_name, 402 const char *list_name, const char *cells_name);
|
D | ofnode.h | 483 const char *cells_name, int cell_count, 502 const char *cells_name);
|
/third_party/uboot/u-boot-2020.01/lib/ |
D | fdtdec.c | 688 const char *cells_name, in fdtdec_parse_phandle_with_args() argument 724 if (cells_name || cur_index == index) { in fdtdec_parse_phandle_with_args() 735 if (cells_name) { in fdtdec_parse_phandle_with_args() 736 count = fdtdec_get_int(blob, node, cells_name, in fdtdec_parse_phandle_with_args() 742 cells_name, in fdtdec_parse_phandle_with_args()
|
/third_party/uboot/u-boot-2020.01/include/ |
D | fdtdec.h | 221 const char *cells_name,
|
/third_party/uboot/u-boot-2020.01/scripts/dtc/ |
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__ }; \
|