Home
last modified time | relevance | path

Searched refs:out_args (Results 1 – 8 of 8) sorted by relevance

/rk3399_rockchip-uboot/drivers/core/
H A Dof_access.c617 struct of_phandle_args *out_args) in __of_parse_phandle_with_args() argument
694 if (out_args) { in __of_parse_phandle_with_args()
698 out_args->np = node; in __of_parse_phandle_with_args()
699 out_args->args_count = count; in __of_parse_phandle_with_args()
701 out_args->args[i] = in __of_parse_phandle_with_args()
747 int index, struct of_phandle_args *out_args) in of_parse_phandle_with_args() argument
753 index, out_args); in of_parse_phandle_with_args()
H A Dread.c118 struct ofnode_phandle_args *out_args) in dev_read_phandle_with_args() argument
122 out_args); in dev_read_phandle_with_args()
H A Dofnode.c352 struct ofnode_phandle_args *out_args) in ofnode_parse_phandle_with_args() argument
362 ofnode_from_of_phandle_args(&args, out_args); in ofnode_parse_phandle_with_args()
372 ofnode_from_fdtdec_phandle_args(&args, out_args); in ofnode_parse_phandle_with_args()
/rk3399_rockchip-uboot/include/dm/
H A Dread.h242 struct ofnode_phandle_args *out_args);
583 int index, struct ofnode_phandle_args *out_args) in dev_read_phandle_with_args() argument
587 out_args); in dev_read_phandle_with_args()
H A Dof_access.h425 int index, struct of_phandle_args *out_args);
H A Dofnode.h499 struct ofnode_phandle_args *out_args);
/rk3399_rockchip-uboot/lib/
H A Dfdtdec.c716 struct fdtdec_phandle_args *out_args) in fdtdec_parse_phandle_with_args() argument
799 if (out_args) { in fdtdec_parse_phandle_with_args()
808 out_args->node = node; in fdtdec_parse_phandle_with_args()
809 out_args->args_count = count; in fdtdec_parse_phandle_with_args()
811 out_args->args[i] = in fdtdec_parse_phandle_with_args()
/rk3399_rockchip-uboot/include/
H A Dfdtdec.h222 struct fdtdec_phandle_args *out_args);