Searched refs:get_common_inputs (Results 1 – 2 of 2) sorted by relevance
/drivers/hid/amd-sfh-hid/hid_descriptor/ |
D | amd_sfh_hid_desc.c | 199 static void get_common_inputs(struct common_input_property *common, int report_id) in get_common_inputs() function 226 get_common_inputs(&acc_input.common_property, report_id); in get_input_report() 234 get_common_inputs(&gyro_input.common_property, report_id); in get_input_report() 242 get_common_inputs(&magno_input.common_property, report_id); in get_input_report() 252 get_common_inputs(&als_input.common_property, report_id); in get_input_report() 264 get_common_inputs(&hpd_input.common_property, report_id); in get_input_report()
|
/drivers/hid/amd-sfh-hid/sfh1_1/ |
D | amd_sfh_desc.c | 128 static void get_common_inputs(struct common_input_property *common, int report_id) in get_common_inputs() function 202 get_common_inputs(&acc_input.common_property, report_id); in get_input_rep() 213 get_common_inputs(&gyro_input.common_property, report_id); in get_input_rep() 224 get_common_inputs(&magno_input.common_property, report_id); in get_input_rep() 236 get_common_inputs(&als_input.common_property, report_id); in get_input_rep() 242 get_common_inputs(&hpd_input.common_property, report_id); in get_input_rep()
|