Searched refs:DEFINE_DEBUGFS_ATTRIBUTE_XSIGNED (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/include/linux/ |
D | debugfs.h | 43 #define DEFINE_DEBUGFS_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, __is_signed) \ macro 59 DEFINE_DEBUGFS_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, false) 62 DEFINE_DEBUGFS_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, true)
|