Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dgenl_magic_struct.h160 __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
H A Dgenl_magic_func.h37 #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
H 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)
H A Dfs.h3325 #define DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, __is_signed) \ argument
3329 return simple_attr_open(inode, file, __get, __set, __fmt); \
3340 #define DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument
3341 DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, false)
3343 #define DEFINE_SIMPLE_ATTRIBUTE_SIGNED(__fops, __get, __set, __fmt) \ argument
3344 DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, true)
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__tuple.hpp61 constexpr _Ty&& __get(__box<_Ty, _Idx>&& __self) noexcept in __get() function
68 constexpr _Ty& __get(__box<_Ty, _Idx>& __self) noexcept in __get() function
75 constexpr const _Ty& __get(const __box<_Ty, _Idx>& __self) noexcept in __get() function
/openbmc/linux/drivers/md/
H 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()
/openbmc/linux/arch/powerpc/platforms/cell/spufs/
H 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);
/openbmc/linux/drivers/thunderbolt/
H A Ddma_test.c358 #define DMA_TEST_DEBUGFS_ATTR(__fops, __get, __validate, __set) \ argument
368 __get(dt, val); \
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dexecution.hpp5832 __tup::__get<__v<_Index>>(__state.__values_);