Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/amd-sfh-hid/hid_descriptor/
H A Damd_sfh_hid_desc.c144 struct als_feature_report als_feature; in get_feature_report() local
180 get_common_features(&als_feature.common_property, report_id); in get_feature_report()
181 als_feature.als_change_sesnitivity = HID_DEFAULT_SENSITIVITY; in get_feature_report()
182 als_feature.als_sensitivity_min = HID_DEFAULT_MIN_VALUE; in get_feature_report()
183 als_feature.als_sensitivity_max = HID_DEFAULT_MAX_VALUE; in get_feature_report()
184 memcpy(feature_report, &als_feature, sizeof(als_feature)); in get_feature_report()
185 report_size = sizeof(als_feature); in get_feature_report()
/openbmc/linux/drivers/hid/amd-sfh-hid/sfh1_1/
H A Damd_sfh_desc.c77 struct als_feature_report als_feature; in get_feature_rep() local
112 get_common_features(&als_feature.common_property, report_id); in get_feature_rep()
113 als_feature.als_change_sesnitivity = HID_DEFAULT_SENSITIVITY; in get_feature_rep()
114 als_feature.als_sensitivity_min = HID_DEFAULT_MIN_VALUE; in get_feature_rep()
115 als_feature.als_sensitivity_max = HID_DEFAULT_MAX_VALUE; in get_feature_rep()
116 memcpy(feature_report, &als_feature, sizeof(als_feature)); in get_feature_rep()
117 report_size = sizeof(als_feature); in get_feature_rep()