Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/of/
Dbase.c1446 struct of_phandle_args *out_args) in __of_parse_phandle_with_args() argument
1523 if (out_args) { in __of_parse_phandle_with_args()
1527 out_args->np = node; in __of_parse_phandle_with_args()
1528 out_args->args_count = count; in __of_parse_phandle_with_args()
1530 out_args->args[i] = be32_to_cpup(list++); in __of_parse_phandle_with_args()
1618 struct of_phandle_args *out_args) in of_parse_phandle_with_args() argument
1623 index, out_args); in of_parse_phandle_with_args()
1659 int index, struct of_phandle_args *out_args) in of_parse_phandle_with_fixed_args() argument
1664 index, out_args); in of_parse_phandle_with_fixed_args()
/linux-4.4.14/include/linux/
Dof.h330 struct of_phandle_args *out_args);
333 struct of_phandle_args *out_args);
592 struct of_phandle_args *out_args) in of_parse_phandle_with_args() argument
599 struct of_phandle_args *out_args) in of_parse_phandle_with_fixed_args() argument
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_hw.h137 u32 out_args; member
Dqlcnic_ctx.c64 mbx->rsp.num = mbx_tbl[i].out_args; in qlcnic_82xx_alloc_mbx_args()
Dqlcnic_sriov_common.c720 mbx->rsp.num = mbx_tbl[i].out_args; in qlcnic_sriov_alloc_bc_mbx_args()
Dqlcnic_83xx_hw.c909 mbx->rsp.num = mbx_tbl[i].out_args; in qlcnic_83xx_alloc_mbx_args()