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

/linux-master/drivers/hid/
H A Dhid-roccat-kone.c33 #include "hid-roccat-kone.h"
37 static void kone_profile_activated(struct kone_device *kone, uint new_profile) argument
39 kone->actual_profile = new_profile;
40 kone->actual_dpi = kone->profiles[new_profile - 1].startup_dpi;
43 static void kone_profile_report(struct kone_device *kone, uint new_profile) argument
50 roccat_report_event(kone->chrdev_minor, (uint8_t *)&roccat_report);
267 struct kone_device *kone = hid_get_drvdata(dev_get_drvdata(dev)); local
275 mutex_lock(&kone->kone_lock);
276 memcpy(buf, ((char const *)&kone
291 struct kone_device *kone = hid_get_drvdata(dev_get_drvdata(dev)); local
337 struct kone_device *kone = hid_get_drvdata(dev_get_drvdata(dev)); local
357 struct kone_device *kone = hid_get_drvdata(dev_get_drvdata(dev)); local
401 struct kone_device *kone = local
410 struct kone_device *kone = local
420 struct kone_device *kone; local
442 struct kone_device *kone = local
452 struct kone_device *kone = local
472 struct kone_device *kone; local
554 struct kone_device *kone = local
562 struct kone_device *kone; local
663 kone_init_kone_device_struct(struct usb_device *usb_dev, struct kone_device *kone) argument
701 struct kone_device *kone; local
740 struct kone_device *kone; local
791 kone_keep_values_up_to_date(struct kone_device *kone, struct kone_mouse_event const *event) argument
809 kone_report_to_chrdev(struct kone_device const *kone, struct kone_mouse_event const *event) argument
847 struct kone_device *kone = hid_get_drvdata(hdev); local
[all...]
H A DMakefile115 hid-roccat-arvo.o hid-roccat-isku.o hid-roccat-kone.o \

Completed in 127 milliseconds