Searched refs:gyro_feature (Results 1 – 2 of 2) sorted by relevance
139 struct gyro_feature_report gyro_feature; in get_feature_report() local158 get_common_features(&gyro_feature.common_property, report_id); in get_feature_report()159 gyro_feature.gyro_change_sesnitivity = HID_DEFAULT_SENSITIVITY; in get_feature_report()160 gyro_feature.gyro_sensitivity_min = HID_DEFAULT_MIN_VALUE; in get_feature_report()161 gyro_feature.gyro_sensitivity_max = HID_DEFAULT_MAX_VALUE; in get_feature_report()162 memcpy(feature_report, &gyro_feature, sizeof(gyro_feature)); in get_feature_report()163 report_size = sizeof(gyro_feature); in get_feature_report()
75 struct gyro_feature_report gyro_feature; in get_feature_rep() local93 get_common_features(&gyro_feature.common_property, report_id); in get_feature_rep()94 gyro_feature.gyro_change_sesnitivity = HID_DEFAULT_SENSITIVITY; in get_feature_rep()95 gyro_feature.gyro_sensitivity_min = HID_DEFAULT_MIN_VALUE; in get_feature_rep()96 gyro_feature.gyro_sensitivity_max = HID_DEFAULT_MAX_VALUE; in get_feature_rep()97 memcpy(feature_report, &gyro_feature, sizeof(gyro_feature)); in get_feature_rep()98 report_size = sizeof(gyro_feature); in get_feature_rep()