Searched refs:cell_count (Results 1 – 7 of 7) sorted by relevance
/external/u-boot/include/dm/ |
D | read.h | 261 const char *cells_name, int cell_count, 550 const char *list_name, const char *cells_name, int cell_count, in dev_read_phandle_with_args() argument 554 cells_name, cell_count, index, in dev_read_phandle_with_args()
|
D | ofnode.h | 448 const char *cells_name, int cell_count,
|
/external/u-boot/drivers/core/ |
D | read.c | 118 const char *cells_name, int cell_count, in dev_read_phandle_with_args() argument 122 cells_name, cell_count, index, in dev_read_phandle_with_args()
|
D | of_access.c | 527 int cell_count, int index, in __of_parse_phandle_with_args() argument 580 count = cell_count; in __of_parse_phandle_with_args()
|
D | ofnode.c | 324 const char *cells_name, int cell_count, in ofnode_parse_phandle_with_args() argument 345 cell_count, index, &args); in ofnode_parse_phandle_with_args()
|
/external/u-boot/include/ |
D | fdtdec.h | 218 int cell_count, int index,
|
/external/u-boot/lib/ |
D | fdtdec.c | 724 int cell_count, int index, in fdtdec_parse_phandle_with_args() argument 783 count = cell_count; in fdtdec_parse_phandle_with_args()
|