Home
last modified time | relevance | path

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

/u-boot/drivers/core/
A Dof_access.c617 const char *cells_name, in __of_parse_phandle_with_args() argument
654 if (cells_name || cur_index == index) { in __of_parse_phandle_with_args()
663 if (cells_name) { in __of_parse_phandle_with_args()
664 if (of_read_u32(node, cells_name, &count)) { in __of_parse_phandle_with_args()
666 np->full_name, cells_name, in __of_parse_phandle_with_args()
748 const char *list_name, const char *cells_name, in of_parse_phandle_with_args() argument
755 return __of_parse_phandle_with_args(np, list_name, cells_name, in of_parse_phandle_with_args()
760 const char *list_name, const char *cells_name, in of_count_phandle_with_args() argument
763 return __of_parse_phandle_with_args(np, list_name, cells_name, in of_count_phandle_with_args()
A Dread.c209 const char *cells_name, int cell_count, in dev_read_phandle_with_args() argument
213 cells_name, cell_count, index, in dev_read_phandle_with_args()
218 const char *list_name, const char *cells_name, in dev_count_phandle_with_args() argument
222 cells_name, cell_count); in dev_count_phandle_with_args()
A Dofnode.c417 const char *cells_name, int cell_count, in ofnode_parse_phandle_with_args() argument
426 list_name, cells_name, in ofnode_parse_phandle_with_args()
438 list_name, cells_name, in ofnode_parse_phandle_with_args()
449 const char *cells_name, int cell_count) in ofnode_count_phandle_with_args() argument
453 list_name, cells_name, cell_count); in ofnode_count_phandle_with_args()
456 ofnode_to_offset(node), list_name, cells_name, in ofnode_count_phandle_with_args()
/u-boot/include/dm/
A Dof_access.h443 const char *list_name, const char *cells_name,
464 const char *list_name, const char *cells_name,
A Dread.h401 const char *cells_name, int cell_count,
421 const char *list_name, const char *cells_name,
892 const char *list_name, const char *cells_name, int cell_count, in dev_read_phandle_with_args() argument
896 cells_name, cell_count, index, in dev_read_phandle_with_args()
901 const char *list_name, const char *cells_name, int cell_count) in dev_count_phandle_with_args() argument
904 cells_name, cell_count); in dev_count_phandle_with_args()
A Dofnode.h604 const char *cells_name, int cell_count,
624 const char *cells_name, int cell_count);
/u-boot/lib/
A 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()
/u-boot/include/
A Dfdtdec.h224 const char *cells_name,
/u-boot/scripts/dtc/
A Dchecks.c1237 #define WARNING_PROPERTY_PHANDLE_CELLS(nm, propname, cells_name, ...) \ argument
1238 static struct provider nm##_provider = { (propname), (cells_name), __VA_ARGS__ }; \

Completed in 23 milliseconds