Home
last modified time | relevance | path

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

/linux/drivers/hid/amd-sfh-hid/sfh1_1/
H A Damd_sfh_desc.c186 struct sfh_accel_data accel_data; in get_input_rep() local
202 memcpy_fromio(&accel_data, sensoraddr, sizeof(struct sfh_accel_data)); in get_input_rep()
204 acc_input.in_accel_x_value = amd_sfh_float_to_int(accel_data.acceldata.x) / 100; in get_input_rep()
205 acc_input.in_accel_y_value = amd_sfh_float_to_int(accel_data.acceldata.y) / 100; in get_input_rep()
206 acc_input.in_accel_z_value = amd_sfh_float_to_int(accel_data.acceldata.z) / 100; in get_input_rep()