Searched defs:__set (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/phy/qualcomm/ |
H A D | phy-qcom-ipq806x-sata.c | 24 #define __set(v, a, b) (((v) << (b)) & GENMASK(a, b)) macro
|
/linux/tools/testing/selftests/mqueue/ |
H A D | mq_open_tests.c | 71 static inline void __set(FILE *stream, int value, char *err_msg) in __set() function
|
H A D | mq_perf_tests.c | 165 static inline void __set(FILE *stream, int value, char *err_msg) in __set() function
|
/linux/drivers/thunderbolt/ |
H A D | dma_test.c | 358 #define DMA_TEST_DEBUGFS_ATTR(__fops, __get, __validate, __set) \ argument
|
/linux/include/linux/ |
H A D | fs.h | 3883 #define DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, __is_signed) \ argument 3898 #define DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument 3901 #define DEFINE_SIMPLE_ATTRIBUTE_SIGNED(__fops, __get, __set, __fmt) \ argument
|