Home
last modified time | relevance | path

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

12

/openbmc/linux/fs/fuse/
H A Dxattr.c76 args.out_args[0].size = size; in fuse_getxattr()
77 args.out_args[0].value = value; in fuse_getxattr()
79 args.out_args[0].size = sizeof(outarg); in fuse_getxattr()
80 args.out_args[0].value = &outarg; in fuse_getxattr()
138 args.out_args[0].size = size; in fuse_listxattr()
139 args.out_args[0].value = list; in fuse_listxattr()
141 args.out_args[0].size = sizeof(outarg); in fuse_listxattr()
142 args.out_args[0].value = &outarg; in fuse_listxattr()
H A Dioctl.c17 args->out_args[0].size = sizeof(*outarg); in fuse_send_ioctl()
18 args->out_args[0].value = outarg; in fuse_send_ioctl()
276 ap.args.out_args[1].size = out_size; in fuse_do_ioctl()
409 args.out_args[1].size = inarg.out_size; in fuse_priv_ioctl()
410 args.out_args[1].value = ptr; in fuse_priv_ioctl()
H A Dcuse.c342 rc = cuse_parse_devinfo(page_address(page), ap->args.out_args[1].size, in cuse_process_init_reply()
453 ap->args.out_args[0].size = sizeof(ia->out); in cuse_send_init()
454 ap->args.out_args[0].value = &ia->out; in cuse_send_init()
455 ap->args.out_args[1].size = CUSE_INIT_INFO_MAX; in cuse_send_init()
462 ia->desc.length = ap->args.out_args[1].size; in cuse_send_init()
H A Ddir.c182 args->out_args[0].size = sizeof(struct fuse_entry_out); in fuse_lookup_init()
183 args->out_args[0].value = outarg; in fuse_lookup_init()
664 args.out_args[0].size = sizeof(outentry); in fuse_create_open()
665 args.out_args[0].value = &outentry; in fuse_create_open()
666 args.out_args[1].size = sizeof(outopen); in fuse_create_open()
667 args.out_args[1].value = &outopen; in fuse_create_open()
793 args->out_args[0].size = sizeof(outarg); in create_new_entry()
794 args->out_args[0].value = &outarg; in create_new_entry()
1207 args.out_args[0].size = sizeof(outarg); in fuse_do_statx()
1208 args.out_args[0].value = &outarg; in fuse_do_statx()
[all …]
H A Dvirtio_fs.c513 fuse_len_args(num_out, args->out_args); in copy_args_to_argbuf()
544 unsigned int argsize = args->out_args[i].size; in copy_args_from_argbuf()
552 memcpy(args->out_args[i].value, req->argbuf + offset, argsize); in copy_args_from_argbuf()
561 args->out_args[args->out_numargs - 1].size = remaining; in copy_args_from_argbuf()
585 len = args->out_args[args->out_numargs - 1].size; in virtio_fs_request_complete()
1073 size = args->out_args[args->out_numargs - 1].size; in sg_count_fuse_req()
1178 args->out_args, args->out_numargs, in virtio_fs_enqueue_req()
1255 fuse_len_args(req->args->out_numargs, req->args->out_args)); in virtio_fs_wake_pending_and_unlock()
H A Dfile.c46 args.out_args[0].size = sizeof(*outargp); in fuse_send_open()
47 args.out_args[0].value = outargp; in fuse_send_open()
625 args->out_args[0].size = count; in fuse_read_args_fill()
749 u32 outsize = args->out_args[0].size; in fuse_aio_complete_req()
898 size_t num_read = args->out_args[0].size; in fuse_readpages_end()
1051 args->out_args[0].size = sizeof(ia->write.out); in fuse_write_args_fill()
1052 args->out_args[0].value = &ia->write.out; in fuse_write_args_fill()
1384 ap->args.out_args[0].value = (void *) user_addr; in fuse_get_user_pages()
2567 args.out_args[0].size = sizeof(outarg); in fuse_getlk()
2568 args.out_args[0].value = &outarg; in fuse_getlk()
[all …]
/openbmc/linux/drivers/pinctrl/
H A Ddevicetree.c380 struct of_phandle_args *out_args) in pinctrl_copy_args() argument
384 memset(out_args, 0, sizeof(*out_args)); in pinctrl_copy_args()
385 out_args->np = (struct device_node *)np; in pinctrl_copy_args()
386 out_args->args_count = nr_cells + 1; in pinctrl_copy_args()
394 out_args->args[i] = be32_to_cpup(list++); in pinctrl_copy_args()
412 struct of_phandle_args *out_args) in pinctrl_parse_index_with_args() argument
423 out_args); in pinctrl_parse_index_with_args()
H A Ddevicetree.h26 struct of_phandle_args *out_args);
49 struct of_phandle_args *out_args) in pinctrl_parse_index_with_args() argument
/openbmc/linux/drivers/soc/fsl/qe/
H A Dtsa.c754 struct of_phandle_args out_args; in tsa_serial_get_byphandle() local
760 ret = of_parse_phandle_with_fixed_args(np, phandle_name, 1, 0, &out_args); in tsa_serial_get_byphandle()
764 if (!of_match_node(tsa_driver.driver.of_match_table, out_args.np)) { in tsa_serial_get_byphandle()
765 of_node_put(out_args.np); in tsa_serial_get_byphandle()
769 pdev = of_find_device_by_node(out_args.np); in tsa_serial_get_byphandle()
770 of_node_put(out_args.np); in tsa_serial_get_byphandle()
780 if (out_args.args_count != 1) { in tsa_serial_get_byphandle()
785 if (out_args.args[0] >= ARRAY_SIZE(tsa->serials)) { in tsa_serial_get_byphandle()
790 tsa_serial = &tsa->serials[out_args.args[0]]; in tsa_serial_get_byphandle()
797 if (WARN_ON(tsa_serial->id != out_args.args[0])) { in tsa_serial_get_byphandle()
H A Dqmc.c1486 struct of_phandle_args out_args; in qmc_chan_get_byphandle() local
1493 &out_args); in qmc_chan_get_byphandle()
1497 if (!of_match_node(qmc_driver.driver.of_match_table, out_args.np)) { in qmc_chan_get_byphandle()
1498 of_node_put(out_args.np); in qmc_chan_get_byphandle()
1502 pdev = of_find_device_by_node(out_args.np); in qmc_chan_get_byphandle()
1503 of_node_put(out_args.np); in qmc_chan_get_byphandle()
1513 if (out_args.args_count != 1) { in qmc_chan_get_byphandle()
1518 if (out_args.args[0] >= ARRAY_SIZE(qmc->chans)) { in qmc_chan_get_byphandle()
1523 qmc_chan = qmc->chans[out_args.args[0]]; in qmc_chan_get_byphandle()
/openbmc/linux/include/linux/mfd/
H A Dsyscon.h28 unsigned int *out_args);
60 unsigned int *out_args) in syscon_regmap_lookup_by_phandle_args() argument
/openbmc/linux/drivers/of/
H A Dbase.c1245 struct of_phandle_args *out_args) in __of_parse_phandle_with_args() argument
1266 if (out_args) { in __of_parse_phandle_with_args()
1270 out_args->args, in __of_parse_phandle_with_args()
1272 out_args->np = it.node; in __of_parse_phandle_with_args()
1273 out_args->args_count = c; in __of_parse_phandle_with_args()
1342 int index, struct of_phandle_args *out_args) in of_parse_phandle_with_args_map() argument
1376 out_args); in of_parse_phandle_with_args_map()
1381 cur = out_args->np; in of_parse_phandle_with_args_map()
1388 initial_match_array[i] = cpu_to_be32(out_args->args[i]); in of_parse_phandle_with_args_map()
1461 val |= cpu_to_be32(out_args->args[i]) & pass[i]; in of_parse_phandle_with_args_map()
[all …]
/openbmc/u-boot/drivers/core/
H A Dof_access.c575 struct of_phandle_args *out_args) in __of_parse_phandle_with_args() argument
652 if (out_args) { in __of_parse_phandle_with_args()
656 out_args->np = node; in __of_parse_phandle_with_args()
657 out_args->args_count = count; in __of_parse_phandle_with_args()
659 out_args->args[i] = in __of_parse_phandle_with_args()
705 int index, struct of_phandle_args *out_args) in of_parse_phandle_with_args() argument
711 index, out_args); in of_parse_phandle_with_args()
H A Dread.c162 int index, struct ofnode_phandle_args *out_args) in dev_read_phandle_with_args() argument
166 out_args); in dev_read_phandle_with_args()
H A Dofnode.c361 struct ofnode_phandle_args *out_args) in ofnode_parse_phandle_with_args() argument
372 ofnode_from_of_phandle_args(&args, out_args); in ofnode_parse_phandle_with_args()
383 ofnode_from_fdtdec_phandle_args(&args, out_args); in ofnode_parse_phandle_with_args()
/openbmc/linux/include/linux/
H A Dof.h380 int index, struct of_phandle_args *out_args);
383 struct of_phandle_args *out_args);
733 struct of_phandle_args *out_args) in __of_parse_phandle_with_args() argument
742 struct of_phandle_args *out_args) in of_parse_phandle_with_args_map() argument
991 struct of_phandle_args *out_args) in of_parse_phandle_with_args() argument
1000 cell_count, index, out_args); in of_parse_phandle_with_args()
1037 struct of_phandle_args *out_args) in of_parse_phandle_with_fixed_args() argument
1040 index, out_args); in of_parse_phandle_with_fixed_args()
1062 struct of_phandle_args *out_args) in of_parse_phandle_with_optional_args() argument
1065 0, index, out_args); in of_parse_phandle_with_optional_args()
/openbmc/rest-dbus/resources/
H A Ddbus.js181 var out_args = [];
188 out_args.push(str);
194 '<span class="method-args">' + out_args.join(', ') + '</span>' +
/openbmc/u-boot/include/dm/
H A Dread.h320 struct ofnode_phandle_args *out_args);
656 int index, struct ofnode_phandle_args *out_args) in dev_read_phandle_with_args() argument
660 out_args); in dev_read_phandle_with_args()
H A Dof_access.h384 int index, struct of_phandle_args *out_args);
H A Dofnode.h471 struct ofnode_phandle_args *out_args);
/openbmc/linux/drivers/mfd/
H A Dsyscon.c295 unsigned int *out_args) in syscon_regmap_lookup_by_phandle_args() argument
314 out_args[index] = args.args[index]; in syscon_regmap_lookup_by_phandle_args()
/openbmc/u-boot/lib/
H A Dfdtdec.c742 struct fdtdec_phandle_args *out_args) in fdtdec_parse_phandle_with_args() argument
825 if (out_args) { in fdtdec_parse_phandle_with_args()
834 out_args->node = node; in fdtdec_parse_phandle_with_args()
835 out_args->args_count = count; in fdtdec_parse_phandle_with_args()
837 out_args->args[i] = in fdtdec_parse_phandle_with_args()
/openbmc/qemu/docs/sphinx/
H A Ddbusparser.py45 self.out_args = []
278 self._cur_object.out_args.append(arg)
H A Ddbusdoc.py71 for arg in method.out_args:
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hw.h136 u32 out_args; member

12