Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/hid/amd-sfh-hid/hid_descriptor/
Damd_sfh_hid_desc.c140 struct als_feature_report als_feature; in get_feature_report() local
175 get_common_features(&als_feature.common_property, report_id); in get_feature_report()
176 als_feature.als_change_sesnitivity = HID_DEFAULT_SENSITIVITY; in get_feature_report()
177 als_feature.als_sensitivity_min = HID_DEFAULT_MIN_VALUE; in get_feature_report()
178 als_feature.als_sensitivity_max = HID_DEFAULT_MAX_VALUE; in get_feature_report()
179 memcpy(feature_report, &als_feature, sizeof(als_feature)); in get_feature_report()
180 report_size = sizeof(als_feature); in get_feature_report()