Home
last modified time | relevance | path

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

/u-boot/drivers/core/
A Dof_access.c619 struct of_phandle_args *out_args) in __of_parse_phandle_with_args() argument
696 if (out_args) { in __of_parse_phandle_with_args()
700 out_args->np = node; in __of_parse_phandle_with_args()
701 out_args->args_count = count; in __of_parse_phandle_with_args()
703 out_args->args[i] = in __of_parse_phandle_with_args()
750 struct of_phandle_args *out_args) in of_parse_phandle_with_args() argument
756 cell_count, index, out_args); in of_parse_phandle_with_args()
A Dread.c210 int index, struct ofnode_phandle_args *out_args) in dev_read_phandle_with_args() argument
214 out_args); in dev_read_phandle_with_args()
A Dofnode.c419 struct ofnode_phandle_args *out_args) in ofnode_parse_phandle_with_args() argument
431 ofnode_from_of_phandle_args(&args, out_args); in ofnode_parse_phandle_with_args()
442 ofnode_from_fdtdec_phandle_args(&args, out_args); in ofnode_parse_phandle_with_args()
/u-boot/include/dm/
A Dof_access.h445 struct of_phandle_args *out_args);
A Dread.h402 int index, struct ofnode_phandle_args *out_args);
893 int index, struct ofnode_phandle_args *out_args) in dev_read_phandle_with_args() argument
897 out_args); in dev_read_phandle_with_args()
A Dofnode.h606 struct ofnode_phandle_args *out_args);
/u-boot/drivers/net/ti/
A Dam65-cpsw-nuss.c604 struct ofnode_phandle_args out_args; in am65_cpsw_ofdata_parse_phy() local
627 NULL, 0, 0, &out_args); in am65_cpsw_ofdata_parse_phy()
635 priv->phy_node = out_args.node; in am65_cpsw_ofdata_parse_phy()
A Dcpsw.c1195 struct ofnode_phandle_args out_args; in cpsw_eth_of_parse_slave() local
1208 NULL, 0, 0, &out_args); in cpsw_eth_of_parse_slave()
1210 slave_data->phy_of_handle = out_args.node; in cpsw_eth_of_parse_slave()
/u-boot/lib/
A Dfdtdec.c725 struct fdtdec_phandle_args *out_args) in fdtdec_parse_phandle_with_args() argument
808 if (out_args) { in fdtdec_parse_phandle_with_args()
817 out_args->node = node; in fdtdec_parse_phandle_with_args()
818 out_args->args_count = count; in fdtdec_parse_phandle_with_args()
820 out_args->args[i] = in fdtdec_parse_phandle_with_args()
/u-boot/include/
A Dfdtdec.h226 struct fdtdec_phandle_args *out_args);

Completed in 24 milliseconds