kone_settings      95 drivers/hid/hid-roccat-kone.c static void kone_set_settings_checksum(struct kone_settings *settings)
kone_settings     101 drivers/hid/hid-roccat-kone.c 	for (i = 0; i < sizeof(struct kone_settings) - 2; ++i, ++address)
kone_settings     149 drivers/hid/hid-roccat-kone.c 		struct kone_settings *buf)
kone_settings     152 drivers/hid/hid-roccat-kone.c 			sizeof(struct kone_settings));
kone_settings     161 drivers/hid/hid-roccat-kone.c 		struct kone_settings const *settings)
kone_settings     166 drivers/hid/hid-roccat-kone.c 			settings, sizeof(struct kone_settings));
kone_settings     272 drivers/hid/hid-roccat-kone.c 	if (off >= sizeof(struct kone_settings))
kone_settings     275 drivers/hid/hid-roccat-kone.c 	if (off + count > sizeof(struct kone_settings))
kone_settings     276 drivers/hid/hid-roccat-kone.c 		count = sizeof(struct kone_settings) - off;
kone_settings     299 drivers/hid/hid-roccat-kone.c 	if (off != 0 || count != sizeof(struct kone_settings))
kone_settings     303 drivers/hid/hid-roccat-kone.c 	difference = memcmp(buf, &kone->settings, sizeof(struct kone_settings));
kone_settings     306 drivers/hid/hid-roccat-kone.c 				(struct kone_settings const *)buf);
kone_settings     313 drivers/hid/hid-roccat-kone.c 		memcpy(&kone->settings, buf, sizeof(struct kone_settings));
kone_settings     322 drivers/hid/hid-roccat-kone.c 	return sizeof(struct kone_settings);
kone_settings     325 drivers/hid/hid-roccat-kone.c 		kone_sysfs_write_settings, sizeof(struct kone_settings));
kone_settings     212 drivers/hid/hid-roccat-kone.h 	struct kone_settings settings;