Lines Matching refs:roccat_report
264 struct koneplus_roccat_report roccat_report; in koneplus_sysfs_set_actual_profile() local
287 roccat_report.type = KONEPLUS_MOUSE_REPORT_BUTTON_TYPE_PROFILE; in koneplus_sysfs_set_actual_profile()
288 roccat_report.data1 = profile + 1; in koneplus_sysfs_set_actual_profile()
289 roccat_report.data2 = 0; in koneplus_sysfs_set_actual_profile()
290 roccat_report.profile = profile + 1; in koneplus_sysfs_set_actual_profile()
292 (uint8_t const *)&roccat_report); in koneplus_sysfs_set_actual_profile()
493 struct koneplus_roccat_report roccat_report; in koneplus_report_to_chrdev() local
506 roccat_report.type = button_report->type; in koneplus_report_to_chrdev()
507 roccat_report.data1 = button_report->data1; in koneplus_report_to_chrdev()
508 roccat_report.data2 = button_report->data2; in koneplus_report_to_chrdev()
509 roccat_report.profile = koneplus->actual_profile + 1; in koneplus_report_to_chrdev()
511 (uint8_t const *)&roccat_report); in koneplus_report_to_chrdev()