Home
last modified time | relevance | path

Searched defs:__set (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/phy/qualcomm/
H A Dphy-qcom-ipq806x-sata.c24 #define __set(v, a, b) (((v) << (b)) & GENMASK(a, b)) macro
/linux/tools/testing/selftests/mqueue/
H A Dmq_open_tests.c71 static inline void __set(FILE *stream, int value, char *err_msg) in __set() function
H A Dmq_perf_tests.c165 static inline void __set(FILE *stream, int value, char *err_msg) in __set() function
/linux/drivers/thunderbolt/
H A Ddma_test.c358 #define DMA_TEST_DEBUGFS_ATTR(__fops, __get, __validate, __set) \ argument
/linux/include/linux/
H A Dfs.h3883 #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