Home
last modified time | relevance | path

Searched refs:cells_name (Results 1 – 9 of 9) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/core/
Dof_access.c573 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()
Dread.c191 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()
Dofnode.c372 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/
Dread.h386 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()
Dof_access.h383 const char *list_name, const char *cells_name,
402 const char *list_name, const char *cells_name);
Dofnode.h483 const char *cells_name, int cell_count,
502 const char *cells_name);
/third_party/uboot/u-boot-2020.01/lib/
Dfdtdec.c688 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/
Dfdtdec.h221 const char *cells_name,
/third_party/uboot/u-boot-2020.01/scripts/dtc/
Dchecks.c1190 #define WARNING_PROPERTY_PHANDLE_CELLS(nm, propname, cells_name, ...) \ argument
1191 static struct provider nm##_provider = { (propname), (cells_name), __VA_ARGS__ }; \