Searched refs:out_args (Results 1 – 4 of 4) sorted by relevance
| /drivers/core/ |
| A D | of_access.c | 674 struct of_phandle_args *out_args) in __of_root_parse_phandle_with_args() argument 751 if (out_args) { in __of_root_parse_phandle_with_args() 755 out_args->np = node; in __of_root_parse_phandle_with_args() 756 out_args->args_count = count; in __of_root_parse_phandle_with_args() 758 out_args->args[i] = in __of_root_parse_phandle_with_args() 807 struct of_phandle_args *out_args) in of_root_parse_phandle_with_args() argument 813 cell_count, index, out_args); in of_root_parse_phandle_with_args() 834 struct of_phandle_args *out_args) in of_parse_phandle_with_args() argument 837 cell_count, index, out_args); in of_parse_phandle_with_args()
|
| A D | read.c | 280 int index, struct ofnode_phandle_args *out_args) in dev_read_phandle_with_args() argument 284 out_args); in dev_read_phandle_with_args()
|
| A D | ofnode.c | 999 struct ofnode_phandle_args *out_args) in ofnode_parse_phandle_with_args() argument 1011 ofnode_from_of_phandle_args(&args, out_args); in ofnode_parse_phandle_with_args() 1022 ofnode_from_fdtdec_phandle_args(node, &args, out_args); in ofnode_parse_phandle_with_args() 1031 struct ofnode_phandle_args *out_args) in oftree_parse_phandle_with_args() argument 1044 ofnode_from_of_phandle_args(&args, out_args); in oftree_parse_phandle_with_args() 1055 ofnode_from_fdtdec_phandle_args(node, &args, out_args); in oftree_parse_phandle_with_args()
|
| /drivers/net/ti/ |
| A D | cpsw.c | 1097 struct ofnode_phandle_args out_args; in cpsw_eth_of_parse_slave() local 1107 NULL, 0, 0, &out_args); in cpsw_eth_of_parse_slave() 1109 slave_data->phy_of_handle = out_args.node; in cpsw_eth_of_parse_slave()
|
Completed in 26 milliseconds