Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/amd-sfh-hid/hid_descriptor/
H A Damd_sfh_hid_desc.c142 struct magno_feature_report magno_feature; in get_feature_report() local
168 get_common_features(&magno_feature.common_property, report_id); in get_feature_report()
169 magno_feature.magno_headingchange_sensitivity = HID_DEFAULT_SENSITIVITY; in get_feature_report()
170 magno_feature.heading_min = HID_DEFAULT_MIN_VALUE; in get_feature_report()
171 magno_feature.heading_max = HID_DEFAULT_MAX_VALUE; in get_feature_report()
172 magno_feature.flux_change_sensitivity = HID_DEFAULT_MIN_VALUE; in get_feature_report()
173 magno_feature.flux_min = HID_DEFAULT_MIN_VALUE; in get_feature_report()
174 magno_feature.flux_max = HID_DEFAULT_MAX_VALUE; in get_feature_report()
175 memcpy(feature_report, &magno_feature, sizeof(magno_feature)); in get_feature_report()
176 report_size = sizeof(magno_feature); in get_feature_report()
/openbmc/linux/drivers/hid/amd-sfh-hid/sfh1_1/
H A Damd_sfh_desc.c73 struct magno_feature_report magno_feature; in get_feature_rep() local
101 get_common_features(&magno_feature.common_property, report_id); in get_feature_rep()
102 magno_feature.magno_headingchange_sensitivity = HID_DEFAULT_SENSITIVITY; in get_feature_rep()
103 magno_feature.heading_min = HID_DEFAULT_MIN_VALUE; in get_feature_rep()
104 magno_feature.heading_max = HID_DEFAULT_MAX_VALUE; in get_feature_rep()
105 magno_feature.flux_change_sensitivity = HID_DEFAULT_MIN_VALUE; in get_feature_rep()
106 magno_feature.flux_min = HID_DEFAULT_MIN_VALUE; in get_feature_rep()
107 magno_feature.flux_max = HID_DEFAULT_MAX_VALUE; in get_feature_rep()
108 memcpy(feature_report, &magno_feature, sizeof(magno_feature)); in get_feature_rep()
109 report_size = sizeof(magno_feature); in get_feature_rep()