Searched refs:hpd_feature (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/hid/amd-sfh-hid/hid_descriptor/
H A Damd_sfh_hid_desc.c143 struct hpd_feature_report hpd_feature; local
188 get_common_features(&hpd_feature.common_property, report_id);
189 memcpy(feature_report, &hpd_feature, sizeof(hpd_feature));
190 report_size = sizeof(hpd_feature);
/linux-master/drivers/hid/amd-sfh-hid/sfh1_1/
H A Damd_sfh_desc.c76 struct hpd_feature_report hpd_feature; local
120 get_common_features(&hpd_feature.common_property, report_id);
121 memcpy(feature_report, &hpd_feature, sizeof(hpd_feature));
122 report_size = sizeof(hpd_feature);

Completed in 121 milliseconds