Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dgenl_magic_struct.h162 __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
A Dgenl_magic_func.h36 #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
A Ddebugfs.h48 #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)
A Dfs.h3063 #define DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, __is_signed) \ argument
3067 return simple_attr_open(inode, file, __get, __set, __fmt); \
3078 #define DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument
3079 DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, false)
3081 #define DEFINE_SIMPLE_ATTRIBUTE_SIGNED(__fops, __get, __set, __fmt) \ argument
3082 DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, true)
/linux-6.3-rc2/drivers/md/
A Ddm-bio-prison-v2.c150 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.3-rc2/arch/powerpc/platforms/cell/spufs/
A Dfile.c141 #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.3-rc2/drivers/thunderbolt/
A Ddma_test.c358 #define DMA_TEST_DEBUGFS_ATTR(__fops, __get, __validate, __set) \ argument
368 __get(dt, val); \

Completed in 23 milliseconds