Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hid/amd-sfh-hid/hid_descriptor/
Damd_sfh_hid_desc.c139 struct gyro_feature_report gyro_feature; in get_feature_report() local
158 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()
/linux-6.1.9/drivers/hid/amd-sfh-hid/sfh1_1/
Damd_sfh_desc.c75 struct gyro_feature_report gyro_feature; in get_feature_rep() local
93 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()