Searched refs:cell_count (Results 1 – 7 of 7) sorted by relevance
/third_party/uboot/u-boot-2020.01/include/dm/ |
D | read.h | 386 const char *cells_name, int cell_count, 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()
|
D | ofnode.h | 483 const char *cells_name, int cell_count,
|
/third_party/uboot/u-boot-2020.01/drivers/core/ |
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()
|
D | of_access.c | 574 int cell_count, int index, in __of_parse_phandle_with_args() argument 627 count = cell_count; in __of_parse_phandle_with_args()
|
D | ofnode.c | 372 const char *cells_name, int cell_count, in ofnode_parse_phandle_with_args() argument 393 cell_count, index, &args); in ofnode_parse_phandle_with_args()
|
/third_party/uboot/u-boot-2020.01/include/ |
D | fdtdec.h | 222 int cell_count, int index,
|
/third_party/uboot/u-boot-2020.01/lib/ |
D | fdtdec.c | 689 int cell_count, int index, in fdtdec_parse_phandle_with_args() argument 748 count = cell_count; in fdtdec_parse_phandle_with_args()
|