Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/amd-sfh-hid/hid_descriptor/
H A Damd_sfh_hid_desc.c141 struct gyro_feature_report gyro_feature; in get_feature_report() local
160 get_common_features(&gyro_feature.common_property, report_id); in get_feature_report()
161 gyro_feature.gyro_change_sesnitivity = HID_DEFAULT_SENSITIVITY; in get_feature_report()
162 gyro_feature.gyro_sensitivity_min = HID_DEFAULT_MIN_VALUE; in get_feature_report()
163 gyro_feature.gyro_sensitivity_max = HID_DEFAULT_MAX_VALUE; in get_feature_report()
164 memcpy(feature_report, &gyro_feature, sizeof(gyro_feature)); in get_feature_report()
165 report_size = sizeof(gyro_feature); in get_feature_report()
/openbmc/linux/drivers/hid/amd-sfh-hid/sfh1_1/
H A 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()