Home
last modified time | relevance | path

Searched refs:accel_data (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/hid/amd-sfh-hid/sfh1_1/
Damd_sfh_desc.c170 struct sfh_accel_data accel_data; in get_input_rep() local
185 memcpy_fromio(&accel_data, sensoraddr, sizeof(struct sfh_accel_data)); in get_input_rep()
187 acc_input.in_accel_x_value = float_to_int(accel_data.acceldata.x) / 100; in get_input_rep()
188 acc_input.in_accel_y_value = float_to_int(accel_data.acceldata.y) / 100; in get_input_rep()
189 acc_input.in_accel_z_value = float_to_int(accel_data.acceldata.z) / 100; in get_input_rep()