Searched defs:_read_bufsize (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/drivers/net/wireless/ath/carl9170/ |
D | debug.c | 170 #define __DEBUGFS_DECLARE_FILE(name, _read, _write, _read_bufsize, \ argument 180 #define DEBUGFS_DECLARE_FILE(name, _read, _write, _read_bufsize, _attr) \ argument 184 #define DEBUGFS_DECLARE_RO_FILE(name, _read_bufsize) \ argument 192 #define DEBUGFS_DECLARE_RW_FILE(name, _read_bufsize) \ argument 197 #define __DEBUGFS_DECLARE_RW_FILE(name, _read_bufsize, _dstate) \ argument 202 #define DEBUGFS_READONLY_FILE(name, _read_bufsize, fmt, value...) \ argument
|