Searched refs:get_common_inputs (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 | 196 static void get_common_inputs(struct common_input_property *common, int report_id) in get_common_inputs() function 223 get_common_inputs(&acc_input.common_property, report_id); in get_input_report() 231 get_common_inputs(&gyro_input.common_property, report_id); in get_input_report() 239 get_common_inputs(&magno_input.common_property, report_id); in get_input_report() 248 get_common_inputs(&als_input.common_property, report_id); in get_input_report() 260 get_common_inputs(&hpd_input.common_property, report_id); in get_input_report()
|
/linux-6.1.9/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 186 get_common_inputs(&acc_input.common_property, report_id); in get_input_rep() 197 get_common_inputs(&gyro_input.common_property, report_id); in get_input_rep() 208 get_common_inputs(&magno_input.common_property, report_id); in get_input_rep() 220 get_common_inputs(&als_input.common_property, report_id); in get_input_rep() 226 get_common_inputs(&hpd_input.common_property, report_id); in get_input_rep()
|