Lines Matching refs:THINGY
138 #define PYRA_SYSFS_W(thingy, THINGY) \ argument
144 PYRA_SIZE_ ## THINGY, PYRA_COMMAND_ ## THINGY); \
147 #define PYRA_SYSFS_R(thingy, THINGY) \ argument
153 PYRA_SIZE_ ## THINGY, PYRA_COMMAND_ ## THINGY); \
156 #define PYRA_SYSFS_RW(thingy, THINGY) \ argument
157 PYRA_SYSFS_W(thingy, THINGY) \
158 PYRA_SYSFS_R(thingy, THINGY)
160 #define PYRA_BIN_ATTRIBUTE_RW(thingy, THINGY) \ argument
161 PYRA_SYSFS_RW(thingy, THINGY); \
164 .size = PYRA_SIZE_ ## THINGY, \
169 #define PYRA_BIN_ATTRIBUTE_R(thingy, THINGY) \ argument
170 PYRA_SYSFS_R(thingy, THINGY); \
173 .size = PYRA_SIZE_ ## THINGY, \
177 #define PYRA_BIN_ATTRIBUTE_W(thingy, THINGY) \ argument
178 PYRA_SYSFS_W(thingy, THINGY); \
181 .size = PYRA_SIZE_ ## THINGY, \