| /u-boot/drivers/core/ |
| A D | of_access.c | 660 const char *cells_name, in __of_parse_phandle_with_args() argument 697 if (cells_name || cur_index == index) { in __of_parse_phandle_with_args() 706 if (cells_name) { in __of_parse_phandle_with_args() 707 if (of_read_u32(node, cells_name, &count)) { in __of_parse_phandle_with_args() 709 np->full_name, cells_name, in __of_parse_phandle_with_args() 791 const char *list_name, const char *cells_name, in of_parse_phandle_with_args() argument 798 return __of_parse_phandle_with_args(np, list_name, cells_name, in of_parse_phandle_with_args() 803 const char *list_name, const char *cells_name, in of_count_phandle_with_args() argument 806 return __of_parse_phandle_with_args(np, list_name, cells_name, in of_count_phandle_with_args()
|
| A D | read.c | 249 const char *cells_name, int cell_count, in dev_read_phandle_with_args() argument 253 cells_name, cell_count, index, in dev_read_phandle_with_args() 258 const char *list_name, const char *cells_name, in dev_count_phandle_with_args() argument 262 cells_name, cell_count); in dev_count_phandle_with_args()
|
| A D | ofnode.c | 774 const char *cells_name, int cell_count, in ofnode_parse_phandle_with_args() argument 783 list_name, cells_name, in ofnode_parse_phandle_with_args() 795 list_name, cells_name, in ofnode_parse_phandle_with_args() 806 const char *cells_name, int cell_count) in ofnode_count_phandle_with_args() argument 810 list_name, cells_name, cell_count); in ofnode_count_phandle_with_args() 813 ofnode_to_offset(node), list_name, cells_name, in ofnode_count_phandle_with_args()
|
| /u-boot/include/dm/ |
| A D | of_access.h | 491 const char *list_name, const char *cells_name, 511 const char *list_name, const char *cells_name,
|
| A D | read.h | 476 const char *cells_name, int cell_count, 495 const char *list_name, const char *cells_name, 1044 const char *list_name, const char *cells_name, int cell_count, in dev_read_phandle_with_args() argument 1048 cells_name, cell_count, index, in dev_read_phandle_with_args() 1053 const char *list_name, const char *cells_name, int cell_count) in dev_count_phandle_with_args() argument 1056 cells_name, cell_count); in dev_count_phandle_with_args()
|
| A D | ofnode.h | 845 const char *cells_name, int cell_count, 865 const char *cells_name, int cell_count);
|
| /u-boot/lib/ |
| A D | fdtdec.c | 739 const char *cells_name, in fdtdec_parse_phandle_with_args() argument 775 if (cells_name || cur_index == index) { in fdtdec_parse_phandle_with_args() 786 if (cells_name) { in fdtdec_parse_phandle_with_args() 787 count = fdtdec_get_int(blob, node, cells_name, in fdtdec_parse_phandle_with_args() 793 cells_name, in fdtdec_parse_phandle_with_args()
|
| /u-boot/include/ |
| A D | fdtdec.h | 259 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__ }; \
|