Searched refs:out_args (Results 1 – 10 of 10) sorted by relevance
/u-boot/drivers/core/ |
A D | of_access.c | 619 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 D | read.c | 210 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 D | ofnode.c | 419 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 D | of_access.h | 445 struct of_phandle_args *out_args);
|
A D | read.h | 402 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 D | ofnode.h | 606 struct ofnode_phandle_args *out_args);
|
/u-boot/drivers/net/ti/ |
A D | am65-cpsw-nuss.c | 604 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 D | cpsw.c | 1195 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 D | fdtdec.c | 725 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 D | fdtdec.h | 226 struct fdtdec_phandle_args *out_args);
|
Completed in 24 milliseconds