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

/linux-master/drivers/hid/amd-sfh-hid/hid_descriptor/
H A Damd_sfh_hid_desc.c128 static void get_common_features(struct common_feature_property *common, int report_id) function
152 get_common_features(&acc_feature.common_property, report_id);
160 get_common_features(&gyro_feature.common_property, report_id);
168 get_common_features(&magno_feature.common_property, report_id);
180 get_common_features(&als_feature.common_property, report_id);
188 get_common_features(&hpd_feature.common_property, report_id);
/linux-master/drivers/hid/amd-sfh-hid/sfh1_1/
H A Damd_sfh_desc.c61 static void get_common_features(struct common_feature_property *common, int report_id) function
85 get_common_features(&acc_feature.common_property, report_id);
93 get_common_features(&gyro_feature.common_property, report_id);
101 get_common_features(&magno_feature.common_property, report_id);
112 get_common_features(&als_feature.common_property, report_id);
120 get_common_features(&hpd_feature.common_property, report_id);

Completed in 191 milliseconds