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

/linux-master/drivers/hid/
H A Dhid-roccat-kone.c176 struct kone_profile *buf, int number)
187 sizeof(struct kone_profile), USB_CTRL_SET_TIMEOUT);
189 if (len != sizeof(struct kone_profile))
202 struct kone_profile const *profile, int number)
213 sizeof(struct kone_profile),
216 if (len != sizeof(struct kone_profile))
339 if (off >= sizeof(struct kone_profile))
342 if (off + count > sizeof(struct kone_profile))
343 count = sizeof(struct kone_profile) - off;
359 struct kone_profile *profil
[all...]
H A Dhid-roccat-kone.h94 struct kone_profile { struct
213 struct kone_profile profiles[5];

Completed in 132 milliseconds