Lines Matching defs:name
166 #define __DEBUGFS_DECLARE_FILE(name, _read, _write, _read_bufsize, \ argument
182 #define DEBUGFS_DECLARE_FILE(name, _read, _write, _read_bufsize, _attr) \ argument
186 #define DEBUGFS_DECLARE_RO_FILE(name, _read_bufsize) \ argument
190 #define DEBUGFS_DECLARE_WO_FILE(name) \ argument
194 #define DEBUGFS_DECLARE_RW_FILE(name, _read_bufsize) \ argument
199 #define __DEBUGFS_DECLARE_RW_FILE(name, _read_bufsize, _dstate) \ argument
204 #define DEBUGFS_READONLY_FILE(name, _read_bufsize, fmt, value...) \ argument
473 #define UPDATE_COUNTER(ar, name) ({ \ argument
487 #define TALLY_SUM_UP(ar, name) do { \ argument
496 #define DEBUGFS_HW_TALLY_FILE(name, f) \ argument
526 #define DEBUGFS_HW_REG_FILE(name, f) \ argument
828 #define DEBUGFS_ADD(name) \ in carl9170_debugfs_register() argument