Lines Matching refs:value
48 roccat_report.value = new_profile;
126 * value of 3 seems to mean something like
226 * Reads value of "fast-clip-weight" and stores it in @result
459 unsigned char value;
461 value = number;
462 return kone_send(usb_dev, kone_command_calibrate, &value, 1);
602 * Returns raw value for further processing. Refer to enum
603 * kone_polling_rates to get real value.
610 * to 20 grams which are recognized and its value can be read out.
611 * This returns the raw value reported by the mouse for easy evaluation
619 * The raw value reported by the mouse is returned for easy evaluation,
621 * positions to the left. E.g. a value of 138 means 1.38.
796 kone->actual_dpi = kone->profiles[event->value - 1].
800 kone->actual_profile = event->value;
804 kone->actual_dpi = event->value;
820 roccat_report.value = event->value;
827 if (event->value == kone_keystroke_action_press) {
829 roccat_report.value = kone->actual_profile;