Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hid/amd-sfh-hid/hid_descriptor/
Damd_sfh_hid_desc.c142 struct als_feature_report als_feature; in get_feature_report() local
177 get_common_features(&als_feature.common_property, report_id); in get_feature_report()
178 als_feature.als_change_sesnitivity = HID_DEFAULT_SENSITIVITY; in get_feature_report()
179 als_feature.als_sensitivity_min = HID_DEFAULT_MIN_VALUE; in get_feature_report()
180 als_feature.als_sensitivity_max = HID_DEFAULT_MAX_VALUE; in get_feature_report()
181 memcpy(feature_report, &als_feature, sizeof(als_feature)); in get_feature_report()
182 report_size = sizeof(als_feature); in get_feature_report()