Searched refs:args (Results 126 - 150 of 2509) sorted by last modified time

1234567891011>>

/linux-master/drivers/platform/x86/
H A Dlg-laptop.c93 union acpi_object args[1]; local
101 args[0].type = ACPI_TYPE_INTEGER;
102 args[0].integer.value = arg0;
111 arg.pointer = args;
133 union acpi_object args[3]; local
139 args[0].type = ACPI_TYPE_INTEGER;
140 args[0].integer.value = method;
141 args[1].type = ACPI_TYPE_INTEGER;
142 args[1].integer.value = arg1;
143 args[
166 union acpi_object args[3]; local
[all...]
H A Dacer-wmi.c875 struct wmab_args args; local
877 args.eax = ACER_AMW0_WRITE;
878 args.ebx = value ? (1<<8) : 0;
879 args.ecx = args.edx = 0;
885 args.ebx |= ACER_AMW0_MAILLED_MASK;
890 args.ebx |= ACER_AMW0_WIRELESS_MASK;
895 args.ebx |= ACER_AMW0_BLUETOOTH_MASK;
909 return wmab_execute(&args, NULL);
914 struct wmab_args args; local
966 struct wmab_args args; local
[all...]
/linux-master/drivers/media/platform/mediatek/vcodec/encoder/
H A Dmtk_vcodec_enc_drv.h239 #define mtk_venc_err(ctx, fmt, args...) \
240 mtk_vcodec_err((ctx)->id, (ctx)->dev->plat_dev, fmt, ##args)
242 #define mtk_venc_debug(ctx, fmt, args...) \
243 mtk_vcodec_debug((ctx)->id, (ctx)->dev->plat_dev, fmt, ##args)
245 #define mtk_v4l2_venc_err(ctx, fmt, args...) mtk_v4l2_err((ctx)->dev->plat_dev, fmt, ##args)
247 #define mtk_v4l2_venc_dbg(level, ctx, fmt, args...) \
248 mtk_v4l2_debug((ctx)->dev->plat_dev, level, fmt, ##args)
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_drv.h329 #define mtk_vdec_err(ctx, fmt, args...) \
330 mtk_vcodec_err((ctx)->id, (ctx)->dev->plat_dev, fmt, ##args)
332 #define mtk_vdec_debug(ctx, fmt, args...) \
333 mtk_vcodec_debug((ctx)->id, (ctx)->dev->plat_dev, fmt, ##args)
335 #define mtk_v4l2_vdec_err(ctx, fmt, args...) mtk_v4l2_err((ctx)->dev->plat_dev, fmt, ##args)
337 #define mtk_v4l2_vdec_dbg(level, ctx, fmt, args...) \
338 mtk_v4l2_debug((ctx)->dev->plat_dev, level, fmt, ##args)
/linux-master/drivers/hv/
H A Dvmbus_drv.c68 void *args)
67 hv_panic_vmbus_unload(struct notifier_block *nb, unsigned long val, void *args) argument
/linux-master/drivers/accel/ivpu/
H A Divpu_drv.c118 static int ivpu_get_capabilities(struct ivpu_device *vdev, struct drm_ivpu_param *args) argument
120 switch (args->index) {
122 args->value = 0;
125 args->value = 1;
139 struct drm_ivpu_param *args = data; local
146 switch (args->param) {
148 args->value = pdev->device;
151 args->value = pdev->revision;
154 args->value = vdev->platform;
157 args
204 struct drm_ivpu_param *args = data; local
[all...]
H A Divpu_drv.h78 #define ivpu_dbg(vdev, type, fmt, args...) do { \
80 dev_dbg((vdev)->drm.dev, "[%s] " fmt, #type, ##args); \
/linux-master/arch/mips/kernel/
H A Dptrace.c1333 unsigned long args[6]; local
1337 syscall_get_arguments(current, regs, args);
1339 sd.args[i] = args[i];
/linux-master/tools/include/linux/
H A Dkernel.h98 int vscnprintf(char *buf, size_t size, const char *fmt, va_list args);
/linux-master/arch/x86/include/asm/
H A Dsyscall.h83 unsigned long *args)
85 memcpy(args, &regs->bx, 6 * sizeof(args[0]));
97 unsigned long *args)
101 *args++ = regs->bx;
102 *args++ = regs->cx;
103 *args++ = regs->dx;
104 *args++ = regs->si;
105 *args++ = regs->di;
106 *args
81 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, unsigned long *args) argument
95 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, unsigned long *args) argument
[all...]
/linux-master/drivers/crypto/ccp/
H A Dsev-dev.c1298 static int _sev_platform_init_locked(struct sev_platform_init_args *args) argument
1315 rc = __sev_snp_init_locked(&args->error);
1322 rc, args->error);
1326 if (args->probe && !psp_init_on_probe)
1329 return __sev_platform_init_locked(&args->error);
1332 int sev_platform_init(struct sev_platform_init_args *args) argument
1337 rc = _sev_platform_init_locked(args);
2342 struct sev_platform_init_args args = {0}; local
2357 args.probe = true;
2358 rc = sev_platform_init(&args);
[all...]
/linux-master/net/sunrpc/
H A Dsvcsock.c449 struct tls_handshake_args args = { local
461 ret = tls_server_hello_x509(&args, GFP_KERNEL);
/linux-master/net/sched/
H A Dsch_api.c1861 s_idx = cb->args[0];
1862 s_q_idx = q_idx = cb->args[1];
1898 cb->args[0] = idx;
1899 cb->args[1] = q_idx;
2108 struct tc_bind_class_args args = {}; local
2112 args.portid = portid;
2113 args.clid = clid;
2114 args.new_cl = new_cl;
2115 args.w.fn = tc_bind_class_walker;
2116 q->ops->cl_ops->walk(q, &args
[all...]
/linux-master/net/rds/
H A Drdma.c172 static int __rds_rdma_map(struct rds_sock *rs, struct rds_get_mr_args *args, argument
201 if (((args->vec.addr + args->vec.bytes) < args->vec.addr) ||
202 PAGE_ALIGN(args->vec.addr + args->vec.bytes) <
203 (args->vec.addr + args->vec.bytes)) {
213 nr_pages = rds_pages_in_vec(&args->vec);
228 args
361 struct rds_get_mr_args args; local
374 struct rds_get_mr_for_dest_args args; local
401 struct rds_free_mr_args args; local
557 rds_rdma_extra_size(struct rds_rdma_args *args, struct rds_iov_vector *iov) argument
615 struct rds_rdma_args *args; local
872 struct rds_atomic_args *args; local
[all...]
/linux-master/net/9p/
H A Dclient.c138 substring_t args[MAX_OPT_ARGS]; local
159 token = match_token(p, tokens, args);
162 r = match_int(&args[0], &option);
178 s = match_strdup(&args[0]);
199 s = match_strdup(&args[0]);
H A Dtrans_fd.c770 substring_t args[MAX_OPT_ARGS]; local
795 token = match_token(p, tokens, args);
797 r = match_int(&args[0], &option);
993 p9_fd_create_tcp(struct p9_client *client, const char *addr, char *args) argument
1000 err = parse_opts(args, &opts);
1046 p9_fd_create_unix(struct p9_client *client, const char *addr, char *args) argument
1086 p9_fd_create(struct p9_client *client, const char *addr, char *args) argument
1091 err = parse_opts(args, &opts);
/linux-master/kernel/trace/
H A Dbpf_trace.c378 u64 args[MAX_TRACE_PRINTK_VARARGS] = { arg1, arg2, arg3 }; local
385 ret = bpf_bprintf_prepare(fmt, fmt_size, args,
427 BPF_CALL_4(bpf_trace_vprintk, char *, fmt, u32, fmt_size, const void *, args,
437 (data_len && !args))
441 ret = bpf_bprintf_prepare(fmt, fmt_size, args, num_args, &data);
471 const void *, args, u32, data_len)
479 (data_len && !args))
483 err = bpf_bprintf_prepare(fmt, fmt_size, args, num_args, &data);
1918 BPF_CALL_5(bpf_perf_event_output_raw_tp, struct bpf_raw_tracepoint_args *, args,
1949 BPF_CALL_3(bpf_get_stackid_raw_tp, struct bpf_raw_tracepoint_args *, args,
2373 __bpf_trace_run(struct bpf_prog *prog, u64 *args) argument
[all...]
/linux-master/include/linux/
H A Dfs.h2588 va_list args; local
2590 va_start(args, fmt);
2591 vsnprintf(sb->s_sysfs_name, sizeof(sb->s_sysfs_name), fmt, args);
2592 va_end(args);
H A Dbpf.h1004 /* The longest tracepoint has 12 args.
2358 #define DEFINE_BPF_ITER_FUNC(target, args...) \
2359 extern int bpf_iter_ ## target(args); \
2360 int __init bpf_iter_ ## target(args) { return 0; }
/linux-master/fs/
H A Dsuper.c1831 va_list args; local
1837 va_start(args, fmt);
1838 err = bdi_register_va(bdi, fmt, args);
1839 va_end(args);
/linux-master/fs/smb/client/
H A Dsmb1ops.c1051 struct cifs_unix_set_info_args args = { local
1059 args.uid = current_fsuid();
1060 args.gid = current_fsgid();
1062 args.uid = INVALID_UID; /* no change */
1063 args.gid = INVALID_GID; /* no change */
1065 rc = CIFSSMBUnixSetPathInfo(xid, tcon, full_path, &args,
H A Dfile.c885 struct cifs_unix_set_info_args args = { local
894 CIFSSMBUnixSetFileInfo(xid, tcon, &args, fid.netfid,
H A Ddir.c344 struct cifs_unix_set_info_args args = { local
353 args.uid = current_fsuid();
355 args.gid = inode->i_gid;
357 args.gid = current_fsgid();
359 args.uid = INVALID_UID; /* no change */
360 args.gid = INVALID_GID; /* no change */
362 CIFSSMBUnixSetFileInfo(xid, tcon, &args, fid->netfid,
H A Dcifssmb.c5406 const struct cifs_unix_set_info_args *args)
5409 u64 mode = args->mode;
5411 if (uid_valid(args->uid))
5412 uid = from_kuid(&init_user_ns, args->uid);
5413 if (gid_valid(args->gid))
5414 gid = from_kgid(&init_user_ns, args->gid);
5425 data_offset->LastStatusChange = cpu_to_le64(args->ctime);
5426 data_offset->LastAccessTime = cpu_to_le64(args->atime);
5427 data_offset->LastModificationTime = cpu_to_le64(args->mtime);
5431 data_offset->DevMajor = cpu_to_le64(MAJOR(args
5405 cifs_fill_unix_set_info(FILE_UNIX_BASIC_INFO *data_offset, const struct cifs_unix_set_info_args *args) argument
5452 CIFSSMBUnixSetFileInfo(const unsigned int xid, struct cifs_tcon *tcon, const struct cifs_unix_set_info_args *args, u16 fid, u32 pid_of_opener) argument
5518 CIFSSMBUnixSetPathInfo(const unsigned int xid, struct cifs_tcon *tcon, const char *file_name, const struct cifs_unix_set_info_args *args, const struct nls_table *nls_codepage, int remap) argument
[all...]
/linux-master/fs/nfsd/
H A Dnfs4state.c3357 nfsd4_enc_sequence_replay(struct nfsd4_compoundargs *args, argument
3364 op = &args->ops[resp->opcnt - 1];
3369 if (args->opcnt == 1) {
3377 op = &args->ops[resp->opcnt++];
4125 struct nfsd4_compoundargs *args = rqstp->rq_argp; local
4127 return args->opcnt > session->se_fchannel.maxops;

Completed in 350 milliseconds

1234567891011>>