Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/dm/
H A Dread.h240 const char *cells_name, int cell_count,
260 const char *cells_name);
582 const char *list_name, const char *cells_name, int cell_count, in dev_read_phandle_with_args() argument
586 cells_name, cell_count, index, in dev_read_phandle_with_args()
591 const char *list_name, const char *cells_name) in dev_count_phandle_with_args() argument
594 cells_name); in dev_count_phandle_with_args()
H A Dof_access.h424 const char *list_name, const char *cells_name,
443 const char *list_name, const char *cells_name);
H A Dofnode.h497 const char *cells_name, int cell_count,
516 const char *cells_name);
/rk3399_rockchip-uboot/drivers/core/
H A Dread.c116 const char *cells_name, int cell_count, in dev_read_phandle_with_args() argument
121 cells_name, cell_count, index, in dev_read_phandle_with_args()
126 const char *list_name, const char *cells_name) in dev_count_phandle_with_args() argument
129 cells_name); in dev_count_phandle_with_args()
H A Dof_access.c615 const char *cells_name, in __of_parse_phandle_with_args() argument
652 if (cells_name || cur_index == index) { in __of_parse_phandle_with_args()
661 if (cells_name) { in __of_parse_phandle_with_args()
662 if (of_read_u32(node, cells_name, &count)) { in __of_parse_phandle_with_args()
664 np->full_name, cells_name, in __of_parse_phandle_with_args()
746 const char *list_name, const char *cells_name, in of_parse_phandle_with_args() argument
752 return __of_parse_phandle_with_args(np, list_name, cells_name, 0, in of_parse_phandle_with_args()
757 const char *list_name, const char *cells_name) in of_count_phandle_with_args() argument
759 return __of_parse_phandle_with_args(np, list_name, cells_name, 0, in of_count_phandle_with_args()
H A Dofnode.c350 const char *cells_name, int cell_count, in ofnode_parse_phandle_with_args() argument
359 list_name, cells_name, index, &args); in ofnode_parse_phandle_with_args()
368 ofnode_to_offset(node), list_name, cells_name, in ofnode_parse_phandle_with_args()
379 const char *cells_name) in ofnode_count_phandle_with_args() argument
383 list_name, cells_name); in ofnode_count_phandle_with_args()
386 ofnode_to_offset(node), list_name, cells_name, in ofnode_count_phandle_with_args()
/rk3399_rockchip-uboot/lib/
H A Dfdtdec.c714 const char *cells_name, in fdtdec_parse_phandle_with_args() argument
750 if (cells_name || cur_index == index) { in fdtdec_parse_phandle_with_args()
761 if (cells_name) { in fdtdec_parse_phandle_with_args()
762 count = fdtdec_get_int(blob, node, cells_name, in fdtdec_parse_phandle_with_args()
768 cells_name, in fdtdec_parse_phandle_with_args()
/rk3399_rockchip-uboot/include/
H A Dfdtdec.h220 const char *cells_name,
/rk3399_rockchip-uboot/scripts/dtc/
H A Dchecks.c1047 #define WARNING_PROPERTY_PHANDLE_CELLS(nm, propname, cells_name, ...) \ argument
1048 static struct provider nm##_provider = { (propname), (cells_name), __VA_ARGS__ }; \