Lines Matching defs:name
168 #define __DEBUGFS_DECLARE_FILE(name, _read, _write, _read_bufsize, \ argument
184 #define DEBUGFS_DECLARE_FILE(name, _read, _write, _read_bufsize, _attr) \ argument
188 #define DEBUGFS_DECLARE_RO_FILE(name, _read_bufsize) \ argument
192 #define DEBUGFS_DECLARE_WO_FILE(name) \ argument
196 #define DEBUGFS_DECLARE_RW_FILE(name, _read_bufsize) \ argument
201 #define __DEBUGFS_DECLARE_RW_FILE(name, _read_bufsize, _dstate) \ argument
206 #define DEBUGFS_READONLY_FILE(name, _read_bufsize, fmt, value...) \ argument
463 #define UPDATE_COUNTER(ar, name) ({ \ argument
477 #define TALLY_SUM_UP(ar, name) do { \ argument
486 #define DEBUGFS_HW_TALLY_FILE(name, f) \ argument
516 #define DEBUGFS_HW_REG_FILE(name, f) \ argument
818 #define DEBUGFS_ADD(name) \ in carl9170_debugfs_register() argument