Home
last modified time | relevance | path

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

/external/u-boot/include/dm/
Dread.h261 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()
Dof_access.h351 const char *list_name, const char *cells_name,
370 const char *list_name, const char *cells_name);
Dofnode.h448 const char *cells_name, int cell_count,
467 const char *cells_name);
/external/u-boot/drivers/core/
Dof_access.c526 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()
Dread.c118 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()
Dofnode.c324 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/
Dfdtdec.c723 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/
Dfdtdec.h217 const char *cells_name,
/external/u-boot/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__ }; \