Searched refs:out_args (Results 1 – 12 of 12) sorted by relevance
| /drivers/pinctrl/ |
| A D | devicetree.c | 386 struct of_phandle_args *out_args) in pinctrl_copy_args() argument 390 memset(out_args, 0, sizeof(*out_args)); in pinctrl_copy_args() 391 out_args->np = (struct device_node *)np; in pinctrl_copy_args() 392 out_args->args_count = nr_cells + 1; in pinctrl_copy_args() 400 out_args->args[i] = be32_to_cpup(list++); in pinctrl_copy_args() 418 struct of_phandle_args *out_args) in pinctrl_parse_index_with_args() argument 429 out_args); in pinctrl_parse_index_with_args()
|
| A D | devicetree.h | 26 struct of_phandle_args *out_args); 49 struct of_phandle_args *out_args) in pinctrl_parse_index_with_args() argument
|
| /drivers/of/ |
| A D | base.c | 1374 struct of_phandle_args *out_args) in __of_parse_phandle_with_args() argument 1395 if (out_args) { in __of_parse_phandle_with_args() 1399 out_args->args, in __of_parse_phandle_with_args() 1401 out_args->np = it.node; in __of_parse_phandle_with_args() 1402 out_args->args_count = c; in __of_parse_phandle_with_args() 1471 int index, struct of_phandle_args *out_args) in of_parse_phandle_with_args_map() argument 1493 out_args); in of_parse_phandle_with_args_map() 1498 cur = out_args->np; in of_parse_phandle_with_args_map() 1581 out_args->args[i] = be32_to_cpu(val); in of_parse_phandle_with_args_map() 1583 out_args->args_count = list_size = new_size; in of_parse_phandle_with_args_map() [all …]
|
| /drivers/soc/fsl/qe/ |
| A D | tsa.c | 1076 struct of_phandle_args out_args; in tsa_serial_get_byphandle() local 1082 ret = of_parse_phandle_with_fixed_args(np, phandle_name, 1, 0, &out_args); in tsa_serial_get_byphandle() 1086 if (!of_match_node(tsa_driver.driver.of_match_table, out_args.np)) { in tsa_serial_get_byphandle() 1087 of_node_put(out_args.np); in tsa_serial_get_byphandle() 1091 pdev = of_find_device_by_node(out_args.np); in tsa_serial_get_byphandle() 1092 of_node_put(out_args.np); in tsa_serial_get_byphandle() 1102 if (out_args.args_count != 1) { in tsa_serial_get_byphandle() 1107 if (out_args.args[0] >= ARRAY_SIZE(tsa->serials)) { in tsa_serial_get_byphandle() 1112 tsa_serial = &tsa->serials[out_args.args[0]]; in tsa_serial_get_byphandle() 1119 if (WARN_ON(tsa_serial->id != out_args.args[0])) { in tsa_serial_get_byphandle()
|
| A D | qmc.c | 2151 struct of_phandle_args out_args; in qmc_chan_get_byphandles_index() local 2156 &out_args); in qmc_chan_get_byphandles_index() 2160 if (out_args.args_count != 1) { in qmc_chan_get_byphandles_index() 2161 of_node_put(out_args.np); in qmc_chan_get_byphandles_index() 2165 qmc_chan = qmc_chan_get_from_qmc(out_args.np, out_args.args[0]); in qmc_chan_get_byphandles_index() 2166 of_node_put(out_args.np); in qmc_chan_get_byphandles_index()
|
| /drivers/mfd/ |
| A D | syscon.c | 320 unsigned int *out_args) in syscon_regmap_lookup_by_phandle_args() argument 339 out_args[index] = args.args[index]; in syscon_regmap_lookup_by_phandle_args()
|
| /drivers/remoteproc/ |
| A D | xlnx_r5_remoteproc.c | 1052 struct of_phandle_args out_args; in zynqmp_r5_get_tcm_node_from_dt() local 1100 tcm_pd_idx, &out_args); in zynqmp_r5_get_tcm_node_from_dt() 1107 tcm->pm_domain_id = out_args.args[0]; in zynqmp_r5_get_tcm_node_from_dt() 1108 of_node_put(out_args.np); in zynqmp_r5_get_tcm_node_from_dt()
|
| /drivers/net/ethernet/qlogic/qlcnic/ |
| A D | qlcnic_hw.h | 136 u32 out_args; member
|
| A D | qlcnic_ctx.c | 63 mbx->rsp.num = mbx_tbl[i].out_args; in qlcnic_82xx_alloc_mbx_args()
|
| A D | qlcnic_sriov_common.c | 732 mbx->rsp.num = mbx_tbl[i].out_args; in qlcnic_sriov_alloc_bc_mbx_args()
|
| A D | qlcnic_83xx_hw.c | 909 mbx->rsp.num = mbx_tbl[i].out_args; in qlcnic_83xx_alloc_mbx_args()
|
| /drivers/clk/ |
| A D | clk.c | 443 const char *name, struct of_phandle_args *out_args); 449 struct of_phandle_args *out_args) in of_parse_clkspec() argument 5221 const char *name, struct of_phandle_args *out_args) in of_parse_clkspec() argument 5236 index, out_args); in of_parse_clkspec()
|
Completed in 53 milliseconds