Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dzx2967_wdt.c169 struct of_phandle_args out_args; in zx2967_wdt_reset_sysctrl() local
172 "zte,wdt-reset-sysctrl", 3, 0, &out_args); in zx2967_wdt_reset_sysctrl()
176 offset = out_args.args[0]; in zx2967_wdt_reset_sysctrl()
177 config = out_args.args[1]; in zx2967_wdt_reset_sysctrl()
178 mask = out_args.args[2]; in zx2967_wdt_reset_sysctrl()
180 regmap = syscon_node_to_regmap(out_args.np); in zx2967_wdt_reset_sysctrl()
182 of_node_put(out_args.np); in zx2967_wdt_reset_sysctrl()
187 of_node_put(out_args.np); in zx2967_wdt_reset_sysctrl()
/OK3568_Linux_fs/kernel/fs/fuse/
H A Dxattr.c74 args.out_args[0].size = size; in fuse_getxattr()
75 args.out_args[0].value = value; in fuse_getxattr()
77 args.out_args[0].size = sizeof(outarg); in fuse_getxattr()
78 args.out_args[0].value = &outarg; in fuse_getxattr()
136 args.out_args[0].size = size; in fuse_listxattr()
137 args.out_args[0].value = list; in fuse_listxattr()
139 args.out_args[0].size = sizeof(outarg); in fuse_listxattr()
140 args.out_args[0].value = &outarg; in fuse_listxattr()
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.c183 args->out_args[0].size = sizeof(struct fuse_entry_out); in fuse_lookup_init()
184 args->out_args[0].value = outarg; in fuse_lookup_init()
416 args.out_args[0].size = PATH_MAX; in fuse_dentry_canonical_path()
417 args.out_args[0].value = path_name; in fuse_dentry_canonical_path()
612 args.out_args[0].size = sizeof(outentry); in fuse_create_open()
613 args.out_args[0].value = &outentry; in fuse_create_open()
614 args.out_args[1].size = sizeof(outopen); in fuse_create_open()
615 args.out_args[1].value = &outopen; in fuse_create_open()
730 args->out_args[0].size = sizeof(outarg); in create_new_entry()
731 args->out_args[0].value = &outarg; in create_new_entry()
[all …]
H A Dfile.c51 args.out_args[0].size = sizeof(*outargp); in fuse_send_open()
52 args.out_args[0].value = outargp; in fuse_send_open()
606 args->out_args[0].size = count; in fuse_read_args_fill()
730 u32 outsize = args->out_args[0].size; in fuse_aio_complete_req()
887 size_t num_read = args->out_args[0].size; in fuse_readpages_end()
1032 args->out_args[0].size = sizeof(ia->write.out); in fuse_write_args_fill()
1033 args->out_args[0].value = &ia->write.out; in fuse_write_args_fill()
1392 ap->args.out_args[0].value = (void *) user_addr; in fuse_get_user_pages()
2485 args.out_args[0].size = sizeof(outarg); in fuse_getlk()
2486 args.out_args[0].value = &outarg; in fuse_getlk()
[all …]
H A Dvirtio_fs.c489 fuse_len_args(num_out, args->out_args); in copy_args_to_argbuf()
520 unsigned int argsize = args->out_args[i].size; in copy_args_from_argbuf()
528 memcpy(args->out_args[i].value, req->argbuf + offset, argsize); in copy_args_from_argbuf()
537 args->out_args[args->out_numargs - 1].size = remaining; in copy_args_from_argbuf()
561 len = args->out_args[args->out_numargs - 1].size; in virtio_fs_request_complete()
1064 size = args->out_args[args->out_numargs - 1].size; in sg_count_fuse_req()
1169 args->out_args, args->out_numargs, in virtio_fs_enqueue_req()
1247 fuse_len_args(req->args->out_numargs, req->args->out_args)); in virtio_fs_wake_pending_and_unlock()
H A Ddev.c443 args->out_args[0].size = FUSE_COMPAT_STATFS_SIZE; in fuse_adjust_compat()
453 args->out_args[0].size = FUSE_COMPAT_ENTRY_OUT_SIZE; in fuse_adjust_compat()
457 args->out_args[0].size = FUSE_COMPAT_ATTR_OUT_SIZE; in fuse_adjust_compat()
523 ret = args->out_args[args->out_numargs - 1].size; in fuse_simple_request()
1844 reqsize += fuse_len_args(args->out_numargs, args->out_args); in copy_out_args()
1849 struct fuse_arg *lastarg = &args->out_args[args->out_numargs-1]; in copy_out_args()
1857 args->out_args, args->page_zeroing); in copy_out_args()
1946 char *path = (char *)req->args->out_args[0].value; in fuse_dev_do_write()
1948 path[req->args->out_args[0].size - 1] = 0; in fuse_dev_do_write()
/OK3568_Linux_fs/kernel/drivers/pinctrl/
H A Ddevicetree.c378 struct of_phandle_args *out_args) in pinctrl_copy_args() argument
382 memset(out_args, 0, sizeof(*out_args)); in pinctrl_copy_args()
383 out_args->np = (struct device_node *)np; in pinctrl_copy_args()
384 out_args->args_count = nr_cells + 1; in pinctrl_copy_args()
392 out_args->args[i] = be32_to_cpup(list++); in pinctrl_copy_args()
410 struct of_phandle_args *out_args) in pinctrl_parse_index_with_args() argument
421 out_args); in pinctrl_parse_index_with_args()
H A Ddevicetree.h20 struct of_phandle_args *out_args);
43 struct of_phandle_args *out_args) in pinctrl_parse_index_with_args() argument
/OK3568_Linux_fs/kernel/sound/soc/zte/
H A Dzx-tdm.c374 struct of_phandle_args out_args; in zx_tdm_probe() local
407 "zte,tdm-dma-sysctrl", 2, 0, &out_args); in zx_tdm_probe()
413 dma_reg_offset = out_args.args[0]; in zx_tdm_probe()
414 dma_mask = out_args.args[1]; in zx_tdm_probe()
415 regmap_sysctrl = syscon_node_to_regmap(out_args.np); in zx_tdm_probe()
417 of_node_put(out_args.np); in zx_tdm_probe()
422 of_node_put(out_args.np); in zx_tdm_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/zte/
H A Dzx_tvenc.c303 struct of_phandle_args out_args; in zx_tvenc_pwrctrl_init() local
308 "zte,tvenc-power-control", 2, 0, &out_args); in zx_tvenc_pwrctrl_init()
312 regmap = syscon_node_to_regmap(out_args.np); in zx_tvenc_pwrctrl_init()
319 pwrctrl->reg = out_args.args[0]; in zx_tvenc_pwrctrl_init()
320 pwrctrl->mask = out_args.args[1]; in zx_tvenc_pwrctrl_init()
323 of_node_put(out_args.np); in zx_tvenc_pwrctrl_init()
H A Dzx_vga.c194 struct of_phandle_args out_args; in zx_vga_pwrctrl_init() local
199 "zte,vga-power-control", 2, 0, &out_args); in zx_vga_pwrctrl_init()
203 regmap = syscon_node_to_regmap(out_args.np); in zx_vga_pwrctrl_init()
210 pwrctrl->reg = out_args.args[0]; in zx_vga_pwrctrl_init()
211 pwrctrl->mask = out_args.args[1]; in zx_vga_pwrctrl_init()
214 of_node_put(out_args.np); in zx_vga_pwrctrl_init()
/OK3568_Linux_fs/kernel/drivers/of/
H A Dbase.c1379 struct of_phandle_args *out_args) in __of_parse_phandle_with_args() argument
1397 if (out_args) { in __of_parse_phandle_with_args()
1401 out_args->args, in __of_parse_phandle_with_args()
1403 out_args->np = it.node; in __of_parse_phandle_with_args()
1404 out_args->args_count = c; in __of_parse_phandle_with_args()
1487 struct of_phandle_args *out_args) in of_parse_phandle_with_args() argument
1499 cell_count, index, out_args); in of_parse_phandle_with_args()
1548 int index, struct of_phandle_args *out_args) in of_parse_phandle_with_args_map() argument
1582 out_args); in of_parse_phandle_with_args_map()
1587 cur = out_args->np; in of_parse_phandle_with_args_map()
[all …]
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dsyscon.h30 unsigned int *out_args);
58 unsigned int *out_args) in syscon_regmap_lookup_by_phandle_args() argument
/OK3568_Linux_fs/u-boot/drivers/core/
H A Dof_access.c617 struct of_phandle_args *out_args) in __of_parse_phandle_with_args() argument
694 if (out_args) { in __of_parse_phandle_with_args()
698 out_args->np = node; in __of_parse_phandle_with_args()
699 out_args->args_count = count; in __of_parse_phandle_with_args()
701 out_args->args[i] = in __of_parse_phandle_with_args()
747 int index, struct of_phandle_args *out_args) in of_parse_phandle_with_args() argument
753 index, out_args); in of_parse_phandle_with_args()
H A Dread.c118 struct ofnode_phandle_args *out_args) in dev_read_phandle_with_args() argument
122 out_args); in dev_read_phandle_with_args()
H A Dofnode.c352 struct ofnode_phandle_args *out_args) in ofnode_parse_phandle_with_args() argument
362 ofnode_from_of_phandle_args(&args, out_args); in ofnode_parse_phandle_with_args()
372 ofnode_from_fdtdec_phandle_args(&args, out_args); in ofnode_parse_phandle_with_args()
/OK3568_Linux_fs/u-boot/include/dm/
H A Dread.h242 struct ofnode_phandle_args *out_args);
583 int index, struct ofnode_phandle_args *out_args) in dev_read_phandle_with_args() argument
587 out_args); in dev_read_phandle_with_args()
H A Dof_access.h425 int index, struct of_phandle_args *out_args);
H A Dofnode.h499 struct ofnode_phandle_args *out_args);
/OK3568_Linux_fs/kernel/include/linux/
H A Dof.h371 struct of_phandle_args *out_args);
374 struct of_phandle_args *out_args);
377 struct of_phandle_args *out_args);
863 struct of_phandle_args *out_args) in of_parse_phandle_with_args() argument
872 struct of_phandle_args *out_args) in of_parse_phandle_with_args_map() argument
879 struct of_phandle_args *out_args) in of_parse_phandle_with_fixed_args() argument
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dsyscon.c232 unsigned int *out_args) in syscon_regmap_lookup_by_phandle_args() argument
251 out_args[index] = args.args[index]; in syscon_regmap_lookup_by_phandle_args()
/OK3568_Linux_fs/u-boot/lib/
H A Dfdtdec.c710 struct fdtdec_phandle_args *out_args) in fdtdec_parse_phandle_with_args() argument
793 if (out_args) { in fdtdec_parse_phandle_with_args()
802 out_args->node = node; in fdtdec_parse_phandle_with_args()
803 out_args->args_count = count; in fdtdec_parse_phandle_with_args()
805 out_args->args[i] = in fdtdec_parse_phandle_with_args()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hw.h136 u32 out_args; member
/OK3568_Linux_fs/u-boot/include/
H A Dfdtdec.h222 struct fdtdec_phandle_args *out_args);

12