Searched refs:profile_buttons (Results 1 - 6 of 6) sorted by relevance

/drivers/hid/
H A Dhid-roccat-kovaplus.h118 /* data1 = type as in profile_buttons; data2 = action */
145 struct kovaplus_profile_buttons profile_buttons[5]; member in struct:kovaplus_device
H A Dhid-roccat-kovaplus.c267 memcpy(buf, ((char const *)&kovaplus->profile_buttons[*(uint *)(attr->private)]) + off,
285 struct kovaplus_profile_buttons *profile_buttons; local
291 profile_buttons = &kovaplus->profile_buttons[profile_index];
294 difference = memcmp(buf, profile_buttons,
300 memcpy(profile_buttons, buf,
445 .attr = { .name = "profile_buttons", .mode = 0220 },
503 &kovaplus->profile_buttons[i], i);
H A Dhid-roccat-pyra.c189 memcpy(buf, ((char const *)&pyra->profile_buttons[*(uint *)(attr->private)]) + off,
244 struct pyra_profile_buttons *profile_buttons; local
250 profile_buttons = &pyra->profile_buttons[profile_number];
253 difference = memcmp(buf, profile_buttons,
259 memcpy(profile_buttons, buf,
411 .attr = { .name = "profile_buttons", .mode = 0220 },
479 &pyra->profile_buttons[i], i);
H A Dhid-roccat-pyra.h169 struct pyra_profile_buttons profile_buttons[5]; member in struct:pyra_device
H A Dhid-roccat-koneplus.c365 memcpy(buf, ((char const *)&koneplus->profile_buttons[*(uint *)(attr->private)]) + off,
383 struct koneplus_profile_buttons *profile_buttons; local
389 profile_buttons = &koneplus->profile_buttons[profile_number];
392 difference = memcmp(buf, profile_buttons,
398 memcpy(profile_buttons, buf,
532 .attr = { .name = "profile_buttons", .mode = 0220 },
600 &koneplus->profile_buttons[i], i);
H A Dhid-roccat-koneplus.h215 struct koneplus_profile_buttons profile_buttons[5]; member in struct:koneplus_device

Completed in 49 milliseconds