/linux-6.1.9/include/linux/ |
D | genl_magic_struct.h | 162 __get, __put, __is_signed) \ argument 167 maxlen, __get, __put, __is_signed) \ argument 230 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ argument 236 __get, __put, __is_signed) \ argument 254 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ argument 260 __get, __put, __is_signed) \ argument 273 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ argument 279 __get, __put, is_signed) \ argument
|
D | genl_magic_func.h | 36 #define __field(attr_nr, attr_flag, name, nla_type, _type, __get, \ argument 42 __get, __put, __is_signed) \ argument 186 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ argument 190 s->name = __get(nla); \ 196 __get, __put, __is_signed) \ argument 200 __get(s->name, nla, maxlen); \ 352 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ argument 362 __get, __put, __is_signed) \ argument 377 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ argument 381 __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 | 3502 #define DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, __is_signed) \ argument 3506 return simple_attr_open(inode, file, __get, __set, __fmt); \ 3517 #define DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument 3518 DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, false) 3520 #define DEFINE_SIMPLE_ATTRIBUTE_SIGNED(__fops, __get, __set, __fmt) \ argument 3521 DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, true)
|
/linux-6.1.9/drivers/md/ |
D | dm-bio-prison-v2.c | 149 static bool __get(struct dm_bio_prison_v2 *prison, in __get() function 182 r = __get(prison, key, lock_level, inmate, cell_prealloc, cell_result); in dm_cell_get_v2()
|
/linux-6.1.9/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.1.9/drivers/thunderbolt/ |
D | dma_test.c | 358 #define DMA_TEST_DEBUGFS_ATTR(__fops, __get, __validate, __set) \ argument 368 __get(dt, val); \
|