Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/of/
Dbase.c1449 struct of_phandle_args *out_args) in __of_parse_phandle_with_args() argument
1526 if (out_args) { in __of_parse_phandle_with_args()
1530 out_args->np = node; in __of_parse_phandle_with_args()
1531 out_args->args_count = count; in __of_parse_phandle_with_args()
1533 out_args->args[i] = be32_to_cpup(list++); in __of_parse_phandle_with_args()
1621 struct of_phandle_args *out_args) in of_parse_phandle_with_args() argument
1626 index, out_args); in of_parse_phandle_with_args()
1662 int index, struct of_phandle_args *out_args) in of_parse_phandle_with_fixed_args() argument
1667 index, out_args); in of_parse_phandle_with_fixed_args()
/linux-4.1.27/include/linux/
Dof.h329 struct of_phandle_args *out_args);
332 struct of_phandle_args *out_args);
586 struct of_phandle_args *out_args) in of_parse_phandle_with_args() argument
593 struct of_phandle_args *out_args) in of_parse_phandle_with_fixed_args() argument
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_hw.h136 u32 out_args; member
Dqlcnic_ctx.c64 mbx->rsp.num = mbx_tbl[i].out_args; in qlcnic_82xx_alloc_mbx_args()
Dqlcnic_sriov_common.c719 mbx->rsp.num = mbx_tbl[i].out_args; in qlcnic_sriov_alloc_bc_mbx_args()
Dqlcnic_83xx_hw.c907 mbx->rsp.num = mbx_tbl[i].out_args; in qlcnic_83xx_alloc_mbx_args()