Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-roccat-kone.c176 struct kone_profile *buf, int number) in kone_get_profile()
189 if (len != sizeof(struct kone_profile)) in kone_get_profile()
213 sizeof(struct kone_profile), in kone_set_profile()
216 if (len != sizeof(struct kone_profile)) in kone_set_profile()
339 if (off >= sizeof(struct kone_profile)) in kone_sysfs_read_profilex()
342 if (off + count > sizeof(struct kone_profile)) in kone_sysfs_read_profilex()
343 count = sizeof(struct kone_profile) - off; in kone_sysfs_read_profilex()
359 struct kone_profile *profile; in kone_sysfs_write_profilex()
372 (struct kone_profile const *)buf, in kone_sysfs_write_profilex()
382 return sizeof(struct kone_profile); in kone_sysfs_write_profilex()
[all …]
H A Dhid-roccat-kone.h94 struct kone_profile { struct
213 struct kone_profile profiles[5];