Home
last modified time | relevance | path

Searched refs:argtype (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Ddebugfs.h14 #define MVM_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \ argument
19 argtype *arg = file->private_data; \
29 #define _MVM_DEBUGFS_READ_WRITE_FILE_OPS(name, buflen, argtype) \ argument
30 MVM_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \
38 #define _MVM_DEBUGFS_WRITE_FILE_OPS(name, buflen, argtype) \ argument
39 MVM_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \
/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddebugfs.c13 #define FWRT_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \ argument
15 argtype *arg; \
63 #define _FWRT_DEBUGFS_READ_FILE_OPS(name, buflen, argtype) \ argument
64 FWRT_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \
73 #define FWRT_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \ argument
78 argtype *arg = \
89 #define _FWRT_DEBUGFS_READ_WRITE_FILE_OPS(name, buflen, argtype) \ argument
90 FWRT_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \
91 FWRT_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \
101 #define _FWRT_DEBUGFS_WRITE_FILE_OPS(name, buflen, argtype) \ argument
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Ddebugfs.h8 #define MLD_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \ argument
10 argtype *arg; \
60 #define _MLD_DEBUGFS_READ_FILE_OPS(name, buflen, argtype) \ argument
61 MLD_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \
/linux/fs/lockd/
H A Dclnt4xdr.c546 #define PROC(proc, argtype, restype) \ argument
549 .p_encode = nlm4_xdr_enc_##argtype, \
551 .p_arglen = NLM4_##argtype##_sz, \
/linux/fs/nfs/
H A Dnfs2xdr.c1053 #define PROC(proc, argtype, restype, timer) \ argument
1056 .p_encode = nfs2_xdr_enc_##argtype, \
1058 .p_arglen = NFS_##argtype##_sz, \
H A Dnfs3xdr.c2440 #define PROC(proc, argtype, restype, timer) \ argument
2443 .p_encode = nfs3_xdr_enc_##argtype##3args, \
2445 .p_arglen = NFS3_##argtype##args_sz, \
/linux/fs/nfsd/
H A Dnfs4callback.c1012 #define PROC(proc, call, argtype, restype) \ argument
1015 .p_encode = nfs4_xdr_enc_##argtype, \
1017 .p_arglen = NFS4_enc_##argtype##_sz, \