Lines Matching refs:roccat_report
257 struct koneplus_roccat_report roccat_report; in koneplus_sysfs_set_actual_profile() local
280 roccat_report.type = KONEPLUS_MOUSE_REPORT_BUTTON_TYPE_PROFILE; in koneplus_sysfs_set_actual_profile()
281 roccat_report.data1 = profile + 1; in koneplus_sysfs_set_actual_profile()
282 roccat_report.data2 = 0; in koneplus_sysfs_set_actual_profile()
283 roccat_report.profile = profile + 1; in koneplus_sysfs_set_actual_profile()
285 (uint8_t const *)&roccat_report); in koneplus_sysfs_set_actual_profile()
489 struct koneplus_roccat_report roccat_report; in koneplus_report_to_chrdev() local
502 roccat_report.type = button_report->type; in koneplus_report_to_chrdev()
503 roccat_report.data1 = button_report->data1; in koneplus_report_to_chrdev()
504 roccat_report.data2 = button_report->data2; in koneplus_report_to_chrdev()
505 roccat_report.profile = koneplus->actual_profile + 1; in koneplus_report_to_chrdev()
507 (uint8_t const *)&roccat_report); in koneplus_report_to_chrdev()