Searched refs:thingy (Results 1 – 6 of 6) sorted by relevance
| /drivers/hid/ |
| A D | hid-roccat-common.h | 66 ROCCAT_COMMON2_SYSFS_W(thingy, COMMAND, SIZE) \ 67 ROCCAT_COMMON2_SYSFS_R(thingy, COMMAND, SIZE) 70 ROCCAT_COMMON2_SYSFS_RW(thingy, COMMAND, SIZE); \ 72 .attr = { .name = #thingy, .mode = 0660 }, \ 74 .read = roccat_common2_sysfs_read_ ## thingy, \ 75 .write = roccat_common2_sysfs_write_ ## thingy \ 79 ROCCAT_COMMON2_SYSFS_R(thingy, COMMAND, SIZE); \ 81 .attr = { .name = #thingy, .mode = 0440 }, \ 83 .read = roccat_common2_sysfs_read_ ## thingy, \ 87 ROCCAT_COMMON2_SYSFS_W(thingy, COMMAND, SIZE); \ [all …]
|
| A D | hid-roccat-isku.c | 157 #define ISKU_SYSFS_W(thingy, THINGY) \ argument 166 #define ISKU_SYSFS_R(thingy, THINGY) \ argument 175 #define ISKU_SYSFS_RW(thingy, THINGY) \ argument 176 ISKU_SYSFS_R(thingy, THINGY) \ 177 ISKU_SYSFS_W(thingy, THINGY) 180 ISKU_SYSFS_RW(thingy, THINGY); \ 184 .read = isku_sysfs_read_ ## thingy, \ 185 .write = isku_sysfs_write_ ## thingy \ 189 ISKU_SYSFS_R(thingy, THINGY); \ 193 .read = isku_sysfs_read_ ## thingy, \ [all …]
|
| A D | hid-roccat-koneplus.c | 129 #define KONEPLUS_SYSFS_W(thingy, THINGY) \ argument 138 #define KONEPLUS_SYSFS_R(thingy, THINGY) \ argument 147 #define KONEPLUS_SYSFS_RW(thingy, THINGY) \ argument 148 KONEPLUS_SYSFS_W(thingy, THINGY) \ 149 KONEPLUS_SYSFS_R(thingy, THINGY) 152 KONEPLUS_SYSFS_RW(thingy, THINGY); \ 156 .read = koneplus_sysfs_read_ ## thingy, \ 157 .write = koneplus_sysfs_write_ ## thingy \ 161 KONEPLUS_SYSFS_R(thingy, THINGY); \ 165 .read = koneplus_sysfs_read_ ## thingy, \ [all …]
|
| A D | hid-roccat-pyra.c | 130 #define PYRA_SYSFS_W(thingy, THINGY) \ argument 139 #define PYRA_SYSFS_R(thingy, THINGY) \ argument 148 #define PYRA_SYSFS_RW(thingy, THINGY) \ argument 149 PYRA_SYSFS_W(thingy, THINGY) \ 150 PYRA_SYSFS_R(thingy, THINGY) 153 PYRA_SYSFS_RW(thingy, THINGY); \ 157 .read = pyra_sysfs_read_ ## thingy, \ 158 .write = pyra_sysfs_write_ ## thingy \ 162 PYRA_SYSFS_R(thingy, THINGY); \ 166 .read = pyra_sysfs_read_ ## thingy, \ [all …]
|
| A D | hid-roccat-lua.c | 67 #define LUA_SYSFS_W(thingy, THINGY) \ argument 68 static ssize_t lua_sysfs_write_ ## thingy(struct file *fp, \ 76 #define LUA_SYSFS_R(thingy, THINGY) \ argument 77 static ssize_t lua_sysfs_read_ ## thingy(struct file *fp, \ 85 #define LUA_BIN_ATTRIBUTE_RW(thingy, THINGY) \ argument 86 LUA_SYSFS_W(thingy, THINGY) \ 87 LUA_SYSFS_R(thingy, THINGY) \ 88 static const struct bin_attribute lua_ ## thingy ## _attr = { \ 89 .attr = { .name = #thingy, .mode = 0660 }, \ 91 .read = lua_sysfs_read_ ## thingy, \ [all …]
|
| A D | hid-roccat-kovaplus.c | 172 #define KOVAPLUS_SYSFS_W(thingy, THINGY) \ argument 181 #define KOVAPLUS_SYSFS_R(thingy, THINGY) \ argument 190 #define KOVAPLUS_SYSFS_RW(thingy, THINGY) \ argument 191 KOVAPLUS_SYSFS_W(thingy, THINGY) \ 192 KOVAPLUS_SYSFS_R(thingy, THINGY) 195 KOVAPLUS_SYSFS_RW(thingy, THINGY); \ 197 .attr = { .name = #thingy, .mode = 0660 }, \ 199 .read = kovaplus_sysfs_read_ ## thingy, \ 200 .write = kovaplus_sysfs_write_ ## thingy \ 204 KOVAPLUS_SYSFS_W(thingy, THINGY); \ [all …]
|
Completed in 21 milliseconds