Searched refs:out_args (Results 1 - 22 of 22) sorted by relevance

/linux-master/drivers/pinctrl/
H A Ddevicetree.h26 struct of_phandle_args *out_args);
49 struct of_phandle_args *out_args)
47 pinctrl_parse_index_with_args(const struct device_node *np, const char *list_name, int index, struct of_phandle_args *out_args) argument
H A Ddevicetree.c373 * @out_args: returned values
380 struct of_phandle_args *out_args)
384 memset(out_args, 0, sizeof(*out_args));
385 out_args->np = (struct device_node *)np;
386 out_args->args_count = nr_cells + 1;
394 out_args->args[i] = be32_to_cpup(list++);
404 * @out_args: entries in the list pointed by index
412 struct of_phandle_args *out_args)
423 out_args);
377 pinctrl_copy_args(const struct device_node *np, const __be32 *list, int index, int nr_cells, int nr_elem, struct of_phandle_args *out_args) argument
410 pinctrl_parse_index_with_args(const struct device_node *np, const char *list_name, int index, struct of_phandle_args *out_args) argument
[all...]
/linux-master/include/linux/mfd/
H A Dsyscon.h28 unsigned int *out_args);
58 unsigned int *out_args)
54 syscon_regmap_lookup_by_phandle_args( struct device_node *np, const char *property, int arg_count, unsigned int *out_args) argument
/linux-master/fs/fuse/
H A Dxattr.c76 args.out_args[0].size = size;
77 args.out_args[0].value = value;
79 args.out_args[0].size = sizeof(outarg);
80 args.out_args[0].value = &outarg;
138 args.out_args[0].size = size;
139 args.out_args[0].value = list;
141 args.out_args[0].size = sizeof(outarg);
142 args.out_args[0].value = &outarg;
H A Dioctl.c17 args->out_args[0].size = sizeof(*outarg);
18 args->out_args[0].value = outarg;
276 ap.args.out_args[1].size = out_size;
409 args.out_args[1].size = inarg.out_size;
410 args.out_args[1].value = ptr;
H A Dcuse.c346 rc = cuse_parse_devinfo(page_address(page), ap->args.out_args[1].size,
457 ap->args.out_args[0].size = sizeof(ia->out);
458 ap->args.out_args[0].value = &ia->out;
459 ap->args.out_args[1].size = CUSE_INIT_INFO_MAX;
466 ia->desc.length = ap->args.out_args[1].size;
H A Ddir.c182 args->out_args[0].size = sizeof(struct fuse_entry_out);
183 args->out_args[0].value = outarg;
664 args.out_args[0].size = sizeof(outentry);
665 args.out_args[0].value = &outentry;
668 args.out_args[1].size = sizeof(*outopenp);
669 args.out_args[1].value = outopenp;
797 args->out_args[0].size = sizeof(outarg);
798 args->out_args[0].value = &outarg;
1211 args.out_args[0].size = sizeof(outarg);
1212 args.out_args[
[all...]
H A Dvirtio_fs.c560 fuse_len_args(num_out, args->out_args);
591 unsigned int argsize = args->out_args[i].size;
599 memcpy(args->out_args[i].value, req->argbuf + offset, argsize);
608 args->out_args[args->out_numargs - 1].size = remaining;
632 len = args->out_args[args->out_numargs - 1].size;
1127 size = args->out_args[args->out_numargs - 1].size;
1232 args->out_args, args->out_numargs,
1309 fuse_len_args(req->args->out_numargs, req->args->out_args));
H A Dfile.c48 args.out_args[0].size = sizeof(*outargp);
49 args.out_args[0].value = outargp;
645 args->out_args[0].size = count;
770 u32 outsize = args->out_args[0].size;
919 size_t num_read = args->out_args[0].size;
1072 args->out_args[0].size = sizeof(ia->write.out);
1073 args->out_args[0].value = &ia->write.out;
1487 ap->args.out_args[0].value = (void *) user_addr;
2661 args.out_args[0].size = sizeof(outarg);
2662 args.out_args[
[all...]
H A Ddev.c435 args->out_args[0].size = FUSE_COMPAT_STATFS_SIZE;
445 args->out_args[0].size = FUSE_COMPAT_ENTRY_OUT_SIZE;
449 args->out_args[0].size = FUSE_COMPAT_ATTR_OUT_SIZE;
517 ret = args->out_args[args->out_numargs - 1].size;
1885 reqsize += fuse_len_args(args->out_numargs, args->out_args);
1890 struct fuse_arg *lastarg = &args->out_args[args->out_numargs-1];
1898 args->out_args, args->page_zeroing);
H A Dinode.c625 args.out_args[0].size = sizeof(outarg);
626 args.out_args[0].value = &outarg;
1405 ia->args.out_args[0].size = sizeof(ia->out);
1406 ia->args.out_args[0].value = &ia->out;
H A Dfuse_i.h313 struct fuse_arg out_args[2]; member in struct:fuse_args
/linux-master/drivers/soc/fsl/qe/
H A Dtsa.c753 struct of_phandle_args out_args; local
759 ret = of_parse_phandle_with_fixed_args(np, phandle_name, 1, 0, &out_args);
763 if (!of_match_node(tsa_driver.driver.of_match_table, out_args.np)) {
764 of_node_put(out_args.np);
768 pdev = of_find_device_by_node(out_args.np);
769 of_node_put(out_args.np);
779 if (out_args.args_count != 1) {
784 if (out_args.args[0] >= ARRAY_SIZE(tsa->serials)) {
789 tsa_serial = &tsa->serials[out_args.args[0]];
796 if (WARN_ON(tsa_serial->id != out_args
[all...]
H A Dqmc.c1782 struct of_phandle_args out_args; local
1787 &out_args);
1791 if (out_args.args_count != 1) {
1792 of_node_put(out_args.np);
1796 qmc_chan = qmc_chan_get_from_qmc(out_args.np, out_args.args[0]);
1797 of_node_put(out_args.np);
/linux-master/drivers/of/
H A Dbase.c1297 struct of_phandle_args *out_args)
1310 * index matches, then fill the out_args structure and return,
1318 if (out_args) {
1322 out_args->args,
1324 out_args->np = it.node;
1325 out_args->args_count = c;
1355 * @out_args: optional pointer to output arguments structure (will be filled)
1358 * Returns 0 on success and fills out_args, on error returns appropriate errno
1363 * Caller is responsible to call of_node_put() on the returned out_args->np
1394 int index, struct of_phandle_args *out_args)
1293 __of_parse_phandle_with_args(const struct device_node *np, const char *list_name, const char *cells_name, int cell_count, int index, struct of_phandle_args *out_args) argument
1391 of_parse_phandle_with_args_map(const struct device_node *np, const char *list_name, const char *stem_name, int index, struct of_phandle_args *out_args) argument
[all...]
/linux-master/include/linux/
H A Dof.h374 int index, struct of_phandle_args *out_args);
377 struct of_phandle_args *out_args);
743 struct of_phandle_args *out_args)
752 struct of_phandle_args *out_args)
979 * @out_args: optional pointer to output arguments structure (will be filled)
982 * Returns 0 on success and fills out_args, on error returns appropriate
985 * Caller is responsible to call of_node_put() on the returned out_args->np
1009 struct of_phandle_args *out_args)
1018 cell_count, index, out_args);
1027 * @out_args
738 __of_parse_phandle_with_args(const struct device_node *np, const char *list_name, const char *cells_name, int cell_count, int index, struct of_phandle_args *out_args) argument
748 of_parse_phandle_with_args_map(const struct device_node *np, const char *list_name, const char *stem_name, int index, struct of_phandle_args *out_args) argument
1005 of_parse_phandle_with_args(const struct device_node *np, const char *list_name, const char *cells_name, int index, struct of_phandle_args *out_args) argument
1051 of_parse_phandle_with_fixed_args(const struct device_node *np, const char *list_name, int cell_count, int index, struct of_phandle_args *out_args) argument
1076 of_parse_phandle_with_optional_args(const struct device_node *np, const char *list_name, const char *cells_name, int index, struct of_phandle_args *out_args) argument
[all...]
/linux-master/drivers/mfd/
H A Dsyscon.c252 unsigned int *out_args)
271 out_args[index] = args.args[index];
249 syscon_regmap_lookup_by_phandle_args(struct device_node *np, const char *property, int arg_count, unsigned int *out_args) argument
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hw.h136 u32 out_args; member in struct:qlcnic_mailbox_metadata
H A Dqlcnic_ctx.c63 mbx->rsp.num = mbx_tbl[i].out_args;
H A Dqlcnic_sriov_common.c730 mbx->rsp.num = mbx_tbl[i].out_args;
H A Dqlcnic_83xx_hw.c909 mbx->rsp.num = mbx_tbl[i].out_args;
/linux-master/drivers/clk/
H A Dclk.c431 const char *name, struct of_phandle_args *out_args);
437 struct of_phandle_args *out_args)
5174 * @out_args: Result of parsing the clock specifier
5178 * specifier is placed into @out_args, or an errno is returned when there's a
5208 const char *name, struct of_phandle_args *out_args)
5223 index, out_args);
435 of_parse_clkspec(const struct device_node *np, int index, const char *name, struct of_phandle_args *out_args) argument
5207 of_parse_clkspec(const struct device_node *np, int index, const char *name, struct of_phandle_args *out_args) argument

Completed in 505 milliseconds