Searched defs:__set (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/drivers/phy/qualcomm/ |
D | phy-qcom-ipq806x-sata.c | 24 #define __set(v, a, b) (((v) << (b)) & GENMASK(a, b)) macro
|
/linux-5.19.10/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-5.19.10/drivers/thunderbolt/ |
D | dma_test.c | 358 #define DMA_TEST_DEBUGFS_ATTR(__fops, __get, __validate, __set) \ argument
|
/linux-5.19.10/include/linux/ |
D | debugfs.h | 48 #define DEFINE_DEBUGFS_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument
|
D | fs.h | 3348 #define DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument
|
/linux-5.19.10/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
|