Searched refs:kovaplus_profile_settings (Results 1 - 2 of 2) sorted by relevance

/drivers/hid/
H A Dhid-roccat-kovaplus.c127 struct kovaplus_profile_settings *buf, uint number)
137 buf, sizeof(struct kovaplus_profile_settings));
141 struct kovaplus_profile_settings const *settings)
144 settings, sizeof(struct kovaplus_profile_settings));
201 if (off >= sizeof(struct kovaplus_profile_settings))
204 if (off + count > sizeof(struct kovaplus_profile_settings))
205 count = sizeof(struct kovaplus_profile_settings) - off;
226 struct kovaplus_profile_settings *profile_settings;
228 if (off != 0 || count != sizeof(struct kovaplus_profile_settings))
231 profile_index = ((struct kovaplus_profile_settings cons
[all...]
H A Dhid-roccat-kovaplus.h44 struct kovaplus_profile_settings { struct
144 struct kovaplus_profile_settings profile_settings[5];

Completed in 9 milliseconds