Searched refs:argtype (Results 1 – 3 of 3) sorted by relevance
| /drivers/net/wireless/intel/iwlwifi/mvm/ |
| A D | debugfs.h | 14 #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) \
|
| /drivers/net/wireless/intel/iwlwifi/fw/ |
| A D | debugfs.c | 12 #define FWRT_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \ argument 14 argtype *arg; \ 62 #define _FWRT_DEBUGFS_READ_FILE_OPS(name, buflen, argtype) \ argument 63 FWRT_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \ 72 #define FWRT_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \ argument 77 argtype *arg = \ 89 FWRT_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \ 90 FWRT_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \ 100 #define _FWRT_DEBUGFS_WRITE_FILE_OPS(name, buflen, argtype) \ argument 101 FWRT_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \ [all …]
|
| /drivers/net/wireless/intel/iwlwifi/mld/ |
| A D | debugfs.h | 8 #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) \
|
Completed in 9 milliseconds