/linux-6.6.21/include/linux/ |
D | genl_magic_struct.h | 160 __get, __put, __is_signed) \ argument 165 maxlen, __get, __put, __is_signed) \ argument 228 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ argument 234 __get, __put, __is_signed) \ argument 252 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ argument 258 __get, __put, __is_signed) \ argument 271 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ argument 277 __get, __put, is_signed) \ argument
|
D | genl_magic_func.h | 37 #define __field(attr_nr, attr_flag, name, nla_type, _type, __get, \ argument 43 __get, __put, __is_signed) \ argument 187 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ argument 191 s->name = __get(nla); \ 197 __get, __put, __is_signed) \ argument 201 __get(s->name, nla, maxlen); \ 353 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ argument 363 __get, __put, __is_signed) \ argument 378 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ argument 382 __get, __put, __is_signed) argument
|
D | debugfs.h | 48 #define DEFINE_DEBUGFS_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, __is_signed) \ argument 52 return simple_attr_open(inode, file, __get, __set, __fmt); \ 63 #define DEFINE_DEBUGFS_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument 64 DEFINE_DEBUGFS_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, false) 66 #define DEFINE_DEBUGFS_ATTRIBUTE_SIGNED(__fops, __get, __set, __fmt) \ argument 67 DEFINE_DEBUGFS_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, true)
|
D | fs.h | 3316 #define DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, __is_signed) \ argument 3320 return simple_attr_open(inode, file, __get, __set, __fmt); \ 3331 #define DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument 3332 DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, false) 3334 #define DEFINE_SIMPLE_ATTRIBUTE_SIGNED(__fops, __get, __set, __fmt) \ argument 3335 DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, true)
|
/linux-6.6.21/drivers/md/ |
D | dm-bio-prison-v2.c | 150 static bool __get(struct dm_bio_prison_v2 *prison, in __get() function 183 r = __get(prison, key, lock_level, inmate, cell_prealloc, cell_result); in dm_cell_get_v2()
|
/linux-6.6.21/arch/powerpc/platforms/cell/spufs/ |
D | file.c | 141 #define DEFINE_SPUFS_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument 145 return spufs_attr_open(inode, file, __get, __set, __fmt); \ 1218 #define DEFINE_SPUFS_ATTRIBUTE(__name, __get, __set, __fmt, __acquire) \ argument 1219 static int __##__get(void *data, u64 *val) \ 1228 *val = __get(ctx); \ 1234 *val = __get(ctx); \ 1237 *val = __get(ctx); \ 1241 DEFINE_SPUFS_SIMPLE_ATTRIBUTE(__name, __##__get, __set, __fmt);
|
/linux-6.6.21/drivers/thunderbolt/ |
D | dma_test.c | 358 #define DMA_TEST_DEBUGFS_ATTR(__fops, __get, __validate, __set) \ argument 368 __get(dt, val); \
|