Searched refs:get_common_features (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/hid/amd-sfh-hid/hid_descriptor/ |
D | amd_sfh_hid_desc.c | 126 static void get_common_features(struct common_feature_property *common, int report_id) in get_common_features() function 150 get_common_features(&acc_feature.common_property, report_id); in get_feature_report() 158 get_common_features(&gyro_feature.common_property, report_id); in get_feature_report() 166 get_common_features(&magno_feature.common_property, report_id); in get_feature_report() 177 get_common_features(&als_feature.common_property, report_id); in get_feature_report() 185 get_common_features(&hpd_feature.common_property, report_id); in get_feature_report()
|
/linux-6.1.9/drivers/hid/amd-sfh-hid/sfh1_1/ |
D | amd_sfh_desc.c | 61 static void get_common_features(struct common_feature_property *common, int report_id) in get_common_features() function 85 get_common_features(&acc_feature.common_property, report_id); in get_feature_rep() 93 get_common_features(&gyro_feature.common_property, report_id); in get_feature_rep() 101 get_common_features(&magno_feature.common_property, report_id); in get_feature_rep() 112 get_common_features(&als_feature.common_property, report_id); in get_feature_rep() 120 get_common_features(&hpd_feature.common_property, report_id); in get_feature_rep()
|