Home
last modified time | relevance | path

Searched refs:gyro_feature (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/hid/amd-sfh-hid/hid_descriptor/
A Damd_sfh_hid_desc.c138 struct gyro_feature_report gyro_feature; in get_feature_report() local
157 get_common_features(&gyro_feature.common_property, report_id); in get_feature_report()
158 gyro_feature.gyro_change_sesnitivity = HID_DEFAULT_SENSITIVITY; in get_feature_report()
159 gyro_feature.gyro_sensitivity_min = HID_DEFAULT_MIN_VALUE; in get_feature_report()
160 gyro_feature.gyro_sensitivity_max = HID_DEFAULT_MAX_VALUE; in get_feature_report()
161 memcpy(feature_report, &gyro_feature, sizeof(gyro_feature)); in get_feature_report()
162 report_size = sizeof(gyro_feature); in get_feature_report()

Completed in 3 milliseconds