Searched refs:out_args (Results 1 – 4 of 4) sorted by relevance
| /components/legacy/fdt/src/ |
| A D | dtb_access.c | 491 struct fdt_phandle_args *out_args) in __dtb_node_parse_phandle_with_args() argument 578 if (out_args) in __dtb_node_parse_phandle_with_args() 583 out_args->np = node; in __dtb_node_parse_phandle_with_args() 584 out_args->args_count = count; in __dtb_node_parse_phandle_with_args() 586 out_args->args[i] = in __dtb_node_parse_phandle_with_args() 634 int index, struct fdt_phandle_args *out_args) in dtb_node_parse_phandle_with_args() argument 640 index, out_args); in dtb_node_parse_phandle_with_args()
|
| /components/drivers/ofw/ |
| A D | base.c | 1474 int index, struct rt_ofw_cell_args *out_args) in ofw_parse_phandle_cells() argument 1529 out_args->args[idx] = value; in ofw_parse_phandle_cells() 1532 out_args->args_count = cells_count; in ofw_parse_phandle_cells() 1533 out_args->data = phandle_np; in ofw_parse_phandle_cells() 1535 if (out_args->data) in ofw_parse_phandle_cells() 1550 int index, struct rt_ofw_cell_args *out_args) in rt_ofw_parse_phandle_cells() argument 1554 if (np && list_name && index >= 0 && out_args) in rt_ofw_parse_phandle_cells() 1556 err = ofw_parse_phandle_cells(np, list_name, cells_name, index, out_args); in rt_ofw_parse_phandle_cells()
|
| /components/legacy/fdt/inc/ |
| A D | dtb_node.h | 257 int index, struct fdt_phandle_args *out_args);
|
| /components/drivers/include/drivers/ |
| A D | ofw.h | 217 int index, struct rt_ofw_cell_args *out_args);
|
Completed in 13 milliseconds