Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/hid/amd-sfh-hid/hid_descriptor/
Damd_sfh_hid_desc.c136 struct accel3_feature_report acc_feature; in get_feature_report() local
148 get_common_features(&acc_feature.common_property, report_id); in get_feature_report()
149 acc_feature.accel_change_sesnitivity = HID_DEFAULT_SENSITIVITY; in get_feature_report()
150 acc_feature.accel_sensitivity_min = HID_DEFAULT_MIN_VALUE; in get_feature_report()
151 acc_feature.accel_sensitivity_max = HID_DEFAULT_MAX_VALUE; in get_feature_report()
152 memcpy(feature_report, &acc_feature, sizeof(acc_feature)); in get_feature_report()
153 report_size = sizeof(acc_feature); in get_feature_report()