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

/linux-master/drivers/hid/amd-sfh-hid/hid_descriptor/
H A Damd_sfh_hid_desc.c199 static void get_common_inputs(struct common_input_property *common, int report_id) function
226 get_common_inputs(&acc_input.common_property, report_id);
234 get_common_inputs(&gyro_input.common_property, report_id);
242 get_common_inputs(&magno_input.common_property, report_id);
252 get_common_inputs(&als_input.common_property, report_id);
271 get_common_inputs(&hpd_input.common_property, report_id);
/linux-master/drivers/hid/amd-sfh-hid/sfh1_1/
H A Damd_sfh_desc.c128 static void get_common_inputs(struct common_input_property *common, int report_id) function
203 get_common_inputs(&acc_input.common_property, report_id);
214 get_common_inputs(&gyro_input.common_property, report_id);
225 get_common_inputs(&magno_input.common_property, report_id);
237 get_common_inputs(&als_input.common_property, report_id);
253 get_common_inputs(&hpd_input.common_property, report_id);

Completed in 108 milliseconds