/external/u-boot/include/dm/ |
D | read.h | 261 const char *cells_name, int cell_count, 281 const char *cells_name); 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() 559 const char *list_name, const char *cells_name) in dev_count_phandle_with_args() argument 562 cells_name); in dev_count_phandle_with_args()
|
D | of_access.h | 351 const char *list_name, const char *cells_name, 370 const char *list_name, const char *cells_name);
|
D | ofnode.h | 448 const char *cells_name, int cell_count, 467 const char *cells_name);
|
/external/u-boot/drivers/core/ |
D | of_access.c | 526 const char *cells_name, in __of_parse_phandle_with_args() argument 563 if (cells_name || cur_index == index) { in __of_parse_phandle_with_args() 572 if (cells_name) { in __of_parse_phandle_with_args() 573 if (of_read_u32(node, cells_name, &count)) { in __of_parse_phandle_with_args() 575 np->full_name, cells_name, in __of_parse_phandle_with_args() 657 const char *list_name, const char *cells_name, in of_parse_phandle_with_args() argument 663 return __of_parse_phandle_with_args(np, list_name, cells_name, 0, in of_parse_phandle_with_args() 668 const char *list_name, const char *cells_name) in of_count_phandle_with_args() argument 670 return __of_parse_phandle_with_args(np, list_name, cells_name, 0, in of_count_phandle_with_args()
|
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() 127 const char *cells_name) in dev_count_phandle_with_args() argument 130 cells_name); in dev_count_phandle_with_args()
|
D | ofnode.c | 324 const char *cells_name, int cell_count, in ofnode_parse_phandle_with_args() argument 333 list_name, cells_name, index, in ofnode_parse_phandle_with_args() 344 list_name, cells_name, in ofnode_parse_phandle_with_args() 355 const char *cells_name) in ofnode_count_phandle_with_args() argument 359 list_name, cells_name); in ofnode_count_phandle_with_args() 362 ofnode_to_offset(node), list_name, cells_name, in ofnode_count_phandle_with_args()
|
/external/u-boot/lib/ |
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()
|
/external/u-boot/include/ |
D | fdtdec.h | 217 const char *cells_name,
|
/external/u-boot/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__ }; \
|