Searched refs:DEBUGFS_DECLARE_FILE (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/wireless/ath/carl9170/ |
H A D | debug.c | 180 #define DEBUGFS_DECLARE_FILE(name, _read, _write, _read_bufsize, _attr) \ 185 DEBUGFS_DECLARE_FILE(name, carl9170_debugfs_##name ##_read, \ 189 DEBUGFS_DECLARE_FILE(name, NULL, carl9170_debugfs_##name ##_write,\ 193 DEBUGFS_DECLARE_FILE(name, carl9170_debugfs_##name ##_read, \ 184 #define DEBUGFS_DECLARE_FILE( global() macro
|