Home
last modified time | relevance | path

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

/linux/drivers/hid/
A Dhid-roccat-kone.c179 struct kone_profile *buf, int number) in kone_get_profile()
192 if (len != sizeof(struct kone_profile)) in kone_get_profile()
216 sizeof(struct kone_profile), in kone_set_profile()
219 if (len != sizeof(struct kone_profile)) in kone_set_profile()
342 if (off >= sizeof(struct kone_profile)) in kone_sysfs_read_profilex()
345 if (off + count > sizeof(struct kone_profile)) in kone_sysfs_read_profilex()
346 count = sizeof(struct kone_profile) - off; in kone_sysfs_read_profilex()
362 struct kone_profile *profile; in kone_sysfs_write_profilex()
375 (struct kone_profile const *)buf, in kone_sysfs_write_profilex()
385 return sizeof(struct kone_profile); in kone_sysfs_write_profilex()
[all …]
A Dhid-roccat-kone.h94 struct kone_profile { struct
213 struct kone_profile profiles[5];

Completed in 6 milliseconds