Home
last modified time | relevance | path

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

/drivers/hid/
Dhid-roccat-kone.c182 struct kone_profile *buf, int number) in kone_get_profile()
193 sizeof(struct kone_profile), USB_CTRL_SET_TIMEOUT); in kone_get_profile()
195 if (len != sizeof(struct kone_profile)) in kone_get_profile()
208 struct kone_profile const *profile, int number) in kone_set_profile()
219 sizeof(struct kone_profile), in kone_set_profile()
222 if (len != sizeof(struct kone_profile)) in kone_set_profile()
348 if (off >= sizeof(struct kone_profile)) in kone_sysfs_read_profilex()
351 if (off + count > sizeof(struct kone_profile)) in kone_sysfs_read_profilex()
352 count = sizeof(struct kone_profile) - off; in kone_sysfs_read_profilex()
369 struct kone_profile *profile; in kone_sysfs_write_profilex()
[all …]
Dhid-roccat-kone.h97 struct kone_profile { struct
214 struct kone_profile profiles[5];