Searched refs:common_property (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/drivers/hid/amd-sfh-hid/hid_descriptor/ |
| D | amd_sfh_hid_desc.h | 37 struct common_feature_property common_property; member 45 struct common_input_property common_property; member 55 struct common_feature_property common_property; member 63 struct common_input_property common_property; member 71 struct common_feature_property common_property; member 82 struct common_input_property common_property; member 90 struct common_feature_property common_property; member 98 struct common_input_property common_property; member 104 struct common_feature_property common_property; member 108 struct common_input_property common_property; member
|
| D | amd_sfh_hid_desc.c | 148 get_common_features(&acc_feature.common_property, report_id); in get_feature_report() 156 get_common_features(&gyro_feature.common_property, report_id); in get_feature_report() 164 get_common_features(&magno_feature.common_property, report_id); in get_feature_report() 175 get_common_features(&als_feature.common_property, report_id); in get_feature_report() 183 get_common_features(&hpd_feature.common_property, report_id); in get_feature_report() 220 get_common_inputs(&acc_input.common_property, report_id); in get_input_report() 228 get_common_inputs(&gyro_input.common_property, report_id); in get_input_report() 236 get_common_inputs(&magno_input.common_property, report_id); in get_input_report() 245 get_common_inputs(&als_input.common_property, report_id); in get_input_report() 256 get_common_inputs(&hpd_input.common_property, report_id); in get_input_report()
|