Searched defs:__set (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/include/linux/ |
D | debugfs.h | 48 #define DEFINE_DEBUGFS_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, __is_signed) \ argument 63 #define DEFINE_DEBUGFS_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument 66 #define DEFINE_DEBUGFS_ATTRIBUTE_SIGNED(__fops, __get, __set, __fmt) \ argument
|
D | fs.h | 3502 #define DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, __is_signed) \ argument 3517 #define DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument 3520 #define DEFINE_SIMPLE_ATTRIBUTE_SIGNED(__fops, __get, __set, __fmt) \ argument
|
/linux-6.1.9/drivers/phy/qualcomm/ |
D | phy-qcom-ipq806x-sata.c | 24 #define __set(v, a, b) (((v) << (b)) & GENMASK(a, b)) macro
|
/linux-6.1.9/tools/testing/selftests/mqueue/ |
D | mq_open_tests.c | 71 static inline void __set(FILE *stream, int value, char *err_msg) in __set() function
|
D | mq_perf_tests.c | 165 static inline void __set(FILE *stream, int value, char *err_msg) in __set() function
|
/linux-6.1.9/net/netfilter/ |
D | nft_set_rbtree.c | 218 static int nft_rbtree_gc_elem(const struct nft_set *__set, in nft_rbtree_gc_elem()
|
/linux-6.1.9/drivers/thunderbolt/ |
D | dma_test.c | 358 #define DMA_TEST_DEBUGFS_ATTR(__fops, __get, __validate, __set) \ argument
|
/linux-6.1.9/arch/powerpc/platforms/cell/spufs/ |
D | file.c | 141 #define DEFINE_SPUFS_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument 1218 #define DEFINE_SPUFS_ATTRIBUTE(__name, __get, __set, __fmt, __acquire) \ argument
|