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.c660 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 Dread.c249 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 Dofnode.c774 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 Dof_access.h491 const char *list_name, const char *cells_name,
511 const char *list_name, const char *cells_name,
A Dread.h476 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 Dofnode.h845 const char *cells_name, int cell_count,
865 const char *cells_name, int cell_count);
/u-boot/lib/
A Dfdtdec.c739 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 Dfdtdec.h259 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 38 milliseconds