Home
last modified time | relevance | path

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

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