Home
last modified time | relevance | path

Searched refs:_read_bufsize (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/wireless/ath/carl9170/
H A Ddebug.c170 #define __DEBUGFS_DECLARE_FILE(name, _read, _write, _read_bufsize, \
173 .read_bufsize = _read_bufsize, \
180 #define DEBUGFS_DECLARE_FILE(name, _read, _write, _read_bufsize, _attr) \
181 __DEBUGFS_DECLARE_FILE(name, _read, _write, _read_bufsize, \
184 #define DEBUGFS_DECLARE_RO_FILE(name, _read_bufsize) \ argument
186 NULL, _read_bufsize, 0400)
192 #define DEBUGFS_DECLARE_RW_FILE(name, _read_bufsize) \
195 _read_bufsize, 0600)
197 #define __DEBUGFS_DECLARE_RW_FILE(name, _read_bufsize, _dstate) \
200 _read_bufsize, 060
168 __DEBUGFS_DECLARE_FILE(name,_read,_write,_read_bufsize,_attr,_dstate) global() argument
188 DEBUGFS_DECLARE_RO_FILE(name,_read_bufsize) global() argument
196 DEBUGFS_DECLARE_RW_FILE(name,_read_bufsize) global() argument
201 __DEBUGFS_DECLARE_RW_FILE(name,_read_bufsize,_dstate) global() argument
206 DEBUGFS_READONLY_FILE(name,_read_bufsize,fmt,value...) global() argument
[all...]