Searched refs:__fmt (Results 1 – 3 of 3) sorted by relevance
/include/linux/ |
D | debugfs.h | 42 #define DEFINE_DEBUGFS_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument 45 __simple_attr_check_format(__fmt, 0ull); \ 46 return simple_attr_open(inode, file, __get, __set, __fmt); \
|
D | fs.h | 3497 #define DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument 3500 __simple_attr_check_format(__fmt, 0ull); \ 3501 return simple_attr_open(inode, file, __get, __set, __fmt); \
|
/include/media/ |
D | v4l2-common.h | 47 #define dev_dbg_lvl(__dev, __level, __debug, __fmt, __arg...) \ argument 50 dev_printk(KERN_DEBUG, __dev, __fmt, ##__arg); \
|